Shades of Deep Pink #F41C86
Tints of Deep Pink #F41C86
RGB
CMYK
RGB Variations
Color information
#F41C86 (or 0xF41C86) is known color: Deep Pink. HEX triplet: F4, 1C and 86. RGB value is (244,28,134). Sum of RGB (Red+Green+Blue) = 244+28+134=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41C86 is #0BE379. Grayscale: #686868. Windows color (decimal): -779130 or 8789236. OLE color: 8789236.
HSL color Cylindrical-coordinate representation of color #F41C86: hue angle of 330.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41C86 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 134 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.04 |
| HSL | 330.56º | 0.91% | 0.53% | - |
| HSV(B) | 330.56º | 0.89% | 0.96% | - |
| XYZ | 42.03 | 21.78 | 24.54 | - |
| YUV | 104.67 | 144.56 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 134 | 0 | 0.89 | 0.45 | 0.04 | 330.56 | 0.91 | 0.53 |
| Hex | F4 | 1C | 86 | 0 | 59 | 2D | 4 | 14B | 5B | 35 |
| Octal | 364 | 34 | 206 | 0 | 131 | 55 | 4 | 513 | 133 | 65 |
| Binary | 11110100 | 11100 | 10000110 | 0 | 1011001 | 101101 | 100 | 101001011 | 1011011 | 110101 |
Color Harmonies of #F41C86
Complementary color
Monochromatic Colors of #F41C86
Black with #F41C86
Text Example
Text Example
White with #F41C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C86; }
p { color: rgb(244,28,134); }
H1.HeaderClassName
{
color: #F41C86;
}
.AnyTagClassName
{
color: #F41C86;
}
</style>
background-color css
<style>
a { background-color: #F41C86; }
a { background-color: rgb(244,28,134); }
div.DivClassName
{
background-color: #F41C86;
}
.BgClassName
{
background-color: #F41C86;
}
</style>
border-color css
<style>
span { border-color: #F41C86; }
span { border-color: rgb(244,28,134); }
td.TdClassName
{
border-color: #F41C86;
}
.TagClassName
{
border-color: #F41C86;
}
</style>