Shades of Deep Pink #F00286
Tints of Deep Pink #F00286
RGB
CMYK
RGB Variations
Color information
#F00286 (or 0xF00286) is known color: Deep Pink. HEX triplet: F0, 02 and 86. RGB value is (240,2,134). Sum of RGB (Red+Green+Blue) = 240+2+134=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F00286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00286 is #0FFD79. Grayscale: #575757. Windows color (decimal): -1047930 or 8782576. OLE color: 8782576.
HSL color Cylindrical-coordinate representation of color #F00286: hue angle of 326.72º 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 #F00286 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.06 |
| HSL | 326.72º | 0.98% | 0.47% | - |
| HSV(B) | 326.72º | 0.99% | 0.94% | - |
| XYZ | 40.26 | 20.29 | 24.35 | - |
| YUV | 88.21 | 153.85 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 134 | 0 | 0.99 | 0.44 | 0.06 | 326.72 | 0.98 | 0.47 |
| Hex | F0 | 2 | 86 | 0 | 63 | 2C | 6 | 147 | 62 | 2F |
| Octal | 360 | 2 | 206 | 0 | 143 | 54 | 6 | 507 | 142 | 57 |
| Binary | 11110000 | 10 | 10000110 | 0 | 1100011 | 101100 | 110 | 101000111 | 1100010 | 101111 |
Color Harmonies of #F00286
Complementary color
Monochromatic Colors of #F00286
Black with #F00286
Text Example
Text Example
White with #F00286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00286; }
p { color: rgb(240,2,134); }
H1.HeaderClassName
{
color: #F00286;
}
.AnyTagClassName
{
color: #F00286;
}
</style>
background-color css
<style>
a { background-color: #F00286; }
a { background-color: rgb(240,2,134); }
div.DivClassName
{
background-color: #F00286;
}
.BgClassName
{
background-color: #F00286;
}
</style>
border-color css
<style>
span { border-color: #F00286; }
span { border-color: rgb(240,2,134); }
td.TdClassName
{
border-color: #F00286;
}
.TagClassName
{
border-color: #F00286;
}
</style>