Shades of Spicy Pink #FC20AC
Tints of Spicy Pink #FC20AC
RGB
CMYK
RGB Variations
Color information
#FC20AC (or 0xFC20AC) is known color: Spicy Pink. HEX triplet: FC, 20 and AC. RGB value is (252,32,172). Sum of RGB (Red+Green+Blue) = 252+32+172=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 32 (12.89% from 255 or 7.02% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20AC is #03DF53. Grayscale: #717171. Windows color (decimal): -253780 or 11280636. OLE color: 11280636.
HSL color Cylindrical-coordinate representation of color #FC20AC: hue angle of 321.82º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20AC is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 172 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.01 |
| HSL | 321.82º | 0.97% | 0.56% | - |
| HSV(B) | 321.82º | 0.87% | 0.99% | - |
| XYZ | 48.11 | 24.71 | 41.26 | - |
| YUV | 113.74 | 160.89 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 172 | 0 | 0.87 | 0.32 | 0.01 | 321.82 | 0.97 | 0.56 |
| Hex | FC | 20 | AC | 0 | 57 | 20 | 1 | 142 | 61 | 38 |
| Octal | 374 | 40 | 254 | 0 | 127 | 40 | 1 | 502 | 141 | 70 |
| Binary | 11111100 | 100000 | 10101100 | 0 | 1010111 | 100000 | 1 | 101000010 | 1100001 | 111000 |
Color Harmonies of #FC20AC
Complementary color
Monochromatic Colors of #FC20AC
Black with #FC20AC
Text Example
Text Example
White with #FC20AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20AC; }
p { color: rgb(252,32,172); }
H1.HeaderClassName
{
color: #FC20AC;
}
.AnyTagClassName
{
color: #FC20AC;
}
</style>
background-color css
<style>
a { background-color: #FC20AC; }
a { background-color: rgb(252,32,172); }
div.DivClassName
{
background-color: #FC20AC;
}
.BgClassName
{
background-color: #FC20AC;
}
</style>
border-color css
<style>
span { border-color: #FC20AC; }
span { border-color: rgb(252,32,172); }
td.TdClassName
{
border-color: #FC20AC;
}
.TagClassName
{
border-color: #FC20AC;
}
</style>