HEX: #F15A4B
RGB: (241,90,75)
#F15A4B enthält hauptsächlich rote Farbe. Für #F15A4B ist eine «websichere» Webfarbe #FF6633 (oder kurz #F63).
Die Farbe #F15A4B wird in RGB als (241,90,75) definiert.
RGB: (241,90,75)
(95%, 35%, 29%)
R 241 von 255 = 95%
G 90 von 255 = 35%
B 75 von 255 = 29%
R + G + B ~ 53%. #F15A4B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 241 + 90 + 75 = 406 (100%)
R 241 von 406 ~ 59.36%
G 90 von 406 ~ 22.17%
B 75 von 406 ~ 18.47'%
Die Farbe #F15A4B wird in CMYK als (0,63,69,5) definiert.
CMYK: (0,63,69,5)
C0M63Y69K5 (0%, 63%, 69%, 5%)
(0.00 / 0.63 / 0.69 / 0.05)
Farbe #F15A4B in den populären Farbmodellen.
F1 | 5A | 4B | |
---|---|---|---|
RGB | 241 | 90 | 75 |
HSL | 5° | 85.57% | 61.96% |
HSB/HSV | 5° | 68.88% | 94.51% |
CMYK | 0.00% | 62.66% | 68.88% |
5.49% |
Die Farbe #F15A4B in den populären Zahlensystemen.
Hexadezimal | F1 | 5A | 4B |
Dezimal | 241 | 90 | 75 |
Binär | 11110001 | 1011010 | 1001011 |
Oktal | 361 | 132 | 113 |
Dunkle Töne der Farbe #F15A4B
Helle Töne der Farbe #F15A4B
Beispiele css- und html für Elemente in der Farbe #F15A4B. Bitte benutzen Sie auch rgb(241,90,75) statt hex-Code.
.myTextColor { color: #F15A4B; }
<p style="color:#F15A4B">This sample text font color is #F15A4B.</p>
Die Farbe dieses Textes ist #F15A4B.
.myBgColor { background-color: #F15A4B; }
<div style="background-color:#F15A4B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F15A4B.
.myBorderColor { border: 1px solid #F15A4B; }
<div style="border:3px solid #F15A4B">Div</div>
Die Grenzen von diesem div sind in Farbe #F15A4B.
.myOpacity80 { color: #F15A4B; opacity: 0.8; }
<p style="color:#F15A4B;opacity:0.8;">80%</p>
Text in Farbe #F15A4B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F15A4B;}
<p style="text-shadow: 3px 3px 1px #F15A4B">Text here.</p>
Dieser Text hat den Schatten in Farbe #F15A4B.
.textShadow {text-shadow: 3px 3px 1px #F15A4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F15A4B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F15A4B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F15A4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F15A4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F15A4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F15A4B;
-webkit-box-shadow: 1px 1px 3px 2px #F15A4B;
box-shadow: 1px 1px 3px 2px #F15A4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F15A4B; -webkit-box-shadow: 1px 1px 3px 2px #F15A4B; box-shadow:1px 1px 3px 2px #F15A4B;">
Div content here
</div>
Dieser Text ist in der Farbe #F15A4B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F15A4B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F15A4B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F15A4B.
Kontrastfarbe für #hex ist #0EA5B4.