Shades of Deep Pink #F4199B
Tints of Deep Pink #F4199B
RGB
CMYK
RGB Variations
Color information
#F4199B (or 0xF4199B) is known color: Deep Pink. HEX triplet: F4, 19 and 9B. RGB value is (244,25,155). Sum of RGB (Red+Green+Blue) = 244+25+155=424 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.55% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 244 - color contains mainly: red. Hex color #F4199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4199B is #0BE664. Grayscale: #696969. Windows color (decimal): -779877 or 10164724. OLE color: 10164724.
HSL color Cylindrical-coordinate representation of color #F4199B: hue angle of 324.38º 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 #F4199B is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.04 |
| HSL | 324.38º | 0.91% | 0.53% | - |
| HSV(B) | 324.38º | 0.9% | 0.96% | - |
| XYZ | 43.57 | 22.29 | 33.02 | - |
| YUV | 105.3 | 156.05 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 155 | 0 | 0.90 | 0.36 | 0.04 | 324.38 | 0.91 | 0.53 |
| Hex | F4 | 19 | 9B | 0 | 5A | 24 | 4 | 144 | 5B | 35 |
| Octal | 364 | 31 | 233 | 0 | 132 | 44 | 4 | 504 | 133 | 65 |
| Binary | 11110100 | 11001 | 10011011 | 0 | 1011010 | 100100 | 100 | 101000100 | 1011011 | 110101 |
Color Harmonies of #F4199B
Complementary color
Monochromatic Colors of #F4199B
Black with #F4199B
Text Example
Text Example
White with #F4199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4199B; }
p { color: rgb(244,25,155); }
H1.HeaderClassName
{
color: #F4199B;
}
.AnyTagClassName
{
color: #F4199B;
}
</style>
background-color css
<style>
a { background-color: #F4199B; }
a { background-color: rgb(244,25,155); }
div.DivClassName
{
background-color: #F4199B;
}
.BgClassName
{
background-color: #F4199B;
}
</style>
border-color css
<style>
span { border-color: #F4199B; }
span { border-color: rgb(244,25,155); }
td.TdClassName
{
border-color: #F4199B;
}
.TagClassName
{
border-color: #F4199B;
}
</style>