Shades of Deep Pink #F80877
Tints of Deep Pink #F80877
RGB
CMYK
RGB Variations
Color information
#F80877 (or 0xF80877) is known color: Deep Pink. HEX triplet: F8, 08 and 77. RGB value is (248,8,119). Sum of RGB (Red+Green+Blue) = 248+8+119=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F80877 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80877 is #07F788. Grayscale: #5C5C5C. Windows color (decimal): -522121 or 7801080. OLE color: 7801080.
HSL color Cylindrical-coordinate representation of color #F80877: hue angle of 332.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80877 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 119 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.03 |
| HSL | 332.25º | 0.94% | 0.5% | - |
| HSV(B) | 332.25º | 0.97% | 0.97% | - |
| XYZ | 42.13 | 21.46 | 19.37 | - |
| YUV | 92.41 | 143.01 | 238.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 119 | 0 | 0.97 | 0.52 | 0.03 | 332.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | 77 | 0 | 61 | 34 | 3 | 14C | 5E | 32 |
| Octal | 370 | 10 | 167 | 0 | 141 | 64 | 3 | 514 | 136 | 62 |
| Binary | 11111000 | 1000 | 1110111 | 0 | 1100001 | 110100 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F80877
Complementary color
Monochromatic Colors of #F80877
Black with #F80877
Text Example
Text Example
White with #F80877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80877; }
p { color: rgb(248,8,119); }
H1.HeaderClassName
{
color: #F80877;
}
.AnyTagClassName
{
color: #F80877;
}
</style>
background-color css
<style>
a { background-color: #F80877; }
a { background-color: rgb(248,8,119); }
div.DivClassName
{
background-color: #F80877;
}
.BgClassName
{
background-color: #F80877;
}
</style>
border-color css
<style>
span { border-color: #F80877; }
span { border-color: rgb(248,8,119); }
td.TdClassName
{
border-color: #F80877;
}
.TagClassName
{
border-color: #F80877;
}
</style>