Shades of Shocking Pink #FC17C0
Tints of Shocking Pink #FC17C0
RGB
CMYK
RGB Variations
Color information
#FC17C0 (or 0xFC17C0) is known color: Shocking Pink. HEX triplet: FC, 17 and C0. RGB value is (252,23,192). Sum of RGB (Red+Green+Blue) = 252+23+192=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17C0 is #03E83F. Grayscale: #6E6E6E. Windows color (decimal): -256064 or 12589052. OLE color: 12589052.
HSL color Cylindrical-coordinate representation of color #FC17C0: hue angle of 315.72º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17C0 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 192 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.01 |
| HSL | 315.72º | 0.97% | 0.54% | - |
| HSV(B) | 315.72º | 0.91% | 0.99% | - |
| XYZ | 49.97 | 25.11 | 52.08 | - |
| YUV | 110.74 | 173.87 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 192 | 0 | 0.91 | 0.24 | 0.01 | 315.72 | 0.97 | 0.54 |
| Hex | FC | 17 | C0 | 0 | 5B | 18 | 1 | 13C | 61 | 36 |
| Octal | 374 | 27 | 300 | 0 | 133 | 30 | 1 | 474 | 141 | 66 |
| Binary | 11111100 | 10111 | 11000000 | 0 | 1011011 | 11000 | 1 | 100111100 | 1100001 | 110110 |
Color Harmonies of #FC17C0
Complementary color
Monochromatic Colors of #FC17C0
Black with #FC17C0
Text Example
Text Example
White with #FC17C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17C0; }
p { color: rgb(252,23,192); }
H1.HeaderClassName
{
color: #FC17C0;
}
.AnyTagClassName
{
color: #FC17C0;
}
</style>
background-color css
<style>
a { background-color: #FC17C0; }
a { background-color: rgb(252,23,192); }
div.DivClassName
{
background-color: #FC17C0;
}
.BgClassName
{
background-color: #FC17C0;
}
</style>
border-color css
<style>
span { border-color: #FC17C0; }
span { border-color: rgb(252,23,192); }
td.TdClassName
{
border-color: #FC17C0;
}
.TagClassName
{
border-color: #FC17C0;
}
</style>