Shades of Spicy Pink #FC2CB2
Tints of Spicy Pink #FC2CB2
RGB
CMYK
RGB Variations
Color information
#FC2CB2 (or 0xFC2CB2) is known color: Spicy Pink. HEX triplet: FC, 2C and B2. RGB value is (252,44,178). Sum of RGB (Red+Green+Blue) = 252+44+178=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC2CB2 is #03D34D. Grayscale: #797979. Windows color (decimal): -250702 or 11676924. OLE color: 11676924.
HSL color Cylindrical-coordinate representation of color #FC2CB2: hue angle of 321.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2CB2 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 178 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.01 |
| HSL | 321.35º | 0.97% | 0.58% | - |
| HSV(B) | 321.35º | 0.83% | 0.99% | - |
| XYZ | 49.08 | 25.71 | 44.5 | - |
| YUV | 121.47 | 159.91 | 221.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 178 | 0 | 0.83 | 0.29 | 0.01 | 321.35 | 0.97 | 0.58 |
| Hex | FC | 2C | B2 | 0 | 53 | 1D | 1 | 141 | 61 | 3A |
| Octal | 374 | 54 | 262 | 0 | 123 | 35 | 1 | 501 | 141 | 72 |
| Binary | 11111100 | 101100 | 10110010 | 0 | 1010011 | 11101 | 1 | 101000001 | 1100001 | 111010 |
Color Harmonies of #FC2CB2
Complementary color
Monochromatic Colors of #FC2CB2
Black with #FC2CB2
Text Example
Text Example
White with #FC2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CB2; }
p { color: rgb(252,44,178); }
H1.HeaderClassName
{
color: #FC2CB2;
}
.AnyTagClassName
{
color: #FC2CB2;
}
</style>
background-color css
<style>
a { background-color: #FC2CB2; }
a { background-color: rgb(252,44,178); }
div.DivClassName
{
background-color: #FC2CB2;
}
.BgClassName
{
background-color: #FC2CB2;
}
</style>
border-color css
<style>
span { border-color: #FC2CB2; }
span { border-color: rgb(252,44,178); }
td.TdClassName
{
border-color: #FC2CB2;
}
.TagClassName
{
border-color: #FC2CB2;
}
</style>