Shades of Deep Pink #F41C87
Tints of Deep Pink #F41C87
RGB
CMYK
RGB Variations
Color information
#F41C87 (or 0xF41C87) is known color: Deep Pink. HEX triplet: F4, 1C and 87. RGB value is (244,28,135). Sum of RGB (Red+Green+Blue) = 244+28+135=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F41C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41C87 is #0BE378. Grayscale: #686868. Windows color (decimal): -779129 or 8854772. OLE color: 8854772.
HSL color Cylindrical-coordinate representation of color #F41C87: hue angle of 330.28º 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 #F41C87 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 135 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.04 |
| HSL | 330.28º | 0.91% | 0.53% | - |
| HSV(B) | 330.28º | 0.89% | 0.96% | - |
| XYZ | 42.1 | 21.81 | 24.91 | - |
| YUV | 104.78 | 145.06 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 135 | 0 | 0.89 | 0.45 | 0.04 | 330.28 | 0.91 | 0.53 |
| Hex | F4 | 1C | 87 | 0 | 59 | 2D | 4 | 14A | 5B | 35 |
| Octal | 364 | 34 | 207 | 0 | 131 | 55 | 4 | 512 | 133 | 65 |
| Binary | 11110100 | 11100 | 10000111 | 0 | 1011001 | 101101 | 100 | 101001010 | 1011011 | 110101 |
Color Harmonies of #F41C87
Complementary color
Monochromatic Colors of #F41C87
Black with #F41C87
Text Example
Text Example
White with #F41C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41C87; }
p { color: rgb(244,28,135); }
H1.HeaderClassName
{
color: #F41C87;
}
.AnyTagClassName
{
color: #F41C87;
}
</style>
background-color css
<style>
a { background-color: #F41C87; }
a { background-color: rgb(244,28,135); }
div.DivClassName
{
background-color: #F41C87;
}
.BgClassName
{
background-color: #F41C87;
}
</style>
border-color css
<style>
span { border-color: #F41C87; }
span { border-color: rgb(244,28,135); }
td.TdClassName
{
border-color: #F41C87;
}
.TagClassName
{
border-color: #F41C87;
}
</style>