Shades of Deep Pink #F40487
Tints of Deep Pink #F40487
RGB
CMYK
RGB Variations
Color information
#F40487 (or 0xF40487) is known color: Deep Pink. HEX triplet: F4, 04 and 87. RGB value is (244,4,135). Sum of RGB (Red+Green+Blue) = 244+4+135=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F40487 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40487 is #0BFB78. Grayscale: #5A5A5A. Windows color (decimal): -785273 or 8848628. OLE color: 8848628.
HSL color Cylindrical-coordinate representation of color #F40487: hue angle of 327.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40487 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 135 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.25º | 0.97% | 0.49% | - |
| HSV(B) | 327.25º | 0.98% | 0.96% | - |
| XYZ | 41.72 | 21.07 | 24.79 | - |
| YUV | 90.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 135 | 0 | 0.98 | 0.45 | 0.04 | 327.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 87 | 0 | 62 | 2D | 4 | 147 | 61 | 31 |
| Octal | 364 | 4 | 207 | 0 | 142 | 55 | 4 | 507 | 141 | 61 |
| Binary | 11110100 | 100 | 10000111 | 0 | 1100010 | 101101 | 100 | 101000111 | 1100001 | 110001 |
Color Harmonies of #F40487
Complementary color
Monochromatic Colors of #F40487
Black with #F40487
Text Example
Text Example
White with #F40487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40487; }
p { color: rgb(244,4,135); }
H1.HeaderClassName
{
color: #F40487;
}
.AnyTagClassName
{
color: #F40487;
}
</style>
background-color css
<style>
a { background-color: #F40487; }
a { background-color: rgb(244,4,135); }
div.DivClassName
{
background-color: #F40487;
}
.BgClassName
{
background-color: #F40487;
}
</style>
border-color css
<style>
span { border-color: #F40487; }
span { border-color: rgb(244,4,135); }
td.TdClassName
{
border-color: #F40487;
}
.TagClassName
{
border-color: #F40487;
}
</style>