Shades of Deep Pink #F80578
Tints of Deep Pink #F80578
RGB
CMYK
RGB Variations
Color information
#F80578 (or 0xF80578) is known color: Deep Pink. HEX triplet: F8, 05 and 78. RGB value is (248,5,120). Sum of RGB (Red+Green+Blue) = 248+5+120=373 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.49% from 373); Green value is 5 (2.34% from 255 or 1.34% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 248 - color contains mainly: red. Hex color #F80578 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80578 is #07FA87. Grayscale: #5A5A5A. Windows color (decimal): -522888 or 7865848. OLE color: 7865848.
HSL color Cylindrical-coordinate representation of color #F80578: hue angle of 331.6º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80578 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 120 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 331.6º | 0.96% | 0.5% | - |
| HSV(B) | 331.6º | 0.98% | 0.97% | - |
| XYZ | 42.16 | 21.42 | 19.68 | - |
| YUV | 90.77 | 144.51 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 120 | 0 | 0.98 | 0.52 | 0.03 | 331.6 | 0.96 | 0.5 |
| Hex | F8 | 5 | 78 | 0 | 62 | 34 | 3 | 14C | 60 | 32 |
| Octal | 370 | 5 | 170 | 0 | 142 | 64 | 3 | 514 | 140 | 62 |
| Binary | 11111000 | 101 | 1111000 | 0 | 1100010 | 110100 | 11 | 101001100 | 1100000 | 110010 |
Color Harmonies of #F80578
Complementary color
Monochromatic Colors of #F80578
Black with #F80578
Text Example
Text Example
White with #F80578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80578; }
p { color: rgb(248,5,120); }
H1.HeaderClassName
{
color: #F80578;
}
.AnyTagClassName
{
color: #F80578;
}
</style>
background-color css
<style>
a { background-color: #F80578; }
a { background-color: rgb(248,5,120); }
div.DivClassName
{
background-color: #F80578;
}
.BgClassName
{
background-color: #F80578;
}
</style>
border-color css
<style>
span { border-color: #F80578; }
span { border-color: rgb(248,5,120); }
td.TdClassName
{
border-color: #F80578;
}
.TagClassName
{
border-color: #F80578;
}
</style>