Shades of Deep Pink #FF197C
Tints of Deep Pink #FF197C
RGB
CMYK
RGB Variations
Color information
#FF197C (or 0xFF197C) is known color: Deep Pink. HEX triplet: FF, 19 and 7C. RGB value is (255,25,124). Sum of RGB (Red+Green+Blue) = 255+25+124=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF197C is #00E683. Grayscale: #686868. Windows color (decimal): -59012 or 8133119. OLE color: 8133119.
HSL color Cylindrical-coordinate representation of color #FF197C: hue angle of 334.17º 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 #FF197C is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 124 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 334.17º | 1% | 0.55% | - |
| HSV(B) | 334.17º | 0.9% | 1% | - |
| XYZ | 45.23 | 23.41 | 21.2 | - |
| YUV | 105.06 | 138.7 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 124 | 0 | 0.90 | 0.51 | 0 | 334.17 | 1 | 0.55 |
| Hex | FF | 19 | 7C | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 31 | 174 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11001 | 1111100 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF197C
Complementary color
Monochromatic Colors of #FF197C
Black with #FF197C
Text Example
Text Example
White with #FF197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF197C; }
p { color: rgb(255,25,124); }
H1.HeaderClassName
{
color: #FF197C;
}
.AnyTagClassName
{
color: #FF197C;
}
</style>
background-color css
<style>
a { background-color: #FF197C; }
a { background-color: rgb(255,25,124); }
div.DivClassName
{
background-color: #FF197C;
}
.BgClassName
{
background-color: #FF197C;
}
</style>
border-color css
<style>
span { border-color: #FF197C; }
span { border-color: rgb(255,25,124); }
td.TdClassName
{
border-color: #FF197C;
}
.TagClassName
{
border-color: #FF197C;
}
</style>