Shades of Shocking Pink #FC10C3
Tints of Shocking Pink #FC10C3
RGB
CMYK
RGB Variations
Color information
#FC10C3 (or 0xFC10C3) is known color: Shocking Pink. HEX triplet: FC, 10 and C3. RGB value is (252,16,195). Sum of RGB (Red+Green+Blue) = 252+16+195=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 16 (6.64% from 255 or 3.46% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10C3 is #03EF3C. Grayscale: #6A6A6A. Windows color (decimal): -257853 or 12783868. OLE color: 12783868.
HSL color Cylindrical-coordinate representation of color #FC10C3: hue angle of 314.49º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10C3 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 195 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.01 |
| HSL | 314.49º | 0.98% | 0.53% | - |
| HSV(B) | 314.49º | 0.94% | 0.99% | - |
| XYZ | 50.18 | 25.01 | 53.81 | - |
| YUV | 106.97 | 177.69 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 195 | 0 | 0.94 | 0.23 | 0.01 | 314.49 | 0.98 | 0.53 |
| Hex | FC | 10 | C3 | 0 | 5E | 17 | 1 | 13A | 62 | 35 |
| Octal | 374 | 20 | 303 | 0 | 136 | 27 | 1 | 472 | 142 | 65 |
| Binary | 11111100 | 10000 | 11000011 | 0 | 1011110 | 10111 | 1 | 100111010 | 1100010 | 110101 |
Color Harmonies of #FC10C3
Complementary color
Monochromatic Colors of #FC10C3
Black with #FC10C3
Text Example
Text Example
White with #FC10C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10C3; }
p { color: rgb(252,16,195); }
H1.HeaderClassName
{
color: #FC10C3;
}
.AnyTagClassName
{
color: #FC10C3;
}
</style>
background-color css
<style>
a { background-color: #FC10C3; }
a { background-color: rgb(252,16,195); }
div.DivClassName
{
background-color: #FC10C3;
}
.BgClassName
{
background-color: #FC10C3;
}
</style>
border-color css
<style>
span { border-color: #FC10C3; }
span { border-color: rgb(252,16,195); }
td.TdClassName
{
border-color: #FC10C3;
}
.TagClassName
{
border-color: #FC10C3;
}
</style>