Shades of Deep Pink #F80487
Tints of Deep Pink #F80487
RGB
CMYK
RGB Variations
Color information
#F80487 (or 0xF80487) is known color: Deep Pink. HEX triplet: F8, 04 and 87. RGB value is (248,4,135). Sum of RGB (Red+Green+Blue) = 248+4+135=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F80487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80487 is #07FB78. Grayscale: #5B5B5B. Windows color (decimal): -523129 or 8848632. OLE color: 8848632.
HSL color Cylindrical-coordinate representation of color #F80487: hue angle of 327.79º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80487 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.03 |
| HSL | 327.79º | 0.97% | 0.49% | - |
| HSV(B) | 327.79º | 0.98% | 0.97% | - |
| XYZ | 43.13 | 21.79 | 24.85 | - |
| YUV | 91.89 | 152.34 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 135 | 0 | 0.98 | 0.46 | 0.03 | 327.79 | 0.97 | 0.49 |
| Hex | F8 | 4 | 87 | 0 | 62 | 2E | 3 | 148 | 61 | 31 |
| Octal | 370 | 4 | 207 | 0 | 142 | 56 | 3 | 510 | 141 | 61 |
| Binary | 11111000 | 100 | 10000111 | 0 | 1100010 | 101110 | 11 | 101001000 | 1100001 | 110001 |
Color Harmonies of #F80487
Complementary color
Monochromatic Colors of #F80487
Black with #F80487
Text Example
Text Example
White with #F80487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80487; }
p { color: rgb(248,4,135); }
H1.HeaderClassName
{
color: #F80487;
}
.AnyTagClassName
{
color: #F80487;
}
</style>
background-color css
<style>
a { background-color: #F80487; }
a { background-color: rgb(248,4,135); }
div.DivClassName
{
background-color: #F80487;
}
.BgClassName
{
background-color: #F80487;
}
</style>
border-color css
<style>
span { border-color: #F80487; }
span { border-color: rgb(248,4,135); }
td.TdClassName
{
border-color: #F80487;
}
.TagClassName
{
border-color: #F80487;
}
</style>