Shades of Deep Pink #F40087
Tints of Deep Pink #F40087
RGB
CMYK
RGB Variations
Color information
#F40087 (or 0xF40087) is known color: Deep Pink. HEX triplet: F4, 00 and 87. RGB value is (244,0,135). Sum of RGB (Red+Green+Blue) = 244+0+135=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F40087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40087 is #0BFF78. Grayscale: #585858. Windows color (decimal): -786297 or 8847604. OLE color: 8847604.
HSL color Cylindrical-coordinate representation of color #F40087: hue angle of 326.8º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40087 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.45 | 0.04 |
| HSL | 326.8º | 1% | 0.48% | - |
| HSV(B) | 326.8º | 1% | 0.96% | - |
| XYZ | 41.68 | 20.98 | 24.77 | - |
| YUV | 88.35 | 154.34 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 135 | 0 | 1 | 0.45 | 0.04 | 326.8 | 1 | 0.48 |
| Hex | F4 | 0 | 87 | 0 | 64 | 2D | 4 | 147 | 64 | 30 |
| Octal | 364 | 0 | 207 | 0 | 144 | 55 | 4 | 507 | 144 | 60 |
| Binary | 11110100 | 0 | 10000111 | 0 | 1100100 | 101101 | 100 | 101000111 | 1100100 | 110000 |
Color Harmonies of #F40087
Complementary color
Monochromatic Colors of #F40087
Black with #F40087
Text Example
Text Example
White with #F40087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40087; }
p { color: rgb(244,0,135); }
H1.HeaderClassName
{
color: #F40087;
}
.AnyTagClassName
{
color: #F40087;
}
</style>
background-color css
<style>
a { background-color: #F40087; }
a { background-color: rgb(244,0,135); }
div.DivClassName
{
background-color: #F40087;
}
.BgClassName
{
background-color: #F40087;
}
</style>
border-color css
<style>
span { border-color: #F40087; }
span { border-color: rgb(244,0,135); }
td.TdClassName
{
border-color: #F40087;
}
.TagClassName
{
border-color: #F40087;
}
</style>