HEX: #F68C93
RGB: (246,140,147)
#F68C93 enthält hauptsächlich rote Farbe. Für #F68C93 ist eine «websichere» Webfarbe #FF9999 (oder kurz #F99).
Die Farbe #F68C93 wird in RGB als (246,140,147) definiert.
RGB: (246,140,147)
(96%, 55%, 58%)
R 246 von 255 = 96%
G 140 von 255 = 55%
B 147 von 255 = 58%
R + G + B ~ 70%. #F68C93 ziemlich helle Farbe.
R + G + B = 246 + 140 + 147 = 533 (100%)
R 246 von 533 ~ 46.15%
G 140 von 533 ~ 26.27%
B 147 von 533 ~ 27.58'%
Die Farbe #F68C93 wird in CMYK als (0,43,40,4) definiert.
CMYK: (0,43,40,4)
C0M43Y40K4 (0%, 43%, 40%, 4%)
(0.00 / 0.43 / 0.40 / 0.04)
Farbe #F68C93 in den populären Farbmodellen.
F6 | 8C | 93 | |
---|---|---|---|
RGB | 246 | 140 | 147 |
HSL | 356° | 85.48% | 75.69% |
HSB/HSV | 356° | 43.09% | 96.47% |
CMYK | 0.00% | 43.09% | 40.24% |
3.53% |
Die Farbe #F68C93 in den populären Zahlensystemen.
Hexadezimal | F6 | 8C | 93 |
Dezimal | 246 | 140 | 147 |
Binär | 11110110 | 10001100 | 10010011 |
Oktal | 366 | 214 | 223 |
Dunkle Töne der Farbe #F68C93
Helle Töne der Farbe #F68C93
Beispiele css- und html für Elemente in der Farbe #F68C93. Bitte benutzen Sie auch rgb(246,140,147) statt hex-Code.
.myTextColor { color: #F68C93; }
<p style="color:#F68C93">This sample text font color is #F68C93.</p>
Die Farbe dieses Textes ist #F68C93.
.myBgColor { background-color: #F68C93; }
<div style="background-color:#F68C93">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F68C93.
.myBorderColor { border: 1px solid #F68C93; }
<div style="border:3px solid #F68C93">Div</div>
Die Grenzen von diesem div sind in Farbe #F68C93.
.myOpacity80 { color: #F68C93; opacity: 0.8; }
<p style="color:#F68C93;opacity:0.8;">80%</p>
Text in Farbe #F68C93 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F68C93;}
<p style="text-shadow: 3px 3px 1px #F68C93">Text here.</p>
Dieser Text hat den Schatten in Farbe #F68C93.
.textShadow {text-shadow: 3px 3px 1px #F68C93', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F68C93, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F68C93 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F68C93, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F68C93, Direction=45, Strength=4)">Text</p>
This text has shadow with #F68C93 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F68C93;
-webkit-box-shadow: 1px 1px 3px 2px #F68C93;
box-shadow: 1px 1px 3px 2px #F68C93;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F68C93; -webkit-box-shadow: 1px 1px 3px 2px #F68C93; box-shadow:1px 1px 3px 2px #F68C93;">
Div content here
</div>
Dieser Text ist in der Farbe #F68C93 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F68C93 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F68C93.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F68C93.
Kontrastfarbe für #hex ist #09736C.