Shades of Spicy Pink #FC19A8
Tints of Spicy Pink #FC19A8
RGB
CMYK
RGB Variations
Color information
#FC19A8 (or 0xFC19A8) is known color: Spicy Pink. HEX triplet: FC, 19 and A8. RGB value is (252,25,168). Sum of RGB (Red+Green+Blue) = 252+25+168=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19A8 is #03E657. Grayscale: #6C6C6C. Windows color (decimal): -255576 or 11016700. OLE color: 11016700.
HSL color Cylindrical-coordinate representation of color #FC19A8: hue angle of 322.2º 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 #FC19A8 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 168 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.01 |
| HSL | 322.2º | 0.97% | 0.54% | - |
| HSV(B) | 322.2º | 0.9% | 0.99% | - |
| XYZ | 47.56 | 24.22 | 39.21 | - |
| YUV | 109.18 | 161.21 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 168 | 0 | 0.90 | 0.33 | 0.01 | 322.2 | 0.97 | 0.54 |
| Hex | FC | 19 | A8 | 0 | 5A | 21 | 1 | 142 | 61 | 36 |
| Octal | 374 | 31 | 250 | 0 | 132 | 41 | 1 | 502 | 141 | 66 |
| Binary | 11111100 | 11001 | 10101000 | 0 | 1011010 | 100001 | 1 | 101000010 | 1100001 | 110110 |
Color Harmonies of #FC19A8
Complementary color
Monochromatic Colors of #FC19A8
Black with #FC19A8
Text Example
Text Example
White with #FC19A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19A8; }
p { color: rgb(252,25,168); }
H1.HeaderClassName
{
color: #FC19A8;
}
.AnyTagClassName
{
color: #FC19A8;
}
</style>
background-color css
<style>
a { background-color: #FC19A8; }
a { background-color: rgb(252,25,168); }
div.DivClassName
{
background-color: #FC19A8;
}
.BgClassName
{
background-color: #FC19A8;
}
</style>
border-color css
<style>
span { border-color: #FC19A8; }
span { border-color: rgb(252,25,168); }
td.TdClassName
{
border-color: #FC19A8;
}
.TagClassName
{
border-color: #FC19A8;
}
</style>