Shades of Deep Pink #F41A99
Tints of Deep Pink #F41A99
RGB
CMYK
RGB Variations
Color information
#F41A99 (or 0xF41A99) is known color: Deep Pink. HEX triplet: F4, 1A and 99. RGB value is (244,26,153). Sum of RGB (Red+Green+Blue) = 244+26+153=423 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.68% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 244 - color contains mainly: red. Hex color #F41A99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F41A99 is #0BE566. Grayscale: #696969. Windows color (decimal): -779623 or 10033908. OLE color: 10033908.
HSL color Cylindrical-coordinate representation of color #F41A99: hue angle of 325.05º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41A99 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 26 | 153 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.04 |
| HSL | 325.05º | 0.91% | 0.53% | - |
| HSV(B) | 325.05º | 0.89% | 0.96% | - |
| XYZ | 43.43 | 22.27 | 32.15 | - |
| YUV | 105.66 | 154.72 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 26 | 153 | 0 | 0.89 | 0.37 | 0.04 | 325.05 | 0.91 | 0.53 |
| Hex | F4 | 1A | 99 | 0 | 59 | 25 | 4 | 145 | 5B | 35 |
| Octal | 364 | 32 | 231 | 0 | 131 | 45 | 4 | 505 | 133 | 65 |
| Binary | 11110100 | 11010 | 10011001 | 0 | 1011001 | 100101 | 100 | 101000101 | 1011011 | 110101 |
Color Harmonies of #F41A99
Complementary color
Monochromatic Colors of #F41A99
Black with #F41A99
Text Example
Text Example
White with #F41A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41A99; }
p { color: rgb(244,26,153); }
H1.HeaderClassName
{
color: #F41A99;
}
.AnyTagClassName
{
color: #F41A99;
}
</style>
background-color css
<style>
a { background-color: #F41A99; }
a { background-color: rgb(244,26,153); }
div.DivClassName
{
background-color: #F41A99;
}
.BgClassName
{
background-color: #F41A99;
}
</style>
border-color css
<style>
span { border-color: #F41A99; }
span { border-color: rgb(244,26,153); }
td.TdClassName
{
border-color: #F41A99;
}
.TagClassName
{
border-color: #F41A99;
}
</style>