Shades of Spicy Pink #FC19AA
Tints of Spicy Pink #FC19AA
RGB
CMYK
RGB Variations
Color information
#FC19AA (or 0xFC19AA) is known color: Spicy Pink. HEX triplet: FC, 19 and AA. RGB value is (252,25,170). Sum of RGB (Red+Green+Blue) = 252+25+170=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 25 (10.16% from 255 or 5.59% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC19AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC19AA is #03E655. Grayscale: #6D6D6D. Windows color (decimal): -255574 or 11147772. OLE color: 11147772.
HSL color Cylindrical-coordinate representation of color #FC19AA: hue angle of 321.67º 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 #FC19AA is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 170 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.01 |
| HSL | 321.67º | 0.97% | 0.54% | - |
| HSV(B) | 321.67º | 0.9% | 0.99% | - |
| XYZ | 47.75 | 24.29 | 40.2 | - |
| YUV | 109.4 | 162.21 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 170 | 0 | 0.90 | 0.33 | 0.01 | 321.67 | 0.97 | 0.54 |
| Hex | FC | 19 | AA | 0 | 5A | 21 | 1 | 142 | 61 | 36 |
| Octal | 374 | 31 | 252 | 0 | 132 | 41 | 1 | 502 | 141 | 66 |
| Binary | 11111100 | 11001 | 10101010 | 0 | 1011010 | 100001 | 1 | 101000010 | 1100001 | 110110 |
Color Harmonies of #FC19AA
Complementary color
Monochromatic Colors of #FC19AA
Black with #FC19AA
Text Example
Text Example
White with #FC19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC19AA; }
p { color: rgb(252,25,170); }
H1.HeaderClassName
{
color: #FC19AA;
}
.AnyTagClassName
{
color: #FC19AA;
}
</style>
background-color css
<style>
a { background-color: #FC19AA; }
a { background-color: rgb(252,25,170); }
div.DivClassName
{
background-color: #FC19AA;
}
.BgClassName
{
background-color: #FC19AA;
}
</style>
border-color css
<style>
span { border-color: #FC19AA; }
span { border-color: rgb(252,25,170); }
td.TdClassName
{
border-color: #FC19AA;
}
.TagClassName
{
border-color: #FC19AA;
}
</style>