Shades of Shocking Pink #FC10CE
Tints of Shocking Pink #FC10CE
RGB
CMYK
RGB Variations
Color information
#FC10CE (or 0xFC10CE) is known color: Shocking Pink. HEX triplet: FC, 10 and CE. RGB value is (252,16,206). Sum of RGB (Red+Green+Blue) = 252+16+206=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10CE is #03EF31. Grayscale: #6B6B6B. Windows color (decimal): -257842 or 13504764. OLE color: 13504764.
HSL color Cylindrical-coordinate representation of color #FC10CE: hue angle of 311.69º 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 #FC10CE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 206 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.01 |
| HSL | 311.69º | 0.98% | 0.53% | - |
| HSV(B) | 311.69º | 0.94% | 0.99% | - |
| XYZ | 51.47 | 25.52 | 60.61 | - |
| YUV | 108.22 | 183.19 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 206 | 0 | 0.94 | 0.18 | 0.01 | 311.69 | 0.98 | 0.53 |
| Hex | FC | 10 | CE | 0 | 5E | 12 | 1 | 138 | 62 | 35 |
| Octal | 374 | 20 | 316 | 0 | 136 | 22 | 1 | 470 | 142 | 65 |
| Binary | 11111100 | 10000 | 11001110 | 0 | 1011110 | 10010 | 1 | 100111000 | 1100010 | 110101 |
Color Harmonies of #FC10CE
Complementary color
Monochromatic Colors of #FC10CE
Black with #FC10CE
Text Example
Text Example
White with #FC10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10CE; }
p { color: rgb(252,16,206); }
H1.HeaderClassName
{
color: #FC10CE;
}
.AnyTagClassName
{
color: #FC10CE;
}
</style>
background-color css
<style>
a { background-color: #FC10CE; }
a { background-color: rgb(252,16,206); }
div.DivClassName
{
background-color: #FC10CE;
}
.BgClassName
{
background-color: #FC10CE;
}
</style>
border-color css
<style>
span { border-color: #FC10CE; }
span { border-color: rgb(252,16,206); }
td.TdClassName
{
border-color: #FC10CE;
}
.TagClassName
{
border-color: #FC10CE;
}
</style>