Shades of Deep Pink #F41D77
Tints of Deep Pink #F41D77
RGB
CMYK
RGB Variations
Color information
#F41D77 (or 0xF41D77) is known color: Deep Pink. HEX triplet: F4, 1D and 77. RGB value is (244,29,119). Sum of RGB (Red+Green+Blue) = 244+29+119=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F41D77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F41D77 is #0BE288. Grayscale: #676767. Windows color (decimal): -778889 or 7806452. OLE color: 7806452.
HSL color Cylindrical-coordinate representation of color #F41D77: hue angle of 334.88º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F41D77 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 29 | 119 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.04 |
| HSL | 334.88º | 0.91% | 0.54% | - |
| HSV(B) | 334.88º | 0.88% | 0.96% | - |
| XYZ | 41.08 | 21.44 | 19.43 | - |
| YUV | 103.55 | 136.73 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 29 | 119 | 0 | 0.88 | 0.51 | 0.04 | 334.88 | 0.91 | 0.54 |
| Hex | F4 | 1D | 77 | 0 | 58 | 33 | 4 | 14F | 5B | 36 |
| Octal | 364 | 35 | 167 | 0 | 130 | 63 | 4 | 517 | 133 | 66 |
| Binary | 11110100 | 11101 | 1110111 | 0 | 1011000 | 110011 | 100 | 101001111 | 1011011 | 110110 |
Color Harmonies of #F41D77
Complementary color
Monochromatic Colors of #F41D77
Black with #F41D77
Text Example
Text Example
White with #F41D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41D77; }
p { color: rgb(244,29,119); }
H1.HeaderClassName
{
color: #F41D77;
}
.AnyTagClassName
{
color: #F41D77;
}
</style>
background-color css
<style>
a { background-color: #F41D77; }
a { background-color: rgb(244,29,119); }
div.DivClassName
{
background-color: #F41D77;
}
.BgClassName
{
background-color: #F41D77;
}
</style>
border-color css
<style>
span { border-color: #F41D77; }
span { border-color: rgb(244,29,119); }
td.TdClassName
{
border-color: #F41D77;
}
.TagClassName
{
border-color: #F41D77;
}
</style>