Shades of Deep Pink #F40586
Tints of Deep Pink #F40586
RGB
CMYK
RGB Variations
Color information
#F40586 (or 0xF40586) is known color: Deep Pink. HEX triplet: F4, 05 and 86. RGB value is (244,5,134). Sum of RGB (Red+Green+Blue) = 244+5+134=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F40586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40586 is #0BFA79. Grayscale: #5A5A5A. Windows color (decimal): -785018 or 8783348. OLE color: 8783348.
HSL color Cylindrical-coordinate representation of color #F40586: hue angle of 327.62º degrees, saturation: 0.96, 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 #F40586 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.62º | 0.96% | 0.49% | - |
| HSV(B) | 327.62º | 0.98% | 0.96% | - |
| XYZ | 41.67 | 21.06 | 24.42 | - |
| YUV | 91.17 | 152.18 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 134 | 0 | 0.98 | 0.45 | 0.04 | 327.62 | 0.96 | 0.49 |
| Hex | F4 | 5 | 86 | 0 | 62 | 2D | 4 | 148 | 60 | 31 |
| Octal | 364 | 5 | 206 | 0 | 142 | 55 | 4 | 510 | 140 | 61 |
| Binary | 11110100 | 101 | 10000110 | 0 | 1100010 | 101101 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F40586
Complementary color
Monochromatic Colors of #F40586
Black with #F40586
Text Example
Text Example
White with #F40586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40586; }
p { color: rgb(244,5,134); }
H1.HeaderClassName
{
color: #F40586;
}
.AnyTagClassName
{
color: #F40586;
}
</style>
background-color css
<style>
a { background-color: #F40586; }
a { background-color: rgb(244,5,134); }
div.DivClassName
{
background-color: #F40586;
}
.BgClassName
{
background-color: #F40586;
}
</style>
border-color css
<style>
span { border-color: #F40586; }
span { border-color: rgb(244,5,134); }
td.TdClassName
{
border-color: #F40586;
}
.TagClassName
{
border-color: #F40586;
}
</style>