Shades of Deep Pink #F00587
Tints of Deep Pink #F00587
RGB
CMYK
RGB Variations
Color information
#F00587 (or 0xF00587) is known color: Deep Pink. HEX triplet: F0, 05 and 87. RGB value is (240,5,135). Sum of RGB (Red+Green+Blue) = 240+5+135=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00587 is #0FFA78. Grayscale: #595959. Windows color (decimal): -1047161 or 8848880. OLE color: 8848880.
HSL color Cylindrical-coordinate representation of color #F00587: hue angle of 326.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00587 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.06 |
| HSL | 326.81º | 0.96% | 0.48% | - |
| HSV(B) | 326.81º | 0.98% | 0.94% | - |
| XYZ | 40.36 | 20.38 | 24.73 | - |
| YUV | 90.09 | 153.36 | 234.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 135 | 0 | 0.98 | 0.44 | 0.06 | 326.81 | 0.96 | 0.48 |
| Hex | F0 | 5 | 87 | 0 | 62 | 2C | 6 | 147 | 60 | 30 |
| Octal | 360 | 5 | 207 | 0 | 142 | 54 | 6 | 507 | 140 | 60 |
| Binary | 11110000 | 101 | 10000111 | 0 | 1100010 | 101100 | 110 | 101000111 | 1100000 | 110000 |
Color Harmonies of #F00587
Complementary color
Monochromatic Colors of #F00587
Black with #F00587
Text Example
Text Example
White with #F00587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00587; }
p { color: rgb(240,5,135); }
H1.HeaderClassName
{
color: #F00587;
}
.AnyTagClassName
{
color: #F00587;
}
</style>
background-color css
<style>
a { background-color: #F00587; }
a { background-color: rgb(240,5,135); }
div.DivClassName
{
background-color: #F00587;
}
.BgClassName
{
background-color: #F00587;
}
</style>
border-color css
<style>
span { border-color: #F00587; }
span { border-color: rgb(240,5,135); }
td.TdClassName
{
border-color: #F00587;
}
.TagClassName
{
border-color: #F00587;
}
</style>