Shades of Shocking Pink #FC11D0
Tints of Shocking Pink #FC11D0
RGB
CMYK
RGB Variations
Color information
#FC11D0 (or 0xFC11D0) is known color: Shocking Pink. HEX triplet: FC, 11 and D0. RGB value is (252,17,208). Sum of RGB (Red+Green+Blue) = 252+17+208=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC11D0 is #03EE2F. Grayscale: #6C6C6C. Windows color (decimal): -257584 or 13636092. OLE color: 13636092.
HSL color Cylindrical-coordinate representation of color #FC11D0: hue angle of 311.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC11D0 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 208 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.01 |
| HSL | 311.23º | 0.98% | 0.53% | - |
| HSV(B) | 311.23º | 0.93% | 0.99% | - |
| XYZ | 51.73 | 25.65 | 61.9 | - |
| YUV | 109.04 | 183.86 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 208 | 0 | 0.93 | 0.17 | 0.01 | 311.23 | 0.98 | 0.53 |
| Hex | FC | 11 | D0 | 0 | 5D | 11 | 1 | 137 | 62 | 35 |
| Octal | 374 | 21 | 320 | 0 | 135 | 21 | 1 | 467 | 142 | 65 |
| Binary | 11111100 | 10001 | 11010000 | 0 | 1011101 | 10001 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FC11D0
Complementary color
Monochromatic Colors of #FC11D0
Black with #FC11D0
Text Example
Text Example
White with #FC11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC11D0; }
p { color: rgb(252,17,208); }
H1.HeaderClassName
{
color: #FC11D0;
}
.AnyTagClassName
{
color: #FC11D0;
}
</style>
background-color css
<style>
a { background-color: #FC11D0; }
a { background-color: rgb(252,17,208); }
div.DivClassName
{
background-color: #FC11D0;
}
.BgClassName
{
background-color: #FC11D0;
}
</style>
border-color css
<style>
span { border-color: #FC11D0; }
span { border-color: rgb(252,17,208); }
td.TdClassName
{
border-color: #FC11D0;
}
.TagClassName
{
border-color: #FC11D0;
}
</style>