Shades of Spicy Pink #FC20B0
Tints of Spicy Pink #FC20B0
RGB
CMYK
RGB Variations
Color information
#FC20B0 (or 0xFC20B0) is known color: Spicy Pink. HEX triplet: FC, 20 and B0. RGB value is (252,32,176). Sum of RGB (Red+Green+Blue) = 252+32+176=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC20B0 is #03DF4F. Grayscale: #717171. Windows color (decimal): -253776 or 11542780. OLE color: 11542780.
HSL color Cylindrical-coordinate representation of color #FC20B0: hue angle of 320.73º 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 #FC20B0 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 176 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.01 |
| HSL | 320.73º | 0.97% | 0.56% | - |
| HSV(B) | 320.73º | 0.87% | 0.99% | - |
| XYZ | 48.5 | 24.86 | 43.32 | - |
| YUV | 114.2 | 162.89 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 176 | 0 | 0.87 | 0.30 | 0.01 | 320.73 | 0.97 | 0.56 |
| Hex | FC | 20 | B0 | 0 | 57 | 1E | 1 | 141 | 61 | 38 |
| Octal | 374 | 40 | 260 | 0 | 127 | 36 | 1 | 501 | 141 | 70 |
| Binary | 11111100 | 100000 | 10110000 | 0 | 1010111 | 11110 | 1 | 101000001 | 1100001 | 111000 |
Color Harmonies of #FC20B0
Complementary color
Monochromatic Colors of #FC20B0
Black with #FC20B0
Text Example
Text Example
White with #FC20B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20B0; }
p { color: rgb(252,32,176); }
H1.HeaderClassName
{
color: #FC20B0;
}
.AnyTagClassName
{
color: #FC20B0;
}
</style>
background-color css
<style>
a { background-color: #FC20B0; }
a { background-color: rgb(252,32,176); }
div.DivClassName
{
background-color: #FC20B0;
}
.BgClassName
{
background-color: #FC20B0;
}
</style>
border-color css
<style>
span { border-color: #FC20B0; }
span { border-color: rgb(252,32,176); }
td.TdClassName
{
border-color: #FC20B0;
}
.TagClassName
{
border-color: #FC20B0;
}
</style>