Shades of Deep Pink #F41197
Tints of Deep Pink #F41197
RGB
CMYK
RGB Variations
Color information
#F41197 (or 0xF41197) is known color: Deep Pink. HEX triplet: F4, 11 and 97. RGB value is (244,17,151). Sum of RGB (Red+Green+Blue) = 244+17+151=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41197 is #0BEE68. Grayscale: #636363. Windows color (decimal): -781929 or 9900532. OLE color: 9900532.
HSL color Cylindrical-coordinate representation of color #F41197: hue angle of 324.58º 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 #F41197 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 151 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.04 |
| HSL | 324.58º | 0.91% | 0.51% | - |
| HSV(B) | 324.58º | 0.93% | 0.96% | - |
| XYZ | 43.09 | 21.87 | 31.23 | - |
| YUV | 100.15 | 156.71 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 151 | 0 | 0.93 | 0.38 | 0.04 | 324.58 | 0.91 | 0.51 |
| Hex | F4 | 11 | 97 | 0 | 5D | 26 | 4 | 145 | 5B | 33 |
| Octal | 364 | 21 | 227 | 0 | 135 | 46 | 4 | 505 | 133 | 63 |
| Binary | 11110100 | 10001 | 10010111 | 0 | 1011101 | 100110 | 100 | 101000101 | 1011011 | 110011 |
Color Harmonies of #F41197
Complementary color
Monochromatic Colors of #F41197
Black with #F41197
Text Example
Text Example
White with #F41197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41197; }
p { color: rgb(244,17,151); }
H1.HeaderClassName
{
color: #F41197;
}
.AnyTagClassName
{
color: #F41197;
}
</style>
background-color css
<style>
a { background-color: #F41197; }
a { background-color: rgb(244,17,151); }
div.DivClassName
{
background-color: #F41197;
}
.BgClassName
{
background-color: #F41197;
}
</style>
border-color css
<style>
span { border-color: #F41197; }
span { border-color: rgb(244,17,151); }
td.TdClassName
{
border-color: #F41197;
}
.TagClassName
{
border-color: #F41197;
}
</style>