Shades of Spicy Pink #FC20A8
Tints of Spicy Pink #FC20A8
RGB
CMYK
RGB Variations
Color information
#FC20A8 (or 0xFC20A8) is known color: Spicy Pink. HEX triplet: FC, 20 and A8. RGB value is (252,32,168). Sum of RGB (Red+Green+Blue) = 252+32+168=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20A8 is #03DF57. Grayscale: #707070. Windows color (decimal): -253784 or 11018492. OLE color: 11018492.
HSL color Cylindrical-coordinate representation of color #FC20A8: hue angle of 322.91º 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 #FC20A8 is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 168 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.01 |
| HSL | 322.91º | 0.97% | 0.56% | - |
| HSV(B) | 322.91º | 0.87% | 0.99% | - |
| XYZ | 47.73 | 24.56 | 39.27 | - |
| YUV | 113.28 | 158.89 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 168 | 0 | 0.87 | 0.33 | 0.01 | 322.91 | 0.97 | 0.56 |
| Hex | FC | 20 | A8 | 0 | 57 | 21 | 1 | 143 | 61 | 38 |
| Octal | 374 | 40 | 250 | 0 | 127 | 41 | 1 | 503 | 141 | 70 |
| Binary | 11111100 | 100000 | 10101000 | 0 | 1010111 | 100001 | 1 | 101000011 | 1100001 | 111000 |
Color Harmonies of #FC20A8
Complementary color
Monochromatic Colors of #FC20A8
Black with #FC20A8
Text Example
Text Example
White with #FC20A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20A8; }
p { color: rgb(252,32,168); }
H1.HeaderClassName
{
color: #FC20A8;
}
.AnyTagClassName
{
color: #FC20A8;
}
</style>
background-color css
<style>
a { background-color: #FC20A8; }
a { background-color: rgb(252,32,168); }
div.DivClassName
{
background-color: #FC20A8;
}
.BgClassName
{
background-color: #FC20A8;
}
</style>
border-color css
<style>
span { border-color: #FC20A8; }
span { border-color: rgb(252,32,168); }
td.TdClassName
{
border-color: #FC20A8;
}
.TagClassName
{
border-color: #FC20A8;
}
</style>