Shades of Spicy Pink #FF19A1
Tints of Spicy Pink #FF19A1
RGB
CMYK
RGB Variations
Color information
#FF19A1 (or 0xFF19A1) is known color: Spicy Pink. HEX triplet: FF, 19 and A1. RGB value is (255,25,161). Sum of RGB (Red+Green+Blue) = 255+25+161=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF19A1 is #00E65E. Grayscale: #6C6C6C. Windows color (decimal): -58975 or 10557951. OLE color: 10557951.
HSL color Cylindrical-coordinate representation of color #FF19A1: hue angle of 324.52º 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 #FF19A1 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 161 | - |
| CMYK | 0 | 0.90 | 0.37 | 0 |
| HSL | 324.52º | 1% | 0.55% | - |
| HSV(B) | 324.52º | 0.9% | 1% | - |
| XYZ | 48.02 | 24.53 | 35.92 | - |
| YUV | 109.27 | 157.2 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 161 | 0 | 0.90 | 0.37 | 0 | 324.52 | 1 | 0.55 |
| Hex | FF | 19 | A1 | 0 | 5A | 25 | 0 | 145 | 64 | 37 |
| Octal | 377 | 31 | 241 | 0 | 132 | 45 | 0 | 505 | 144 | 67 |
| Binary | 11111111 | 11001 | 10100001 | 0 | 1011010 | 100101 | 0 | 101000101 | 1100100 | 110111 |
Color Harmonies of #FF19A1
Complementary color
Monochromatic Colors of #FF19A1
Black with #FF19A1
Text Example
Text Example
White with #FF19A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19A1; }
p { color: rgb(255,25,161); }
H1.HeaderClassName
{
color: #FF19A1;
}
.AnyTagClassName
{
color: #FF19A1;
}
</style>
background-color css
<style>
a { background-color: #FF19A1; }
a { background-color: rgb(255,25,161); }
div.DivClassName
{
background-color: #FF19A1;
}
.BgClassName
{
background-color: #FF19A1;
}
</style>
border-color css
<style>
span { border-color: #FF19A1; }
span { border-color: rgb(255,25,161); }
td.TdClassName
{
border-color: #FF19A1;
}
.TagClassName
{
border-color: #FF19A1;
}
</style>