Shades of Deep Pink #F41990
Tints of Deep Pink #F41990
RGB
CMYK
RGB Variations
Color information
#F41990 (or 0xF41990) is known color: Deep Pink. HEX triplet: F4, 19 and 90. RGB value is (244,25,144). Sum of RGB (Red+Green+Blue) = 244+25+144=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F41990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41990 is #0BE66F. Grayscale: #676767. Windows color (decimal): -779888 or 9443828. OLE color: 9443828.
HSL color Cylindrical-coordinate representation of color #F41990: hue angle of 327.4º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41990 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.04 |
| HSL | 327.4º | 0.91% | 0.53% | - |
| HSV(B) | 327.4º | 0.9% | 0.96% | - |
| XYZ | 42.69 | 21.94 | 28.37 | - |
| YUV | 104.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 144 | 0 | 0.90 | 0.41 | 0.04 | 327.4 | 0.91 | 0.53 |
| Hex | F4 | 19 | 90 | 0 | 5A | 29 | 4 | 147 | 5B | 35 |
| Octal | 364 | 31 | 220 | 0 | 132 | 51 | 4 | 507 | 133 | 65 |
| Binary | 11110100 | 11001 | 10010000 | 0 | 1011010 | 101001 | 100 | 101000111 | 1011011 | 110101 |
Color Harmonies of #F41990
Complementary color
Monochromatic Colors of #F41990
Black with #F41990
Text Example
Text Example
White with #F41990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41990; }
p { color: rgb(244,25,144); }
H1.HeaderClassName
{
color: #F41990;
}
.AnyTagClassName
{
color: #F41990;
}
</style>
background-color css
<style>
a { background-color: #F41990; }
a { background-color: rgb(244,25,144); }
div.DivClassName
{
background-color: #F41990;
}
.BgClassName
{
background-color: #F41990;
}
</style>
border-color css
<style>
span { border-color: #F41990; }
span { border-color: rgb(244,25,144); }
td.TdClassName
{
border-color: #F41990;
}
.TagClassName
{
border-color: #F41990;
}
</style>