Shades of Shocking Pink #FC21C2
Tints of Shocking Pink #FC21C2
RGB
CMYK
RGB Variations
Color information
#FC21C2 (or 0xFC21C2) is known color: Shocking Pink. HEX triplet: FC, 21 and C2. RGB value is (252,33,194). Sum of RGB (Red+Green+Blue) = 252+33+194=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 33 (13.28% from 255 or 6.89% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21C2 is #03DE3D. Grayscale: #747474. Windows color (decimal): -253502 or 12722684. OLE color: 12722684.
HSL color Cylindrical-coordinate representation of color #FC21C2: hue angle of 315.89º 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 #FC21C2 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 194 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.01 |
| HSL | 315.89º | 0.97% | 0.56% | - |
| HSV(B) | 315.89º | 0.87% | 0.99% | - |
| XYZ | 50.43 | 25.68 | 53.34 | - |
| YUV | 116.84 | 171.55 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 194 | 0 | 0.87 | 0.23 | 0.01 | 315.89 | 0.97 | 0.56 |
| Hex | FC | 21 | C2 | 0 | 57 | 17 | 1 | 13C | 61 | 38 |
| Octal | 374 | 41 | 302 | 0 | 127 | 27 | 1 | 474 | 141 | 70 |
| Binary | 11111100 | 100001 | 11000010 | 0 | 1010111 | 10111 | 1 | 100111100 | 1100001 | 111000 |
Color Harmonies of #FC21C2
Complementary color
Monochromatic Colors of #FC21C2
Black with #FC21C2
Text Example
Text Example
White with #FC21C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21C2; }
p { color: rgb(252,33,194); }
H1.HeaderClassName
{
color: #FC21C2;
}
.AnyTagClassName
{
color: #FC21C2;
}
</style>
background-color css
<style>
a { background-color: #FC21C2; }
a { background-color: rgb(252,33,194); }
div.DivClassName
{
background-color: #FC21C2;
}
.BgClassName
{
background-color: #FC21C2;
}
</style>
border-color css
<style>
span { border-color: #FC21C2; }
span { border-color: rgb(252,33,194); }
td.TdClassName
{
border-color: #FC21C2;
}
.TagClassName
{
border-color: #FC21C2;
}
</style>