HEX: #F06A66
RGB: (240,106,102)
#F06A66 enthält hauptsächlich rote Farbe. Für #F06A66 ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #F06A66 wird in RGB als (240,106,102) definiert.
RGB: (240,106,102)
(94%, 42%, 40%)
R 240 von 255 = 94%
G 106 von 255 = 42%
B 102 von 255 = 40%
R + G + B ~ 59%. #F06A66 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 240 + 106 + 102 = 448 (100%)
R 240 von 448 ~ 53.57%
G 106 von 448 ~ 23.66%
B 102 von 448 ~ 22.77'%
Die Farbe #F06A66 wird in CMYK als (0,56,58,6) definiert.
CMYK: (0,56,58,6)
C0M56Y58K6 (0%, 56%, 58%, 6%)
(0.00 / 0.56 / 0.58 / 0.06)
Farbe #F06A66 in den populären Farbmodellen.
F0 | 6A | 66 | |
---|---|---|---|
RGB | 240 | 106 | 102 |
HSL | 2° | 82.14% | 67.06% |
HSB/HSV | 2° | 57.50% | 94.12% |
CMYK | 0.00% | 55.83% | 57.50% |
5.88% |
Die Farbe #F06A66 in den populären Zahlensystemen.
Hexadezimal | F0 | 6A | 66 |
Dezimal | 240 | 106 | 102 |
Binär | 11110000 | 1101010 | 1100110 |
Oktal | 360 | 152 | 146 |
Dunkle Töne der Farbe #F06A66
Helle Töne der Farbe #F06A66
Beispiele css- und html für Elemente in der Farbe #F06A66. Bitte benutzen Sie auch rgb(240,106,102) statt hex-Code.
.myTextColor { color: #F06A66; }
<p style="color:#F06A66">This sample text font color is #F06A66.</p>
Die Farbe dieses Textes ist #F06A66.
.myBgColor { background-color: #F06A66; }
<div style="background-color:#F06A66">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F06A66.
.myBorderColor { border: 1px solid #F06A66; }
<div style="border:3px solid #F06A66">Div</div>
Die Grenzen von diesem div sind in Farbe #F06A66.
.myOpacity80 { color: #F06A66; opacity: 0.8; }
<p style="color:#F06A66;opacity:0.8;">80%</p>
Text in Farbe #F06A66 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F06A66;}
<p style="text-shadow: 3px 3px 1px #F06A66">Text here.</p>
Dieser Text hat den Schatten in Farbe #F06A66.
.textShadow {text-shadow: 3px 3px 1px #F06A66', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F06A66, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F06A66 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F06A66, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F06A66, Direction=45, Strength=4)">Text</p>
This text has shadow with #F06A66 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F06A66;
-webkit-box-shadow: 1px 1px 3px 2px #F06A66;
box-shadow: 1px 1px 3px 2px #F06A66;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F06A66; -webkit-box-shadow: 1px 1px 3px 2px #F06A66; box-shadow:1px 1px 3px 2px #F06A66;">
Div content here
</div>
Dieser Text ist in der Farbe #F06A66 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F06A66 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F06A66.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F06A66.
Kontrastfarbe für #hex ist #0F9599.