Shades of Deep Pink #F40986
Tints of Deep Pink #F40986
RGB
CMYK
RGB Variations
Color information
#F40986 (or 0xF40986) is known color: Deep Pink. HEX triplet: F4, 09 and 86. RGB value is (244,9,134). Sum of RGB (Red+Green+Blue) = 244+9+134=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F40986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40986 is #0BF679. Grayscale: #5D5D5D. Windows color (decimal): -783994 or 8784372. OLE color: 8784372.
HSL color Cylindrical-coordinate representation of color #F40986: hue angle of 328.09º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40986 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.04 |
| HSL | 328.09º | 0.93% | 0.5% | - |
| HSV(B) | 328.09º | 0.96% | 0.96% | - |
| XYZ | 41.71 | 21.15 | 24.44 | - |
| YUV | 93.52 | 150.86 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 134 | 0 | 0.96 | 0.45 | 0.04 | 328.09 | 0.93 | 0.5 |
| Hex | F4 | 9 | 86 | 0 | 60 | 2D | 4 | 148 | 5D | 32 |
| Octal | 364 | 11 | 206 | 0 | 140 | 55 | 4 | 510 | 135 | 62 |
| Binary | 11110100 | 1001 | 10000110 | 0 | 1100000 | 101101 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F40986
Complementary color
Monochromatic Colors of #F40986
Black with #F40986
Text Example
Text Example
White with #F40986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40986; }
p { color: rgb(244,9,134); }
H1.HeaderClassName
{
color: #F40986;
}
.AnyTagClassName
{
color: #F40986;
}
</style>
background-color css
<style>
a { background-color: #F40986; }
a { background-color: rgb(244,9,134); }
div.DivClassName
{
background-color: #F40986;
}
.BgClassName
{
background-color: #F40986;
}
</style>
border-color css
<style>
span { border-color: #F40986; }
span { border-color: rgb(244,9,134); }
td.TdClassName
{
border-color: #F40986;
}
.TagClassName
{
border-color: #F40986;
}
</style>