Shades of Shocking Pink #FC23C0
Tints of Shocking Pink #FC23C0
RGB
CMYK
RGB Variations
Color information
#FC23C0 (or 0xFC23C0) is known color: Shocking Pink. HEX triplet: FC, 23 and C0. RGB value is (252,35,192). Sum of RGB (Red+Green+Blue) = 252+35+192=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC23C0 is #03DC3F. Grayscale: #757575. Windows color (decimal): -252992 or 12592124. OLE color: 12592124.
HSL color Cylindrical-coordinate representation of color #FC23C0: hue angle of 316.59º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC23C0 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 192 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.01 |
| HSL | 316.59º | 0.97% | 0.56% | - |
| HSV(B) | 316.59º | 0.86% | 0.99% | - |
| XYZ | 50.26 | 25.7 | 52.18 | - |
| YUV | 117.78 | 169.89 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 192 | 0 | 0.86 | 0.24 | 0.01 | 316.59 | 0.97 | 0.56 |
| Hex | FC | 23 | C0 | 0 | 56 | 18 | 1 | 13D | 61 | 38 |
| Octal | 374 | 43 | 300 | 0 | 126 | 30 | 1 | 475 | 141 | 70 |
| Binary | 11111100 | 100011 | 11000000 | 0 | 1010110 | 11000 | 1 | 100111101 | 1100001 | 111000 |
Color Harmonies of #FC23C0
Complementary color
Monochromatic Colors of #FC23C0
Black with #FC23C0
Text Example
Text Example
White with #FC23C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC23C0; }
p { color: rgb(252,35,192); }
H1.HeaderClassName
{
color: #FC23C0;
}
.AnyTagClassName
{
color: #FC23C0;
}
</style>
background-color css
<style>
a { background-color: #FC23C0; }
a { background-color: rgb(252,35,192); }
div.DivClassName
{
background-color: #FC23C0;
}
.BgClassName
{
background-color: #FC23C0;
}
</style>
border-color css
<style>
span { border-color: #FC23C0; }
span { border-color: rgb(252,35,192); }
td.TdClassName
{
border-color: #FC23C0;
}
.TagClassName
{
border-color: #FC23C0;
}
</style>