Shades of Deep Pink #FF197D
Tints of Deep Pink #FF197D
RGB
CMYK
RGB Variations
Color information
#FF197D (or 0xFF197D) is known color: Deep Pink. HEX triplet: FF, 19 and 7D. RGB value is (255,25,125). Sum of RGB (Red+Green+Blue) = 255+25+125=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF197D is #00E682. Grayscale: #696969. Windows color (decimal): -59011 or 8198655. OLE color: 8198655.
HSL color Cylindrical-coordinate representation of color #FF197D: hue angle of 333.91º 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 #FF197D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 125 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 333.91º | 1% | 0.55% | - |
| HSV(B) | 333.91º | 0.9% | 1% | - |
| XYZ | 45.29 | 23.44 | 21.54 | - |
| YUV | 105.17 | 139.2 | 234.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 125 | 0 | 0.90 | 0.51 | 0 | 333.91 | 1 | 0.55 |
| Hex | FF | 19 | 7D | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 31 | 175 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11001 | 1111101 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF197D
Complementary color
Monochromatic Colors of #FF197D
Black with #FF197D
Text Example
Text Example
White with #FF197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF197D; }
p { color: rgb(255,25,125); }
H1.HeaderClassName
{
color: #FF197D;
}
.AnyTagClassName
{
color: #FF197D;
}
</style>
background-color css
<style>
a { background-color: #FF197D; }
a { background-color: rgb(255,25,125); }
div.DivClassName
{
background-color: #FF197D;
}
.BgClassName
{
background-color: #FF197D;
}
</style>
border-color css
<style>
span { border-color: #FF197D; }
span { border-color: rgb(255,25,125); }
td.TdClassName
{
border-color: #FF197D;
}
.TagClassName
{
border-color: #FF197D;
}
</style>