Shades of Deep Pink #F00887
Tints of Deep Pink #F00887
RGB
CMYK
RGB Variations
Color information
#F00887 (or 0xF00887) is known color: Deep Pink. HEX triplet: F0, 08 and 87. RGB value is (240,8,135). Sum of RGB (Red+Green+Blue) = 240+8+135=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F00887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00887 is #0FF778. Grayscale: #5B5B5B. Windows color (decimal): -1046393 or 8849648. OLE color: 8849648.
HSL color Cylindrical-coordinate representation of color #F00887: hue angle of 327.16º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00887 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 135 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.06 |
| HSL | 327.16º | 0.94% | 0.49% | - |
| HSV(B) | 327.16º | 0.97% | 0.94% | - |
| XYZ | 40.4 | 20.45 | 24.74 | - |
| YUV | 91.85 | 152.36 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 135 | 0 | 0.97 | 0.44 | 0.06 | 327.16 | 0.94 | 0.49 |
| Hex | F0 | 8 | 87 | 0 | 61 | 2C | 6 | 147 | 5E | 31 |
| Octal | 360 | 10 | 207 | 0 | 141 | 54 | 6 | 507 | 136 | 61 |
| Binary | 11110000 | 1000 | 10000111 | 0 | 1100001 | 101100 | 110 | 101000111 | 1011110 | 110001 |
Color Harmonies of #F00887
Complementary color
Monochromatic Colors of #F00887
Black with #F00887
Text Example
Text Example
White with #F00887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00887; }
p { color: rgb(240,8,135); }
H1.HeaderClassName
{
color: #F00887;
}
.AnyTagClassName
{
color: #F00887;
}
</style>
background-color css
<style>
a { background-color: #F00887; }
a { background-color: rgb(240,8,135); }
div.DivClassName
{
background-color: #F00887;
}
.BgClassName
{
background-color: #F00887;
}
</style>
border-color css
<style>
span { border-color: #F00887; }
span { border-color: rgb(240,8,135); }
td.TdClassName
{
border-color: #F00887;
}
.TagClassName
{
border-color: #F00887;
}
</style>