Shades of Deep Pink #F80276
Tints of Deep Pink #F80276
RGB
CMYK
RGB Variations
Color information
#F80276 (or 0xF80276) is known color: Deep Pink. HEX triplet: F8, 02 and 76. RGB value is (248,2,118). Sum of RGB (Red+Green+Blue) = 248+2+118=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F80276 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80276 is #07FD89. Grayscale: #585858. Windows color (decimal): -523658 or 7734008. OLE color: 7734008.
HSL color Cylindrical-coordinate representation of color #F80276: hue angle of 331.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80276 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.03 |
| HSL | 331.71º | 0.98% | 0.49% | - |
| HSV(B) | 331.71º | 0.99% | 0.97% | - |
| XYZ | 42 | 21.31 | 19.04 | - |
| YUV | 88.78 | 144.5 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 118 | 0 | 0.99 | 0.52 | 0.03 | 331.71 | 0.98 | 0.49 |
| Hex | F8 | 2 | 76 | 0 | 63 | 34 | 3 | 14C | 62 | 31 |
| Octal | 370 | 2 | 166 | 0 | 143 | 64 | 3 | 514 | 142 | 61 |
| Binary | 11111000 | 10 | 1110110 | 0 | 1100011 | 110100 | 11 | 101001100 | 1100010 | 110001 |
Color Harmonies of #F80276
Complementary color
Monochromatic Colors of #F80276
Black with #F80276
Text Example
Text Example
White with #F80276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80276; }
p { color: rgb(248,2,118); }
H1.HeaderClassName
{
color: #F80276;
}
.AnyTagClassName
{
color: #F80276;
}
</style>
background-color css
<style>
a { background-color: #F80276; }
a { background-color: rgb(248,2,118); }
div.DivClassName
{
background-color: #F80276;
}
.BgClassName
{
background-color: #F80276;
}
</style>
border-color css
<style>
span { border-color: #F80276; }
span { border-color: rgb(248,2,118); }
td.TdClassName
{
border-color: #F80276;
}
.TagClassName
{
border-color: #F80276;
}
</style>