Shades of Deep Pink #F0199C
Tints of Deep Pink #F0199C
RGB
CMYK
RGB Variations
Color information
#F0199C (or 0xF0199C) is known color: Deep Pink. HEX triplet: F0, 19 and 9C. RGB value is (240,25,156). Sum of RGB (Red+Green+Blue) = 240+25+156=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0199C is #0FE663. Grayscale: #676767. Windows color (decimal): -1042020 or 10230256. OLE color: 10230256.
HSL color Cylindrical-coordinate representation of color #F0199C: hue angle of 323.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0199C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 323.44º | 0.88% | 0.52% | - |
| HSV(B) | 323.44º | 0.9% | 0.94% | - |
| XYZ | 42.28 | 21.62 | 33.4 | - |
| YUV | 104.22 | 157.23 | 224.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 156 | 0 | 0.90 | 0.35 | 0.06 | 323.44 | 0.88 | 0.52 |
| Hex | F0 | 19 | 9C | 0 | 5A | 23 | 6 | 143 | 58 | 34 |
| Octal | 360 | 31 | 234 | 0 | 132 | 43 | 6 | 503 | 130 | 64 |
| Binary | 11110000 | 11001 | 10011100 | 0 | 1011010 | 100011 | 110 | 101000011 | 1011000 | 110100 |
Color Harmonies of #F0199C
Complementary color
Monochromatic Colors of #F0199C
Black with #F0199C
Text Example
Text Example
White with #F0199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0199C; }
p { color: rgb(240,25,156); }
H1.HeaderClassName
{
color: #F0199C;
}
.AnyTagClassName
{
color: #F0199C;
}
</style>
background-color css
<style>
a { background-color: #F0199C; }
a { background-color: rgb(240,25,156); }
div.DivClassName
{
background-color: #F0199C;
}
.BgClassName
{
background-color: #F0199C;
}
</style>
border-color css
<style>
span { border-color: #F0199C; }
span { border-color: rgb(240,25,156); }
td.TdClassName
{
border-color: #F0199C;
}
.TagClassName
{
border-color: #F0199C;
}
</style>