Shades of Deep Pink #F4199E
Tints of Deep Pink #F4199E
RGB
CMYK
RGB Variations
Color information
#F4199E (or 0xF4199E) is known color: Deep Pink. HEX triplet: F4, 19 and 9E. RGB value is (244,25,158). Sum of RGB (Red+Green+Blue) = 244+25+158=427 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.14% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 244 - color contains mainly: red. Hex color #F4199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4199E is #0BE661. Grayscale: #696969. Windows color (decimal): -779874 or 10361332. OLE color: 10361332.
HSL color Cylindrical-coordinate representation of color #F4199E: hue angle of 323.56º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4199E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 158 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.04 |
| HSL | 323.56º | 0.91% | 0.53% | - |
| HSV(B) | 323.56º | 0.9% | 0.96% | - |
| XYZ | 43.83 | 22.4 | 34.36 | - |
| YUV | 105.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 158 | 0 | 0.90 | 0.35 | 0.04 | 323.56 | 0.91 | 0.53 |
| Hex | F4 | 19 | 9E | 0 | 5A | 23 | 4 | 144 | 5B | 35 |
| Octal | 364 | 31 | 236 | 0 | 132 | 43 | 4 | 504 | 133 | 65 |
| Binary | 11110100 | 11001 | 10011110 | 0 | 1011010 | 100011 | 100 | 101000100 | 1011011 | 110101 |
Color Harmonies of #F4199E
Complementary color
Monochromatic Colors of #F4199E
Black with #F4199E
Text Example
Text Example
White with #F4199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4199E; }
p { color: rgb(244,25,158); }
H1.HeaderClassName
{
color: #F4199E;
}
.AnyTagClassName
{
color: #F4199E;
}
</style>
background-color css
<style>
a { background-color: #F4199E; }
a { background-color: rgb(244,25,158); }
div.DivClassName
{
background-color: #F4199E;
}
.BgClassName
{
background-color: #F4199E;
}
</style>
border-color css
<style>
span { border-color: #F4199E; }
span { border-color: rgb(244,25,158); }
td.TdClassName
{
border-color: #F4199E;
}
.TagClassName
{
border-color: #F4199E;
}
</style>