Shades of Deep Pink #F80592
Tints of Deep Pink #F80592
RGB
CMYK
RGB Variations
Color information
#F80592 (or 0xF80592) is known color: Deep Pink. HEX triplet: F8, 05 and 92. RGB value is (248,5,146). Sum of RGB (Red+Green+Blue) = 248+5+146=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80592 is #07FA6D. Grayscale: #5D5D5D. Windows color (decimal): -522862 or 9569784. OLE color: 9569784.
HSL color Cylindrical-coordinate representation of color #F80592: hue angle of 325.19º 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 #F80592 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 146 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.03 |
| HSL | 325.19º | 0.96% | 0.5% | - |
| HSV(B) | 325.19º | 0.98% | 0.97% | - |
| XYZ | 43.95 | 22.14 | 29.15 | - |
| YUV | 93.73 | 157.51 | 238.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 146 | 0 | 0.98 | 0.41 | 0.03 | 325.19 | 0.96 | 0.5 |
| Hex | F8 | 5 | 92 | 0 | 62 | 29 | 3 | 145 | 60 | 32 |
| Octal | 370 | 5 | 222 | 0 | 142 | 51 | 3 | 505 | 140 | 62 |
| Binary | 11111000 | 101 | 10010010 | 0 | 1100010 | 101001 | 11 | 101000101 | 1100000 | 110010 |
Color Harmonies of #F80592
Complementary color
Monochromatic Colors of #F80592
Black with #F80592
Text Example
Text Example
White with #F80592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80592; }
p { color: rgb(248,5,146); }
H1.HeaderClassName
{
color: #F80592;
}
.AnyTagClassName
{
color: #F80592;
}
</style>
background-color css
<style>
a { background-color: #F80592; }
a { background-color: rgb(248,5,146); }
div.DivClassName
{
background-color: #F80592;
}
.BgClassName
{
background-color: #F80592;
}
</style>
border-color css
<style>
span { border-color: #F80592; }
span { border-color: rgb(248,5,146); }
td.TdClassName
{
border-color: #F80592;
}
.TagClassName
{
border-color: #F80592;
}
</style>