Shades of Deep Pink #F80879
Tints of Deep Pink #F80879
RGB
CMYK
RGB Variations
Color information
#F80879 (or 0xF80879) is known color: Deep Pink. HEX triplet: F8, 08 and 79. RGB value is (248,8,121). Sum of RGB (Red+Green+Blue) = 248+8+121=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F80879 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80879 is #07F786. Grayscale: #5C5C5C. Windows color (decimal): -522119 or 7932152. OLE color: 7932152.
HSL color Cylindrical-coordinate representation of color #F80879: hue angle of 331.75º 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 #F80879 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 121 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.03 |
| HSL | 331.75º | 0.94% | 0.5% | - |
| HSV(B) | 331.75º | 0.97% | 0.97% | - |
| XYZ | 42.25 | 21.51 | 20.01 | - |
| YUV | 92.64 | 144.01 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 121 | 0 | 0.97 | 0.51 | 0.03 | 331.75 | 0.94 | 0.5 |
| Hex | F8 | 8 | 79 | 0 | 61 | 33 | 3 | 14C | 5E | 32 |
| Octal | 370 | 10 | 171 | 0 | 141 | 63 | 3 | 514 | 136 | 62 |
| Binary | 11111000 | 1000 | 1111001 | 0 | 1100001 | 110011 | 11 | 101001100 | 1011110 | 110010 |
Color Harmonies of #F80879
Complementary color
Monochromatic Colors of #F80879
Black with #F80879
Text Example
Text Example
White with #F80879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80879; }
p { color: rgb(248,8,121); }
H1.HeaderClassName
{
color: #F80879;
}
.AnyTagClassName
{
color: #F80879;
}
</style>
background-color css
<style>
a { background-color: #F80879; }
a { background-color: rgb(248,8,121); }
div.DivClassName
{
background-color: #F80879;
}
.BgClassName
{
background-color: #F80879;
}
</style>
border-color css
<style>
span { border-color: #F80879; }
span { border-color: rgb(248,8,121); }
td.TdClassName
{
border-color: #F80879;
}
.TagClassName
{
border-color: #F80879;
}
</style>