Shades of Deep Pink #FF199C
Tints of Deep Pink #FF199C
RGB
CMYK
RGB Variations
Color information
#FF199C (or 0xFF199C) is known color: Deep Pink. HEX triplet: FF, 19 and 9C. RGB value is (255,25,156). Sum of RGB (Red+Green+Blue) = 255+25+156=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 25 (10.16% from 255 or 5.73% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF199C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF199C is #00E663. Grayscale: #6C6C6C. Windows color (decimal): -58980 or 10230271. OLE color: 10230271.
HSL color Cylindrical-coordinate representation of color #FF199C: hue angle of 325.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF199C is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 156 | - |
| CMYK | 0 | 0.90 | 0.39 | 0 |
| HSL | 325.83º | 1% | 0.55% | - |
| HSV(B) | 325.83º | 0.9% | 1% | - |
| XYZ | 47.59 | 24.36 | 33.65 | - |
| YUV | 108.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 156 | 0 | 0.90 | 0.39 | 0 | 325.83 | 1 | 0.55 |
| Hex | FF | 19 | 9C | 0 | 5A | 27 | 0 | 146 | 64 | 37 |
| Octal | 377 | 31 | 234 | 0 | 132 | 47 | 0 | 506 | 144 | 67 |
| Binary | 11111111 | 11001 | 10011100 | 0 | 1011010 | 100111 | 0 | 101000110 | 1100100 | 110111 |
Color Harmonies of #FF199C
Complementary color
Monochromatic Colors of #FF199C
Black with #FF199C
Text Example
Text Example
White with #FF199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF199C; }
p { color: rgb(255,25,156); }
H1.HeaderClassName
{
color: #FF199C;
}
.AnyTagClassName
{
color: #FF199C;
}
</style>
background-color css
<style>
a { background-color: #FF199C; }
a { background-color: rgb(255,25,156); }
div.DivClassName
{
background-color: #FF199C;
}
.BgClassName
{
background-color: #FF199C;
}
</style>
border-color css
<style>
span { border-color: #FF199C; }
span { border-color: rgb(255,25,156); }
td.TdClassName
{
border-color: #FF199C;
}
.TagClassName
{
border-color: #FF199C;
}
</style>