Shades of Deep Pink #F80587
Tints of Deep Pink #F80587
RGB
CMYK
RGB Variations
Color information
#F80587 (or 0xF80587) is known color: Deep Pink. HEX triplet: F8, 05 and 87. RGB value is (248,5,135). Sum of RGB (Red+Green+Blue) = 248+5+135=388 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.92% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 248 - color contains mainly: red. Hex color #F80587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80587 is #07FA78. Grayscale: #5C5C5C. Windows color (decimal): -522873 or 8848888. OLE color: 8848888.
HSL color Cylindrical-coordinate representation of color #F80587: hue angle of 327.9º 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 #F80587 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.03 |
| HSL | 327.9º | 0.96% | 0.5% | - |
| HSV(B) | 327.9º | 0.98% | 0.97% | - |
| XYZ | 43.14 | 21.81 | 24.86 | - |
| YUV | 92.48 | 152.01 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 135 | 0 | 0.98 | 0.46 | 0.03 | 327.9 | 0.96 | 0.5 |
| Hex | F8 | 5 | 87 | 0 | 62 | 2E | 3 | 148 | 60 | 32 |
| Octal | 370 | 5 | 207 | 0 | 142 | 56 | 3 | 510 | 140 | 62 |
| Binary | 11111000 | 101 | 10000111 | 0 | 1100010 | 101110 | 11 | 101001000 | 1100000 | 110010 |
Color Harmonies of #F80587
Complementary color
Monochromatic Colors of #F80587
Black with #F80587
Text Example
Text Example
White with #F80587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80587; }
p { color: rgb(248,5,135); }
H1.HeaderClassName
{
color: #F80587;
}
.AnyTagClassName
{
color: #F80587;
}
</style>
background-color css
<style>
a { background-color: #F80587; }
a { background-color: rgb(248,5,135); }
div.DivClassName
{
background-color: #F80587;
}
.BgClassName
{
background-color: #F80587;
}
</style>
border-color css
<style>
span { border-color: #F80587; }
span { border-color: rgb(248,5,135); }
td.TdClassName
{
border-color: #F80587;
}
.TagClassName
{
border-color: #F80587;
}
</style>