Shades of Deep Pink #F8127E
Tints of Deep Pink #F8127E
RGB
CMYK
RGB Variations
Color information
#F8127E (or 0xF8127E) is known color: Deep Pink. HEX triplet: F8, 12 and 7E. RGB value is (248,18,126). Sum of RGB (Red+Green+Blue) = 248+18+126=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F8127E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8127E is #07ED81. Grayscale: #626262. Windows color (decimal): -519554 or 8262392. OLE color: 8262392.
HSL color Cylindrical-coordinate representation of color #F8127E: hue angle of 331.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8127E is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 126 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.03 |
| HSL | 331.83º | 0.94% | 0.52% | - |
| HSV(B) | 331.83º | 0.93% | 0.97% | - |
| XYZ | 42.69 | 21.9 | 21.71 | - |
| YUV | 99.08 | 143.2 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 126 | 0 | 0.93 | 0.49 | 0.03 | 331.83 | 0.94 | 0.52 |
| Hex | F8 | 12 | 7E | 0 | 5D | 31 | 3 | 14C | 5E | 34 |
| Octal | 370 | 22 | 176 | 0 | 135 | 61 | 3 | 514 | 136 | 64 |
| Binary | 11111000 | 10010 | 1111110 | 0 | 1011101 | 110001 | 11 | 101001100 | 1011110 | 110100 |
Color Harmonies of #F8127E
Complementary color
Monochromatic Colors of #F8127E
Black with #F8127E
Text Example
Text Example
White with #F8127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8127E; }
p { color: rgb(248,18,126); }
H1.HeaderClassName
{
color: #F8127E;
}
.AnyTagClassName
{
color: #F8127E;
}
</style>
background-color css
<style>
a { background-color: #F8127E; }
a { background-color: rgb(248,18,126); }
div.DivClassName
{
background-color: #F8127E;
}
.BgClassName
{
background-color: #F8127E;
}
</style>
border-color css
<style>
span { border-color: #F8127E; }
span { border-color: rgb(248,18,126); }
td.TdClassName
{
border-color: #F8127E;
}
.TagClassName
{
border-color: #F8127E;
}
</style>