Shades of Deep Pink #F80576
Tints of Deep Pink #F80576
RGB
CMYK
RGB Variations
Color information
#F80576 (or 0xF80576) is known color: Deep Pink. HEX triplet: F8, 05 and 76. RGB value is (248,5,118). Sum of RGB (Red+Green+Blue) = 248+5+118=371 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.85% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 248 - color contains mainly: red. Hex color #F80576 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80576 is #07FA89. Grayscale: #5A5A5A. Windows color (decimal): -522890 or 7734776. OLE color: 7734776.
HSL color Cylindrical-coordinate representation of color #F80576: hue angle of 332.1º 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 #F80576 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 118 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.03 |
| HSL | 332.1º | 0.96% | 0.5% | - |
| HSV(B) | 332.1º | 0.98% | 0.97% | - |
| XYZ | 42.04 | 21.37 | 19.05 | - |
| YUV | 90.54 | 143.51 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 118 | 0 | 0.98 | 0.52 | 0.03 | 332.1 | 0.96 | 0.5 |
| Hex | F8 | 5 | 76 | 0 | 62 | 34 | 3 | 14C | 60 | 32 |
| Octal | 370 | 5 | 166 | 0 | 142 | 64 | 3 | 514 | 140 | 62 |
| Binary | 11111000 | 101 | 1110110 | 0 | 1100010 | 110100 | 11 | 101001100 | 1100000 | 110010 |
Color Harmonies of #F80576
Complementary color
Monochromatic Colors of #F80576
Black with #F80576
Text Example
Text Example
White with #F80576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80576; }
p { color: rgb(248,5,118); }
H1.HeaderClassName
{
color: #F80576;
}
.AnyTagClassName
{
color: #F80576;
}
</style>
background-color css
<style>
a { background-color: #F80576; }
a { background-color: rgb(248,5,118); }
div.DivClassName
{
background-color: #F80576;
}
.BgClassName
{
background-color: #F80576;
}
</style>
border-color css
<style>
span { border-color: #F80576; }
span { border-color: rgb(248,5,118); }
td.TdClassName
{
border-color: #F80576;
}
.TagClassName
{
border-color: #F80576;
}
</style>