Shades of Deep Pink #F4198E
Tints of Deep Pink #F4198E
RGB
CMYK
RGB Variations
Color information
#F4198E (or 0xF4198E) is known color: Deep Pink. HEX triplet: F4, 19 and 8E. RGB value is (244,25,142). Sum of RGB (Red+Green+Blue) = 244+25+142=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F4198E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4198E is #0BE671. Grayscale: #676767. Windows color (decimal): -779890 or 9312756. OLE color: 9312756.
HSL color Cylindrical-coordinate representation of color #F4198E: hue angle of 327.95º 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 #F4198E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 142 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.04 |
| HSL | 327.95º | 0.91% | 0.53% | - |
| HSV(B) | 327.95º | 0.9% | 0.96% | - |
| XYZ | 42.54 | 21.88 | 27.57 | - |
| YUV | 103.82 | 149.55 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 142 | 0 | 0.90 | 0.42 | 0.04 | 327.95 | 0.91 | 0.53 |
| Hex | F4 | 19 | 8E | 0 | 5A | 2A | 4 | 148 | 5B | 35 |
| Octal | 364 | 31 | 216 | 0 | 132 | 52 | 4 | 510 | 133 | 65 |
| Binary | 11110100 | 11001 | 10001110 | 0 | 1011010 | 101010 | 100 | 101001000 | 1011011 | 110101 |
Color Harmonies of #F4198E
Complementary color
Monochromatic Colors of #F4198E
Black with #F4198E
Text Example
Text Example
White with #F4198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4198E; }
p { color: rgb(244,25,142); }
H1.HeaderClassName
{
color: #F4198E;
}
.AnyTagClassName
{
color: #F4198E;
}
</style>
background-color css
<style>
a { background-color: #F4198E; }
a { background-color: rgb(244,25,142); }
div.DivClassName
{
background-color: #F4198E;
}
.BgClassName
{
background-color: #F4198E;
}
</style>
border-color css
<style>
span { border-color: #F4198E; }
span { border-color: rgb(244,25,142); }
td.TdClassName
{
border-color: #F4198E;
}
.TagClassName
{
border-color: #F4198E;
}
</style>