Shades of Shocking Pink #FC10C5
Tints of Shocking Pink #FC10C5
RGB
CMYK
RGB Variations
Color information
#FC10C5 (or 0xFC10C5) is known color: Shocking Pink. HEX triplet: FC, 10 and C5. RGB value is (252,16,197). Sum of RGB (Red+Green+Blue) = 252+16+197=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 16 (6.64% from 255 or 3.44% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10C5 is #03EF3A. Grayscale: #6A6A6A. Windows color (decimal): -257851 or 12914940. OLE color: 12914940.
HSL color Cylindrical-coordinate representation of color #FC10C5: hue angle of 313.98º 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 #FC10C5 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 197 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.01 |
| HSL | 313.98º | 0.98% | 0.53% | - |
| HSV(B) | 313.98º | 0.94% | 0.99% | - |
| XYZ | 50.41 | 25.1 | 55.01 | - |
| YUV | 107.2 | 178.69 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 197 | 0 | 0.94 | 0.22 | 0.01 | 313.98 | 0.98 | 0.53 |
| Hex | FC | 10 | C5 | 0 | 5E | 16 | 1 | 13A | 62 | 35 |
| Octal | 374 | 20 | 305 | 0 | 136 | 26 | 1 | 472 | 142 | 65 |
| Binary | 11111100 | 10000 | 11000101 | 0 | 1011110 | 10110 | 1 | 100111010 | 1100010 | 110101 |
Color Harmonies of #FC10C5
Complementary color
Monochromatic Colors of #FC10C5
Black with #FC10C5
Text Example
Text Example
White with #FC10C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10C5; }
p { color: rgb(252,16,197); }
H1.HeaderClassName
{
color: #FC10C5;
}
.AnyTagClassName
{
color: #FC10C5;
}
</style>
background-color css
<style>
a { background-color: #FC10C5; }
a { background-color: rgb(252,16,197); }
div.DivClassName
{
background-color: #FC10C5;
}
.BgClassName
{
background-color: #FC10C5;
}
</style>
border-color css
<style>
span { border-color: #FC10C5; }
span { border-color: rgb(252,16,197); }
td.TdClassName
{
border-color: #FC10C5;
}
.TagClassName
{
border-color: #FC10C5;
}
</style>