Shades of Spicy Pink #FC19A1
Tints of Spicy Pink #FC19A1
RGB
CMYK
RGB Variations
Color information
#FC19A1 (or 0xFC19A1) is known color: Spicy Pink. HEX triplet: FC, 19 and A1. RGB value is (252,25,161). Sum of RGB (Red+Green+Blue) = 252+25+161=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19A1 is #03E65E. Grayscale: #6C6C6C. Windows color (decimal): -255583 or 10557948. OLE color: 10557948.
HSL color Cylindrical-coordinate representation of color #FC19A1: hue angle of 324.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC19A1 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 161 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.01 |
| HSL | 324.05º | 0.97% | 0.54% | - |
| HSV(B) | 324.05º | 0.9% | 0.99% | - |
| XYZ | 46.93 | 23.96 | 35.87 | - |
| YUV | 108.38 | 157.71 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 161 | 0 | 0.90 | 0.36 | 0.01 | 324.05 | 0.97 | 0.54 |
| Hex | FC | 19 | A1 | 0 | 5A | 24 | 1 | 144 | 61 | 36 |
| Octal | 374 | 31 | 241 | 0 | 132 | 44 | 1 | 504 | 141 | 66 |
| Binary | 11111100 | 11001 | 10100001 | 0 | 1011010 | 100100 | 1 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FC19A1
Complementary color
Monochromatic Colors of #FC19A1
Black with #FC19A1
Text Example
Text Example
White with #FC19A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19A1; }
p { color: rgb(252,25,161); }
H1.HeaderClassName
{
color: #FC19A1;
}
.AnyTagClassName
{
color: #FC19A1;
}
</style>
background-color css
<style>
a { background-color: #FC19A1; }
a { background-color: rgb(252,25,161); }
div.DivClassName
{
background-color: #FC19A1;
}
.BgClassName
{
background-color: #FC19A1;
}
</style>
border-color css
<style>
span { border-color: #FC19A1; }
span { border-color: rgb(252,25,161); }
td.TdClassName
{
border-color: #FC19A1;
}
.TagClassName
{
border-color: #FC19A1;
}
</style>