Shades of Spicy Pink #FC16A1
Tints of Spicy Pink #FC16A1
RGB
CMYK
RGB Variations
Color information
#FC16A1 (or 0xFC16A1) is known color: Spicy Pink. HEX triplet: FC, 16 and A1. RGB value is (252,22,161). Sum of RGB (Red+Green+Blue) = 252+22+161=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC16A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC16A1 is #03E95E. Grayscale: #6A6A6A. Windows color (decimal): -256351 or 10557180. OLE color: 10557180.
HSL color Cylindrical-coordinate representation of color #FC16A1: hue angle of 323.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC16A1 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 161 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.01 |
| HSL | 323.74º | 0.97% | 0.54% | - |
| HSV(B) | 323.74º | 0.91% | 0.99% | - |
| XYZ | 46.86 | 23.84 | 35.85 | - |
| YUV | 106.62 | 158.7 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 161 | 0 | 0.91 | 0.36 | 0.01 | 323.74 | 0.97 | 0.54 |
| Hex | FC | 16 | A1 | 0 | 5B | 24 | 1 | 144 | 61 | 36 |
| Octal | 374 | 26 | 241 | 0 | 133 | 44 | 1 | 504 | 141 | 66 |
| Binary | 11111100 | 10110 | 10100001 | 0 | 1011011 | 100100 | 1 | 101000100 | 1100001 | 110110 |
Color Harmonies of #FC16A1
Complementary color
Monochromatic Colors of #FC16A1
Black with #FC16A1
Text Example
Text Example
White with #FC16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC16A1; }
p { color: rgb(252,22,161); }
H1.HeaderClassName
{
color: #FC16A1;
}
.AnyTagClassName
{
color: #FC16A1;
}
</style>
background-color css
<style>
a { background-color: #FC16A1; }
a { background-color: rgb(252,22,161); }
div.DivClassName
{
background-color: #FC16A1;
}
.BgClassName
{
background-color: #FC16A1;
}
</style>
border-color css
<style>
span { border-color: #FC16A1; }
span { border-color: rgb(252,22,161); }
td.TdClassName
{
border-color: #FC16A1;
}
.TagClassName
{
border-color: #FC16A1;
}
</style>