Shades of Shocking Pink #FC17CC
Tints of Shocking Pink #FC17CC
RGB
CMYK
RGB Variations
Color information
#FC17CC (or 0xFC17CC) is known color: Shocking Pink. HEX triplet: FC, 17 and CC. RGB value is (252,23,204). Sum of RGB (Red+Green+Blue) = 252+23+204=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 23 (9.38% from 255 or 4.80% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17CC is #03E833. Grayscale: #6F6F6F. Windows color (decimal): -256052 or 13375484. OLE color: 13375484.
HSL color Cylindrical-coordinate representation of color #FC17CC: hue angle of 312.58º 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 #FC17CC is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 204 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.01 |
| HSL | 312.58º | 0.97% | 0.54% | - |
| HSV(B) | 312.58º | 0.91% | 0.99% | - |
| XYZ | 51.35 | 25.67 | 59.37 | - |
| YUV | 112.11 | 179.87 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 204 | 0 | 0.91 | 0.19 | 0.01 | 312.58 | 0.97 | 0.54 |
| Hex | FC | 17 | CC | 0 | 5B | 13 | 1 | 139 | 61 | 36 |
| Octal | 374 | 27 | 314 | 0 | 133 | 23 | 1 | 471 | 141 | 66 |
| Binary | 11111100 | 10111 | 11001100 | 0 | 1011011 | 10011 | 1 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FC17CC
Complementary color
Monochromatic Colors of #FC17CC
Black with #FC17CC
Text Example
Text Example
White with #FC17CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17CC; }
p { color: rgb(252,23,204); }
H1.HeaderClassName
{
color: #FC17CC;
}
.AnyTagClassName
{
color: #FC17CC;
}
</style>
background-color css
<style>
a { background-color: #FC17CC; }
a { background-color: rgb(252,23,204); }
div.DivClassName
{
background-color: #FC17CC;
}
.BgClassName
{
background-color: #FC17CC;
}
</style>
border-color css
<style>
span { border-color: #FC17CC; }
span { border-color: rgb(252,23,204); }
td.TdClassName
{
border-color: #FC17CC;
}
.TagClassName
{
border-color: #FC17CC;
}
</style>