Shades of Spicy Pink #FF19AB
Tints of Spicy Pink #FF19AB
RGB
CMYK
RGB Variations
Color information
#FF19AB (or 0xFF19AB) is known color: Spicy Pink. HEX triplet: FF, 19 and AB. RGB value is (255,25,171). Sum of RGB (Red+Green+Blue) = 255+25+171=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF19AB is #00E654. Grayscale: #6E6E6E. Windows color (decimal): -58965 or 11213311. OLE color: 11213311.
HSL color Cylindrical-coordinate representation of color #FF19AB: hue angle of 321.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 #FF19AB is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 171 | - |
| CMYK | 0 | 0.90 | 0.33 | 0 |
| HSL | 321.91º | 1% | 0.55% | - |
| HSV(B) | 321.91º | 0.9% | 1% | - |
| XYZ | 48.94 | 24.9 | 40.75 | - |
| YUV | 110.41 | 162.2 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 171 | 0 | 0.90 | 0.33 | 0 | 321.91 | 1 | 0.55 |
| Hex | FF | 19 | AB | 0 | 5A | 21 | 0 | 142 | 64 | 37 |
| Octal | 377 | 31 | 253 | 0 | 132 | 41 | 0 | 502 | 144 | 67 |
| Binary | 11111111 | 11001 | 10101011 | 0 | 1011010 | 100001 | 0 | 101000010 | 1100100 | 110111 |
Color Harmonies of #FF19AB
Complementary color
Monochromatic Colors of #FF19AB
Black with #FF19AB
Text Example
Text Example
White with #FF19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19AB; }
p { color: rgb(255,25,171); }
H1.HeaderClassName
{
color: #FF19AB;
}
.AnyTagClassName
{
color: #FF19AB;
}
</style>
background-color css
<style>
a { background-color: #FF19AB; }
a { background-color: rgb(255,25,171); }
div.DivClassName
{
background-color: #FF19AB;
}
.BgClassName
{
background-color: #FF19AB;
}
</style>
border-color css
<style>
span { border-color: #FF19AB; }
span { border-color: rgb(255,25,171); }
td.TdClassName
{
border-color: #FF19AB;
}
.TagClassName
{
border-color: #FF19AB;
}
</style>