Shades of Deep Pink #F41390
Tints of Deep Pink #F41390
RGB
CMYK
RGB Variations
Color information
#F41390 (or 0xF41390) is known color: Deep Pink. HEX triplet: F4, 13 and 90. RGB value is (244,19,144). Sum of RGB (Red+Green+Blue) = 244+19+144=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F41390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41390 is #0BEC6F. Grayscale: #646464. Windows color (decimal): -781424 or 9442292. OLE color: 9442292.
HSL color Cylindrical-coordinate representation of color #F41390: hue angle of 326.67º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41390 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 144 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.04 |
| HSL | 326.67º | 0.91% | 0.52% | - |
| HSV(B) | 326.67º | 0.92% | 0.96% | - |
| XYZ | 42.58 | 21.71 | 28.33 | - |
| YUV | 100.53 | 152.54 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 144 | 0 | 0.92 | 0.41 | 0.04 | 326.67 | 0.91 | 0.52 |
| Hex | F4 | 13 | 90 | 0 | 5C | 29 | 4 | 147 | 5B | 34 |
| Octal | 364 | 23 | 220 | 0 | 134 | 51 | 4 | 507 | 133 | 64 |
| Binary | 11110100 | 10011 | 10010000 | 0 | 1011100 | 101001 | 100 | 101000111 | 1011011 | 110100 |
Color Harmonies of #F41390
Complementary color
Monochromatic Colors of #F41390
Black with #F41390
Text Example
Text Example
White with #F41390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41390; }
p { color: rgb(244,19,144); }
H1.HeaderClassName
{
color: #F41390;
}
.AnyTagClassName
{
color: #F41390;
}
</style>
background-color css
<style>
a { background-color: #F41390; }
a { background-color: rgb(244,19,144); }
div.DivClassName
{
background-color: #F41390;
}
.BgClassName
{
background-color: #F41390;
}
</style>
border-color css
<style>
span { border-color: #F41390; }
span { border-color: rgb(244,19,144); }
td.TdClassName
{
border-color: #F41390;
}
.TagClassName
{
border-color: #F41390;
}
</style>