Shades of Spicy Pink #FC21B2
Tints of Spicy Pink #FC21B2
RGB
CMYK
RGB Variations
Color information
#FC21B2 (or 0xFC21B2) is known color: Spicy Pink. HEX triplet: FC, 21 and B2. RGB value is (252,33,178). Sum of RGB (Red+Green+Blue) = 252+33+178=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC21B2 is #03DE4D. Grayscale: #727272. Windows color (decimal): -253518 or 11674108. OLE color: 11674108.
HSL color Cylindrical-coordinate representation of color #FC21B2: hue angle of 320.27º 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 #FC21B2 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 178 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.01 |
| HSL | 320.27º | 0.97% | 0.56% | - |
| HSV(B) | 320.27º | 0.87% | 0.99% | - |
| XYZ | 48.72 | 25 | 44.38 | - |
| YUV | 115.01 | 163.55 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 178 | 0 | 0.87 | 0.29 | 0.01 | 320.27 | 0.97 | 0.56 |
| Hex | FC | 21 | B2 | 0 | 57 | 1D | 1 | 140 | 61 | 38 |
| Octal | 374 | 41 | 262 | 0 | 127 | 35 | 1 | 500 | 141 | 70 |
| Binary | 11111100 | 100001 | 10110010 | 0 | 1010111 | 11101 | 1 | 101000000 | 1100001 | 111000 |
Color Harmonies of #FC21B2
Complementary color
Monochromatic Colors of #FC21B2
Black with #FC21B2
Text Example
Text Example
White with #FC21B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21B2; }
p { color: rgb(252,33,178); }
H1.HeaderClassName
{
color: #FC21B2;
}
.AnyTagClassName
{
color: #FC21B2;
}
</style>
background-color css
<style>
a { background-color: #FC21B2; }
a { background-color: rgb(252,33,178); }
div.DivClassName
{
background-color: #FC21B2;
}
.BgClassName
{
background-color: #FC21B2;
}
</style>
border-color css
<style>
span { border-color: #FC21B2; }
span { border-color: rgb(252,33,178); }
td.TdClassName
{
border-color: #FC21B2;
}
.TagClassName
{
border-color: #FC21B2;
}
</style>