Shades of Deep Pink #F41777
Tints of Deep Pink #F41777
RGB
CMYK
RGB Variations
Color information
#F41777 (or 0xF41777) is known color: Deep Pink. HEX triplet: F4, 17 and 77. RGB value is (244,23,119). Sum of RGB (Red+Green+Blue) = 244+23+119=386 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.21% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 244 - color contains mainly: red. Hex color #F41777 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41777 is #0BE888. Grayscale: #636363. Windows color (decimal): -780425 or 7804916. OLE color: 7804916.
HSL color Cylindrical-coordinate representation of color #F41777: hue angle of 333.94º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41777 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 119 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.04 |
| HSL | 333.94º | 0.91% | 0.52% | - |
| HSV(B) | 333.94º | 0.91% | 0.96% | - |
| XYZ | 40.94 | 21.18 | 19.38 | - |
| YUV | 100.02 | 138.72 | 230.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 119 | 0 | 0.91 | 0.51 | 0.04 | 333.94 | 0.91 | 0.52 |
| Hex | F4 | 17 | 77 | 0 | 5B | 33 | 4 | 14E | 5B | 34 |
| Octal | 364 | 27 | 167 | 0 | 133 | 63 | 4 | 516 | 133 | 64 |
| Binary | 11110100 | 10111 | 1110111 | 0 | 1011011 | 110011 | 100 | 101001110 | 1011011 | 110100 |
Color Harmonies of #F41777
Complementary color
Monochromatic Colors of #F41777
Black with #F41777
Text Example
Text Example
White with #F41777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41777; }
p { color: rgb(244,23,119); }
H1.HeaderClassName
{
color: #F41777;
}
.AnyTagClassName
{
color: #F41777;
}
</style>
background-color css
<style>
a { background-color: #F41777; }
a { background-color: rgb(244,23,119); }
div.DivClassName
{
background-color: #F41777;
}
.BgClassName
{
background-color: #F41777;
}
</style>
border-color css
<style>
span { border-color: #F41777; }
span { border-color: rgb(244,23,119); }
td.TdClassName
{
border-color: #F41777;
}
.TagClassName
{
border-color: #F41777;
}
</style>