Shades of Deep Pink #FF197E
Tints of Deep Pink #FF197E
RGB
CMYK
RGB Variations
Color information
#FF197E (or 0xFF197E) is known color: Deep Pink. HEX triplet: FF, 19 and 7E. RGB value is (255,25,126). Sum of RGB (Red+Green+Blue) = 255+25+126=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF197E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF197E is #00E681. Grayscale: #696969. Windows color (decimal): -59010 or 8264191. OLE color: 8264191.
HSL color Cylindrical-coordinate representation of color #FF197E: hue angle of 333.65º 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 #FF197E is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 126 | - |
| CMYK | 0 | 0.90 | 0.51 | 0 |
| HSL | 333.65º | 1% | 0.55% | - |
| HSV(B) | 333.65º | 0.9% | 1% | - |
| XYZ | 45.35 | 23.46 | 21.88 | - |
| YUV | 105.28 | 139.7 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 126 | 0 | 0.90 | 0.51 | 0 | 333.65 | 1 | 0.55 |
| Hex | FF | 19 | 7E | 0 | 5A | 33 | 0 | 14E | 64 | 37 |
| Octal | 377 | 31 | 176 | 0 | 132 | 63 | 0 | 516 | 144 | 67 |
| Binary | 11111111 | 11001 | 1111110 | 0 | 1011010 | 110011 | 0 | 101001110 | 1100100 | 110111 |
Color Harmonies of #FF197E
Complementary color
Monochromatic Colors of #FF197E
Black with #FF197E
Text Example
Text Example
White with #FF197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF197E; }
p { color: rgb(255,25,126); }
H1.HeaderClassName
{
color: #FF197E;
}
.AnyTagClassName
{
color: #FF197E;
}
</style>
background-color css
<style>
a { background-color: #FF197E; }
a { background-color: rgb(255,25,126); }
div.DivClassName
{
background-color: #FF197E;
}
.BgClassName
{
background-color: #FF197E;
}
</style>
border-color css
<style>
span { border-color: #FF197E; }
span { border-color: rgb(255,25,126); }
td.TdClassName
{
border-color: #FF197E;
}
.TagClassName
{
border-color: #FF197E;
}
</style>