Shades of Deep Pink #F80987
Tints of Deep Pink #F80987
RGB
CMYK
RGB Variations
Color information
#F80987 (or 0xF80987) is known color: Deep Pink. HEX triplet: F8, 09 and 87. RGB value is (248,9,135). Sum of RGB (Red+Green+Blue) = 248+9+135=392 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.27% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 248 - color contains mainly: red. Hex color #F80987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80987 is #07F678. Grayscale: #5E5E5E. Windows color (decimal): -521849 or 8849912. OLE color: 8849912.
HSL color Cylindrical-coordinate representation of color #F80987: hue angle of 328.37º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80987 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.03 |
| HSL | 328.37º | 0.94% | 0.5% | - |
| HSV(B) | 328.37º | 0.96% | 0.97% | - |
| XYZ | 43.18 | 21.9 | 24.87 | - |
| YUV | 94.83 | 150.68 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 135 | 0 | 0.96 | 0.46 | 0.03 | 328.37 | 0.94 | 0.5 |
| Hex | F8 | 9 | 87 | 0 | 60 | 2E | 3 | 148 | 5E | 32 |
| Octal | 370 | 11 | 207 | 0 | 140 | 56 | 3 | 510 | 136 | 62 |
| Binary | 11111000 | 1001 | 10000111 | 0 | 1100000 | 101110 | 11 | 101001000 | 1011110 | 110010 |
Color Harmonies of #F80987
Complementary color
Monochromatic Colors of #F80987
Black with #F80987
Text Example
Text Example
White with #F80987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80987; }
p { color: rgb(248,9,135); }
H1.HeaderClassName
{
color: #F80987;
}
.AnyTagClassName
{
color: #F80987;
}
</style>
background-color css
<style>
a { background-color: #F80987; }
a { background-color: rgb(248,9,135); }
div.DivClassName
{
background-color: #F80987;
}
.BgClassName
{
background-color: #F80987;
}
</style>
border-color css
<style>
span { border-color: #F80987; }
span { border-color: rgb(248,9,135); }
td.TdClassName
{
border-color: #F80987;
}
.TagClassName
{
border-color: #F80987;
}
</style>