Shades of Deep Pink #F41890
Tints of Deep Pink #F41890
RGB
CMYK
RGB Variations
Color information
#F41890 (or 0xF41890) is known color: Deep Pink. HEX triplet: F4, 18 and 90. RGB value is (244,24,144). Sum of RGB (Red+Green+Blue) = 244+24+144=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41890 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41890 is #0BE76F. Grayscale: #676767. Windows color (decimal): -780144 or 9443572. OLE color: 9443572.
HSL color Cylindrical-coordinate representation of color #F41890: hue angle of 327.27º 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 #F41890 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 144 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.04 |
| HSL | 327.27º | 0.91% | 0.53% | - |
| HSV(B) | 327.27º | 0.9% | 0.96% | - |
| XYZ | 42.67 | 21.9 | 28.36 | - |
| YUV | 103.46 | 150.89 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 144 | 0 | 0.90 | 0.41 | 0.04 | 327.27 | 0.91 | 0.53 |
| Hex | F4 | 18 | 90 | 0 | 5A | 29 | 4 | 147 | 5B | 35 |
| Octal | 364 | 30 | 220 | 0 | 132 | 51 | 4 | 507 | 133 | 65 |
| Binary | 11110100 | 11000 | 10010000 | 0 | 1011010 | 101001 | 100 | 101000111 | 1011011 | 110101 |
Color Harmonies of #F41890
Complementary color
Monochromatic Colors of #F41890
Black with #F41890
Text Example
Text Example
White with #F41890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41890; }
p { color: rgb(244,24,144); }
H1.HeaderClassName
{
color: #F41890;
}
.AnyTagClassName
{
color: #F41890;
}
</style>
background-color css
<style>
a { background-color: #F41890; }
a { background-color: rgb(244,24,144); }
div.DivClassName
{
background-color: #F41890;
}
.BgClassName
{
background-color: #F41890;
}
</style>
border-color css
<style>
span { border-color: #F41890; }
span { border-color: rgb(244,24,144); }
td.TdClassName
{
border-color: #F41890;
}
.TagClassName
{
border-color: #F41890;
}
</style>