Shades of Deep Pink #F41299
Tints of Deep Pink #F41299
RGB
CMYK
RGB Variations
Color information
#F41299 (or 0xF41299) is known color: Deep Pink. HEX triplet: F4, 12 and 99. RGB value is (244,18,153). Sum of RGB (Red+Green+Blue) = 244+18+153=415 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.80% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 244 - color contains mainly: red. Hex color #F41299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41299 is #0BED66. Grayscale: #646464. Windows color (decimal): -781671 or 10031860. OLE color: 10031860.
HSL color Cylindrical-coordinate representation of color #F41299: hue angle of 324.16º 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 #F41299 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 153 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.04 |
| HSL | 324.16º | 0.91% | 0.51% | - |
| HSV(B) | 324.16º | 0.93% | 0.96% | - |
| XYZ | 43.27 | 21.97 | 32.1 | - |
| YUV | 100.96 | 157.37 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 153 | 0 | 0.93 | 0.37 | 0.04 | 324.16 | 0.91 | 0.51 |
| Hex | F4 | 12 | 99 | 0 | 5D | 25 | 4 | 144 | 5B | 33 |
| Octal | 364 | 22 | 231 | 0 | 135 | 45 | 4 | 504 | 133 | 63 |
| Binary | 11110100 | 10010 | 10011001 | 0 | 1011101 | 100101 | 100 | 101000100 | 1011011 | 110011 |
Color Harmonies of #F41299
Complementary color
Monochromatic Colors of #F41299
Black with #F41299
Text Example
Text Example
White with #F41299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41299; }
p { color: rgb(244,18,153); }
H1.HeaderClassName
{
color: #F41299;
}
.AnyTagClassName
{
color: #F41299;
}
</style>
background-color css
<style>
a { background-color: #F41299; }
a { background-color: rgb(244,18,153); }
div.DivClassName
{
background-color: #F41299;
}
.BgClassName
{
background-color: #F41299;
}
</style>
border-color css
<style>
span { border-color: #F41299; }
span { border-color: rgb(244,18,153); }
td.TdClassName
{
border-color: #F41299;
}
.TagClassName
{
border-color: #F41299;
}
</style>