Shades of Deep Pink #F00287
Tints of Deep Pink #F00287
RGB
CMYK
RGB Variations
Color information
#F00287 (or 0xF00287) is known color: Deep Pink. HEX triplet: F0, 02 and 87. RGB value is (240,2,135). Sum of RGB (Red+Green+Blue) = 240+2+135=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00287 is #0FFD78. Grayscale: #585858. Windows color (decimal): -1047929 or 8848112. OLE color: 8848112.
HSL color Cylindrical-coordinate representation of color #F00287: hue angle of 326.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00287 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.06 |
| HSL | 326.47º | 0.98% | 0.47% | - |
| HSV(B) | 326.47º | 0.99% | 0.94% | - |
| XYZ | 40.33 | 20.32 | 24.72 | - |
| YUV | 88.32 | 154.35 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 135 | 0 | 0.99 | 0.44 | 0.06 | 326.47 | 0.98 | 0.47 |
| Hex | F0 | 2 | 87 | 0 | 63 | 2C | 6 | 146 | 62 | 2F |
| Octal | 360 | 2 | 207 | 0 | 143 | 54 | 6 | 506 | 142 | 57 |
| Binary | 11110000 | 10 | 10000111 | 0 | 1100011 | 101100 | 110 | 101000110 | 1100010 | 101111 |
Color Harmonies of #F00287
Complementary color
Monochromatic Colors of #F00287
Black with #F00287
Text Example
Text Example
White with #F00287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00287; }
p { color: rgb(240,2,135); }
H1.HeaderClassName
{
color: #F00287;
}
.AnyTagClassName
{
color: #F00287;
}
</style>
background-color css
<style>
a { background-color: #F00287; }
a { background-color: rgb(240,2,135); }
div.DivClassName
{
background-color: #F00287;
}
.BgClassName
{
background-color: #F00287;
}
</style>
border-color css
<style>
span { border-color: #F00287; }
span { border-color: rgb(240,2,135); }
td.TdClassName
{
border-color: #F00287;
}
.TagClassName
{
border-color: #F00287;
}
</style>