HEX: #F48B8C
RGB: (244,139,140)
#F48B8C enthält hauptsächlich rote Farbe. Für #F48B8C ist eine «websichere» Webfarbe #FF9999 (oder kurz #F99).
Die Farbe #F48B8C wird in RGB als (244,139,140) definiert.
RGB: (244,139,140) (96%,55%,55%)
R 244 von 255 = 96%
G 139 von 255 = 55%
B 140 von 255 = 55%
R + G + B ~ 69%. #F48B8C ziemlich helle Farbe.
R + G + B =
244 + 139 + 140 = 523 (100%)
R 244 von 523 ~ 46.65%
G 139 von 523 ~ 26.58%
B 140 von 523 ~ 26.77%
Die Farbe #F48B8C wird in CMYK als (0,43,43,4) definiert.
CMYK: (0,43,43,4) C0M43Y43K4 (0%,43%,43%,4%) (0.00/0.43/0.43/0.04)
F4 | 8B | 8C | |
---|---|---|---|
RGB | 244 | 139 | 140 |
HSL | 359° | 82.68% | 75.10% |
HSB/HSV | 359° | 43.03% | 95.69% |
CMYK | 0.00% | 43.03% | 42.62% |
4.31% |
Hexadezimal | F4 | 8B | 8C |
Dezimal | 244 | 139 | 140 |
Binär | 11110100 | 10001011 | 10001100 |
Oktal | 364 | 213 | 214 |
Beispiele css- und html für Elemente in der Farbe #F48B8C. Bitte benutzen Sie auch rgb(244,139,140) statt hex-Code.
.myTextColor { color: #F48B8C; }
<p style="color:#F48B8C">This sample text font color is #F48B8C.</p>
Die Farbe dieses Textes ist #F48B8C.
.myBgColor { background-color: #F48B8C; }
<div style="background-color:#F48B8C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #F48B8C.
.myBorderColor { border: 1px solid #F48B8C; }
<div style="border:3px solid #F48B8C">Div</div>
Die Grenzen von diesem div sind in Farbe #F48B8C.
.myOpacity80 { color: #F48B8C; opacity: 0.8; }
<p style="color:#F48B8C;opacity:0.8;">80%</p>
Text in Farbe #F48B8C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F48B8C;}
<p style="text-shadow: 3px 3px 1px #F48B8C">Text here.</p>
Dieser Text hat den Schatten in Farbe #F48B8C.
.textShadow {text-shadow: 3px 3px 1px #F48B8C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F48B8C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #F48B8C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F48B8C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F48B8C, Direction=45, Strength=4)">Text</p>
This text has shadow with #F48B8C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #F48B8C; -webkit-box-shadow: 1px 1px 3px 2px #F48B8C; box-shadow: 1px 1px 3px 2px #F48B8C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F48B8C; -webkit-box-shadow: 1px 1px 3px 2px #F48B8C; box-shadow:1px 1px 3px 2px #F48B8C;">
Div content here</div>
Dieser Text ist in der Farbe #F48B8C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #F48B8C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #F48B8C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #F48B8C.