Shades of Deep Pink #F80E91
Tints of Deep Pink #F80E91
RGB
CMYK
RGB Variations
Color information
#F80E91 (or 0xF80E91) is known color: Deep Pink. HEX triplet: F8, 0E and 91. RGB value is (248,14,145). Sum of RGB (Red+Green+Blue) = 248+14+145=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80E91 is #07F16E. Grayscale: #626262. Windows color (decimal): -520559 or 9506552. OLE color: 9506552.
HSL color Cylindrical-coordinate representation of color #F80E91: hue angle of 326.41º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80E91 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 14 | 145 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.03 |
| HSL | 326.41º | 0.94% | 0.51% | - |
| HSV(B) | 326.41º | 0.94% | 0.97% | - |
| XYZ | 43.98 | 22.31 | 28.78 | - |
| YUV | 98.9 | 154.02 | 234.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 14 | 145 | 0 | 0.94 | 0.42 | 0.03 | 326.41 | 0.94 | 0.51 |
| Hex | F8 | E | 91 | 0 | 5E | 2A | 3 | 146 | 5E | 33 |
| Octal | 370 | 16 | 221 | 0 | 136 | 52 | 3 | 506 | 136 | 63 |
| Binary | 11111000 | 1110 | 10010001 | 0 | 1011110 | 101010 | 11 | 101000110 | 1011110 | 110011 |
Color Harmonies of #F80E91
Complementary color
Monochromatic Colors of #F80E91
Black with #F80E91
Text Example
Text Example
White with #F80E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80E91; }
p { color: rgb(248,14,145); }
H1.HeaderClassName
{
color: #F80E91;
}
.AnyTagClassName
{
color: #F80E91;
}
</style>
background-color css
<style>
a { background-color: #F80E91; }
a { background-color: rgb(248,14,145); }
div.DivClassName
{
background-color: #F80E91;
}
.BgClassName
{
background-color: #F80E91;
}
</style>
border-color css
<style>
span { border-color: #F80E91; }
span { border-color: rgb(248,14,145); }
td.TdClassName
{
border-color: #F80E91;
}
.TagClassName
{
border-color: #F80E91;
}
</style>