Shades of Deep Pink #F80577
Tints of Deep Pink #F80577
RGB
CMYK
RGB Variations
Color information
#F80577 (or 0xF80577) is known color: Deep Pink. HEX triplet: F8, 05 and 77. RGB value is (248,5,119). Sum of RGB (Red+Green+Blue) = 248+5+119=372 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.67% from 372); Green value is 5 (2.34% from 255 or 1.34% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 248 - color contains mainly: red. Hex color #F80577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80577 is #07FA88. Grayscale: #5A5A5A. Windows color (decimal): -522889 or 7800312. OLE color: 7800312.
HSL color Cylindrical-coordinate representation of color #F80577: hue angle of 331.85º 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 #F80577 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 331.85º | 0.96% | 0.5% | - |
| HSV(B) | 331.85º | 0.98% | 0.97% | - |
| XYZ | 42.1 | 21.4 | 19.36 | - |
| YUV | 90.65 | 144.01 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 119 | 0 | 0.98 | 0.52 | 0.03 | 331.85 | 0.96 | 0.5 |
| Hex | F8 | 5 | 77 | 0 | 62 | 34 | 3 | 14C | 60 | 32 |
| Octal | 370 | 5 | 167 | 0 | 142 | 64 | 3 | 514 | 140 | 62 |
| Binary | 11111000 | 101 | 1110111 | 0 | 1100010 | 110100 | 11 | 101001100 | 1100000 | 110010 |
Color Harmonies of #F80577
Complementary color
Monochromatic Colors of #F80577
Black with #F80577
Text Example
Text Example
White with #F80577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80577; }
p { color: rgb(248,5,119); }
H1.HeaderClassName
{
color: #F80577;
}
.AnyTagClassName
{
color: #F80577;
}
</style>
background-color css
<style>
a { background-color: #F80577; }
a { background-color: rgb(248,5,119); }
div.DivClassName
{
background-color: #F80577;
}
.BgClassName
{
background-color: #F80577;
}
</style>
border-color css
<style>
span { border-color: #F80577; }
span { border-color: rgb(248,5,119); }
td.TdClassName
{
border-color: #F80577;
}
.TagClassName
{
border-color: #F80577;
}
</style>