Shades of Deep Pink #FF19A0
Tints of Deep Pink #FF19A0
RGB
CMYK
RGB Variations
Color information
#FF19A0 (or 0xFF19A0) is known color: Deep Pink. HEX triplet: FF, 19 and A0. RGB value is (255,25,160). Sum of RGB (Red+Green+Blue) = 255+25+160=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF19A0 is #00E65F. Grayscale: #6C6C6C. Windows color (decimal): -58976 or 10492415. OLE color: 10492415.
HSL color Cylindrical-coordinate representation of color #FF19A0: hue angle of 324.78º 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 #FF19A0 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 160 | - |
| CMYK | 0 | 0.90 | 0.37 | 0 |
| HSL | 324.78º | 1% | 0.55% | - |
| HSV(B) | 324.78º | 0.9% | 1% | - |
| XYZ | 47.93 | 24.49 | 35.46 | - |
| YUV | 109.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 160 | 0 | 0.90 | 0.37 | 0 | 324.78 | 1 | 0.55 |
| Hex | FF | 19 | A0 | 0 | 5A | 25 | 0 | 145 | 64 | 37 |
| Octal | 377 | 31 | 240 | 0 | 132 | 45 | 0 | 505 | 144 | 67 |
| Binary | 11111111 | 11001 | 10100000 | 0 | 1011010 | 100101 | 0 | 101000101 | 1100100 | 110111 |
Color Harmonies of #FF19A0
Complementary color
Monochromatic Colors of #FF19A0
Black with #FF19A0
Text Example
Text Example
White with #FF19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19A0; }
p { color: rgb(255,25,160); }
H1.HeaderClassName
{
color: #FF19A0;
}
.AnyTagClassName
{
color: #FF19A0;
}
</style>
background-color css
<style>
a { background-color: #FF19A0; }
a { background-color: rgb(255,25,160); }
div.DivClassName
{
background-color: #FF19A0;
}
.BgClassName
{
background-color: #FF19A0;
}
</style>
border-color css
<style>
span { border-color: #FF19A0; }
span { border-color: rgb(255,25,160); }
td.TdClassName
{
border-color: #FF19A0;
}
.TagClassName
{
border-color: #FF19A0;
}
</style>