HEX: #F4708A
RGB: (244,112,138)
#F4708A enthält hauptsächlich rote Farbe. Für #F4708A ist eine «websichere» Webfarbe #FF6699 (oder kurz #F69).
Die Farbe #F4708A wird in RGB als (244,112,138) definiert.
RGB: (244,112,138)
(96%, 44%, 54%)
R 244 von 255 = 96%
G 112 von 255 = 44%
B 138 von 255 = 54%
R + G + B ~ 65%. #F4708A ziemlich helle Farbe.
R + G + B = 244 + 112 + 138 = 494 (100%)
R 244 von 494 ~ 49.39%
G 112 von 494 ~ 22.67%
B 138 von 494 ~ 27.94'%
Die Farbe #F4708A wird in CMYK als (0,54,43,4) definiert.
CMYK: (0,54,43,4)
C0M54Y43K4 (0%, 54%, 43%, 4%)
(0.00 / 0.54 / 0.43 / 0.04)
Farbe #F4708A in den populären Farbmodellen.
F4 | 70 | 8A | |
---|---|---|---|
RGB | 244 | 112 | 138 |
HSL | 348° | 85.71% | 69.80% |
HSB/HSV | 348° | 54.10% | 95.69% |
CMYK | 0.00% | 54.10% | 43.44% |
4.31% |
Die Farbe #F4708A in den populären Zahlensystemen.
Hexadezimal | F4 | 70 | 8A |
Dezimal | 244 | 112 | 138 |
Binär | 11110100 | 1110000 | 10001010 |
Oktal | 364 | 160 | 212 |
Dunkle Töne der Farbe #F4708A
Helle Töne der Farbe #F4708A
Beispiele css- und html für Elemente in der Farbe #F4708A. Bitte benutzen Sie auch rgb(244,112,138) statt hex-Code.
.myTextColor { color: #F4708A; }
<p style="color:#F4708A">This sample text font color is #F4708A.</p>
Die Farbe dieses Textes ist #F4708A.
.myBgColor { background-color: #F4708A; }
<div style="background-color:#F4708A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F4708A.
.myBorderColor { border: 1px solid #F4708A; }
<div style="border:3px solid #F4708A">Div</div>
Die Grenzen von diesem div sind in Farbe #F4708A.
.myOpacity80 { color: #F4708A; opacity: 0.8; }
<p style="color:#F4708A;opacity:0.8;">80%</p>
Text in Farbe #F4708A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F4708A;}
<p style="text-shadow: 3px 3px 1px #F4708A">Text here.</p>
Dieser Text hat den Schatten in Farbe #F4708A.
.textShadow {text-shadow: 3px 3px 1px #F4708A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F4708A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F4708A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4708A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F4708A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F4708A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F4708A;
-webkit-box-shadow: 1px 1px 3px 2px #F4708A;
box-shadow: 1px 1px 3px 2px #F4708A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4708A; -webkit-box-shadow: 1px 1px 3px 2px #F4708A; box-shadow:1px 1px 3px 2px #F4708A;">
Div content here
</div>
Dieser Text ist in der Farbe #F4708A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F4708A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F4708A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F4708A.
Kontrastfarbe für #hex ist #0B8F75.