Shades of Deep Pink #F41290
Tints of Deep Pink #F41290
RGB
CMYK
RGB Variations
Color information
#F41290 (or 0xF41290) is known color: Deep Pink. HEX triplet: F4, 12 and 90. RGB value is (244,18,144). Sum of RGB (Red+Green+Blue) = 244+18+144=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F41290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41290 is #0BED6F. Grayscale: #636363. Windows color (decimal): -781680 or 9442036. OLE color: 9442036.
HSL color Cylindrical-coordinate representation of color #F41290: hue angle of 326.55º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F41290 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 144 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.55º | 0.91% | 0.51% | - |
| HSV(B) | 326.55º | 0.93% | 0.96% | - |
| XYZ | 42.56 | 21.68 | 28.33 | - |
| YUV | 99.94 | 152.87 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 144 | 0 | 0.93 | 0.41 | 0.04 | 326.55 | 0.91 | 0.51 |
| Hex | F4 | 12 | 90 | 0 | 5D | 29 | 4 | 147 | 5B | 33 |
| Octal | 364 | 22 | 220 | 0 | 135 | 51 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 10010 | 10010000 | 0 | 1011101 | 101001 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F41290
Complementary color
Monochromatic Colors of #F41290
Black with #F41290
Text Example
Text Example
White with #F41290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41290; }
p { color: rgb(244,18,144); }
H1.HeaderClassName
{
color: #F41290;
}
.AnyTagClassName
{
color: #F41290;
}
</style>
background-color css
<style>
a { background-color: #F41290; }
a { background-color: rgb(244,18,144); }
div.DivClassName
{
background-color: #F41290;
}
.BgClassName
{
background-color: #F41290;
}
</style>
border-color css
<style>
span { border-color: #F41290; }
span { border-color: rgb(244,18,144); }
td.TdClassName
{
border-color: #F41290;
}
.TagClassName
{
border-color: #F41290;
}
</style>