Shades of Deep Pink #F41699
Tints of Deep Pink #F41699
RGB
CMYK
RGB Variations
Color information
#F41699 (or 0xF41699) is known color: Deep Pink. HEX triplet: F4, 16 and 99. RGB value is (244,22,153). Sum of RGB (Red+Green+Blue) = 244+22+153=419 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.23% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 244 - color contains mainly: red. Hex color #F41699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41699 is #0BE966. Grayscale: #676767. Windows color (decimal): -780647 or 10032884. OLE color: 10032884.
HSL color Cylindrical-coordinate representation of color #F41699: hue angle of 324.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41699 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 153 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.04 |
| HSL | 324.59º | 0.91% | 0.52% | - |
| HSV(B) | 324.59º | 0.91% | 0.96% | - |
| XYZ | 43.34 | 22.11 | 32.12 | - |
| YUV | 103.31 | 156.05 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 153 | 0 | 0.91 | 0.37 | 0.04 | 324.59 | 0.91 | 0.52 |
| Hex | F4 | 16 | 99 | 0 | 5B | 25 | 4 | 145 | 5B | 34 |
| Octal | 364 | 26 | 231 | 0 | 133 | 45 | 4 | 505 | 133 | 64 |
| Binary | 11110100 | 10110 | 10011001 | 0 | 1011011 | 100101 | 100 | 101000101 | 1011011 | 110100 |
Color Harmonies of #F41699
Complementary color
Monochromatic Colors of #F41699
Black with #F41699
Text Example
Text Example
White with #F41699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41699; }
p { color: rgb(244,22,153); }
H1.HeaderClassName
{
color: #F41699;
}
.AnyTagClassName
{
color: #F41699;
}
</style>
background-color css
<style>
a { background-color: #F41699; }
a { background-color: rgb(244,22,153); }
div.DivClassName
{
background-color: #F41699;
}
.BgClassName
{
background-color: #F41699;
}
</style>
border-color css
<style>
span { border-color: #F41699; }
span { border-color: rgb(244,22,153); }
td.TdClassName
{
border-color: #F41699;
}
.TagClassName
{
border-color: #F41699;
}
</style>