Shades of Deep Pink #F40486
Tints of Deep Pink #F40486
RGB
CMYK
RGB Variations
Color information
#F40486 (or 0xF40486) is known color: Deep Pink. HEX triplet: F4, 04 and 86. RGB value is (244,4,134). Sum of RGB (Red+Green+Blue) = 244+4+134=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40486 is #0BFB79. Grayscale: #5A5A5A. Windows color (decimal): -785274 or 8783092. OLE color: 8783092.
HSL color Cylindrical-coordinate representation of color #F40486: hue angle of 327.5º 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 #F40486 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 134 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.5º | 0.97% | 0.49% | - |
| HSV(B) | 327.5º | 0.98% | 0.96% | - |
| XYZ | 41.65 | 21.04 | 24.42 | - |
| YUV | 90.58 | 152.51 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 134 | 0 | 0.98 | 0.45 | 0.04 | 327.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 86 | 0 | 62 | 2D | 4 | 148 | 61 | 31 |
| Octal | 364 | 4 | 206 | 0 | 142 | 55 | 4 | 510 | 141 | 61 |
| Binary | 11110100 | 100 | 10000110 | 0 | 1100010 | 101101 | 100 | 101001000 | 1100001 | 110001 |
Color Harmonies of #F40486
Complementary color
Monochromatic Colors of #F40486
Black with #F40486
Text Example
Text Example
White with #F40486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40486; }
p { color: rgb(244,4,134); }
H1.HeaderClassName
{
color: #F40486;
}
.AnyTagClassName
{
color: #F40486;
}
</style>
background-color css
<style>
a { background-color: #F40486; }
a { background-color: rgb(244,4,134); }
div.DivClassName
{
background-color: #F40486;
}
.BgClassName
{
background-color: #F40486;
}
</style>
border-color css
<style>
span { border-color: #F40486; }
span { border-color: rgb(244,4,134); }
td.TdClassName
{
border-color: #F40486;
}
.TagClassName
{
border-color: #F40486;
}
</style>