Shades of Spicy Pink #FC20BC
Tints of Spicy Pink #FC20BC
RGB
CMYK
RGB Variations
Color information
#FC20BC (or 0xFC20BC) is known color: Spicy Pink. HEX triplet: FC, 20 and BC. RGB value is (252,32,188). Sum of RGB (Red+Green+Blue) = 252+32+188=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20BC is #03DF43. Grayscale: #737373. Windows color (decimal): -253764 or 12329212. OLE color: 12329212.
HSL color Cylindrical-coordinate representation of color #FC20BC: hue angle of 317.45º 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 #FC20BC is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 188 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.01 |
| HSL | 317.45º | 0.97% | 0.56% | - |
| HSV(B) | 317.45º | 0.87% | 0.99% | - |
| XYZ | 49.74 | 25.36 | 49.85 | - |
| YUV | 115.56 | 168.89 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 188 | 0 | 0.87 | 0.25 | 0.01 | 317.45 | 0.97 | 0.56 |
| Hex | FC | 20 | BC | 0 | 57 | 19 | 1 | 13D | 61 | 38 |
| Octal | 374 | 40 | 274 | 0 | 127 | 31 | 1 | 475 | 141 | 70 |
| Binary | 11111100 | 100000 | 10111100 | 0 | 1010111 | 11001 | 1 | 100111101 | 1100001 | 111000 |
Color Harmonies of #FC20BC
Complementary color
Monochromatic Colors of #FC20BC
Black with #FC20BC
Text Example
Text Example
White with #FC20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20BC; }
p { color: rgb(252,32,188); }
H1.HeaderClassName
{
color: #FC20BC;
}
.AnyTagClassName
{
color: #FC20BC;
}
</style>
background-color css
<style>
a { background-color: #FC20BC; }
a { background-color: rgb(252,32,188); }
div.DivClassName
{
background-color: #FC20BC;
}
.BgClassName
{
background-color: #FC20BC;
}
</style>
border-color css
<style>
span { border-color: #FC20BC; }
span { border-color: rgb(252,32,188); }
td.TdClassName
{
border-color: #FC20BC;
}
.TagClassName
{
border-color: #FC20BC;
}
</style>