Shades of Shocking Pink #FC10CB
Tints of Shocking Pink #FC10CB
RGB
CMYK
RGB Variations
Color information
#FC10CB (or 0xFC10CB) is known color: Shocking Pink. HEX triplet: FC, 10 and CB. RGB value is (252,16,203). Sum of RGB (Red+Green+Blue) = 252+16+203=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC10CB is #03EF34. Grayscale: #6B6B6B. Windows color (decimal): -257845 or 13308156. OLE color: 13308156.
HSL color Cylindrical-coordinate representation of color #FC10CB: hue angle of 312.46º 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 #FC10CB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 203 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 312.46º | 0.98% | 0.53% | - |
| HSV(B) | 312.46º | 0.94% | 0.99% | - |
| XYZ | 51.11 | 25.38 | 58.7 | - |
| YUV | 107.88 | 181.69 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 203 | 0 | 0.94 | 0.19 | 0.01 | 312.46 | 0.98 | 0.53 |
| Hex | FC | 10 | CB | 0 | 5E | 13 | 1 | 138 | 62 | 35 |
| Octal | 374 | 20 | 313 | 0 | 136 | 23 | 1 | 470 | 142 | 65 |
| Binary | 11111100 | 10000 | 11001011 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110101 |
Color Harmonies of #FC10CB
Complementary color
Monochromatic Colors of #FC10CB
Black with #FC10CB
Text Example
Text Example
White with #FC10CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10CB; }
p { color: rgb(252,16,203); }
H1.HeaderClassName
{
color: #FC10CB;
}
.AnyTagClassName
{
color: #FC10CB;
}
</style>
background-color css
<style>
a { background-color: #FC10CB; }
a { background-color: rgb(252,16,203); }
div.DivClassName
{
background-color: #FC10CB;
}
.BgClassName
{
background-color: #FC10CB;
}
</style>
border-color css
<style>
span { border-color: #FC10CB; }
span { border-color: rgb(252,16,203); }
td.TdClassName
{
border-color: #FC10CB;
}
.TagClassName
{
border-color: #FC10CB;
}
</style>