Shades of Spicy Pink #FC20B8
Tints of Spicy Pink #FC20B8
RGB
CMYK
RGB Variations
Color information
#FC20B8 (or 0xFC20B8) is known color: Spicy Pink. HEX triplet: FC, 20 and B8. RGB value is (252,32,184). Sum of RGB (Red+Green+Blue) = 252+32+184=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20B8 is #03DF47. Grayscale: #727272. Windows color (decimal): -253768 or 12067068. OLE color: 12067068.
HSL color Cylindrical-coordinate representation of color #FC20B8: hue angle of 318.55º 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 #FC20B8 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 184 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.01 |
| HSL | 318.55º | 0.97% | 0.56% | - |
| HSV(B) | 318.55º | 0.87% | 0.99% | - |
| XYZ | 49.31 | 25.19 | 47.61 | - |
| YUV | 115.11 | 166.89 | 225.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 184 | 0 | 0.87 | 0.27 | 0.01 | 318.55 | 0.97 | 0.56 |
| Hex | FC | 20 | B8 | 0 | 57 | 1B | 1 | 13F | 61 | 38 |
| Octal | 374 | 40 | 270 | 0 | 127 | 33 | 1 | 477 | 141 | 70 |
| Binary | 11111100 | 100000 | 10111000 | 0 | 1010111 | 11011 | 1 | 100111111 | 1100001 | 111000 |
Color Harmonies of #FC20B8
Complementary color
Monochromatic Colors of #FC20B8
Black with #FC20B8
Text Example
Text Example
White with #FC20B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20B8; }
p { color: rgb(252,32,184); }
H1.HeaderClassName
{
color: #FC20B8;
}
.AnyTagClassName
{
color: #FC20B8;
}
</style>
background-color css
<style>
a { background-color: #FC20B8; }
a { background-color: rgb(252,32,184); }
div.DivClassName
{
background-color: #FC20B8;
}
.BgClassName
{
background-color: #FC20B8;
}
</style>
border-color css
<style>
span { border-color: #FC20B8; }
span { border-color: rgb(252,32,184); }
td.TdClassName
{
border-color: #FC20B8;
}
.TagClassName
{
border-color: #FC20B8;
}
</style>