HEX: #F06C7F
RGB: (240,108,127)
#F06C7F enthält hauptsächlich rote Farbe. Für #F06C7F ist eine «websichere» Webfarbe #FF6666 (oder kurz #F66).
Die Farbe #F06C7F wird in RGB als (240,108,127) definiert.
RGB: (240,108,127) (94%,42%,50%)
R 240 von 255 = 94%
G 108 von 255 = 42%
B 127 von 255 = 50%
R + G + B ~ 62%. #F06C7F ziemlich helle Farbe.
R + G + B =
240 + 108 + 127 = 475 (100%)
R 240 von 475 ~ 50.53%
G 108 von 475 ~ 22.74%
B 127 von 475 ~ 26.74%
Die Farbe #F06C7F wird in CMYK als (0,55,47,6) definiert.
CMYK: (0,55,47,6) C0M55Y47K6 (0%,55%,47%,6%) (0.00/0.55/0.47/0.06)
F0 | 6C | 7F | |
---|---|---|---|
RGB | 240 | 108 | 127 |
HSL | 351° | 81.48% | 68.24% |
HSB/HSV | 351° | 55.00% | 94.12% |
CMYK | 0.00% | 55.00% | 47.08% |
5.88% |
Hexadezimal | F0 | 6C | 7F |
Dezimal | 240 | 108 | 127 |
Binär | 11110000 | 1101100 | 1111111 |
Oktal | 360 | 154 | 177 |
Beispiele css- und html für Elemente in der Farbe #F06C7F. Bitte benutzen Sie auch rgb(240,108,127) statt hex-Code.
.myTextColor { color: #F06C7F; }
<p style="color:#F06C7F">This sample text font color is #F06C7F.</p>
Die Farbe dieses Textes ist #F06C7F.
.myBgColor { background-color: #F06C7F; }
<div style="background-color:#F06C7F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F06C7F.
.myBorderColor { border: 1px solid #F06C7F; }
<div style="border:3px solid #F06C7F">Div</div>
Die Grenzen von diesem div sind in Farbe #F06C7F.
.myOpacity80 { color: #F06C7F; opacity: 0.8; }
<p style="color:#F06C7F;opacity:0.8;">80%</p>
Text in Farbe #F06C7F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F06C7F;}
<p style="text-shadow: 3px 3px 1px #F06C7F">Text here.</p>
Dieser Text hat den Schatten in Farbe #F06C7F.
.textShadow {text-shadow: 3px 3px 1px #F06C7F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F06C7F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F06C7F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F06C7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F06C7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #F06C7F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F06C7F; -webkit-box-shadow: 1px 1px 3px 2px #F06C7F; box-shadow: 1px 1px 3px 2px #F06C7F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F06C7F; -webkit-box-shadow: 1px 1px 3px 2px #F06C7F; box-shadow:1px 1px 3px 2px #F06C7F;">
Div content here</div>
Dieser Text ist in der Farbe #F06C7F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F06C7F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F06C7F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F06C7F.