Shades of Spicy Pink #FC20BA
Tints of Spicy Pink #FC20BA
RGB
CMYK
RGB Variations
Color information
#FC20BA (or 0xFC20BA) is known color: Spicy Pink. HEX triplet: FC, 20 and BA. RGB value is (252,32,186). Sum of RGB (Red+Green+Blue) = 252+32+186=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20BA is #03DF45. Grayscale: #727272. Windows color (decimal): -253766 or 12198140. OLE color: 12198140.
HSL color Cylindrical-coordinate representation of color #FC20BA: hue angle of 318º 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 #FC20BA is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 186 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.01 |
| HSL | 318º | 0.97% | 0.56% | - |
| HSV(B) | 318º | 0.87% | 0.99% | - |
| XYZ | 49.52 | 25.27 | 48.72 | - |
| YUV | 115.34 | 167.89 | 225.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 186 | 0 | 0.87 | 0.26 | 0.01 | 318 | 0.97 | 0.56 |
| Hex | FC | 20 | BA | 0 | 57 | 1A | 1 | 13E | 61 | 38 |
| Octal | 374 | 40 | 272 | 0 | 127 | 32 | 1 | 476 | 141 | 70 |
| Binary | 11111100 | 100000 | 10111010 | 0 | 1010111 | 11010 | 1 | 100111110 | 1100001 | 111000 |
Color Harmonies of #FC20BA
Complementary color
Monochromatic Colors of #FC20BA
Black with #FC20BA
Text Example
Text Example
White with #FC20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20BA; }
p { color: rgb(252,32,186); }
H1.HeaderClassName
{
color: #FC20BA;
}
.AnyTagClassName
{
color: #FC20BA;
}
</style>
background-color css
<style>
a { background-color: #FC20BA; }
a { background-color: rgb(252,32,186); }
div.DivClassName
{
background-color: #FC20BA;
}
.BgClassName
{
background-color: #FC20BA;
}
</style>
border-color css
<style>
span { border-color: #FC20BA; }
span { border-color: rgb(252,32,186); }
td.TdClassName
{
border-color: #FC20BA;
}
.TagClassName
{
border-color: #FC20BA;
}
</style>