Shades of Shocking Pink #FC17CE
Tints of Shocking Pink #FC17CE
RGB
CMYK
RGB Variations
Color information
#FC17CE (or 0xFC17CE) is known color: Shocking Pink. HEX triplet: FC, 17 and CE. RGB value is (252,23,206). Sum of RGB (Red+Green+Blue) = 252+23+206=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 23 (9.38% from 255 or 4.78% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17CE is #03E831. Grayscale: #6F6F6F. Windows color (decimal): -256050 or 13506556. OLE color: 13506556.
HSL color Cylindrical-coordinate representation of color #FC17CE: hue angle of 312.05º 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 #FC17CE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 206 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.01 |
| HSL | 312.05º | 0.97% | 0.54% | - |
| HSV(B) | 312.05º | 0.91% | 0.99% | - |
| XYZ | 51.59 | 25.76 | 60.65 | - |
| YUV | 112.33 | 180.87 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 206 | 0 | 0.91 | 0.18 | 0.01 | 312.05 | 0.97 | 0.54 |
| Hex | FC | 17 | CE | 0 | 5B | 12 | 1 | 138 | 61 | 36 |
| Octal | 374 | 27 | 316 | 0 | 133 | 22 | 1 | 470 | 141 | 66 |
| Binary | 11111100 | 10111 | 11001110 | 0 | 1011011 | 10010 | 1 | 100111000 | 1100001 | 110110 |
Color Harmonies of #FC17CE
Complementary color
Monochromatic Colors of #FC17CE
Black with #FC17CE
Text Example
Text Example
White with #FC17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17CE; }
p { color: rgb(252,23,206); }
H1.HeaderClassName
{
color: #FC17CE;
}
.AnyTagClassName
{
color: #FC17CE;
}
</style>
background-color css
<style>
a { background-color: #FC17CE; }
a { background-color: rgb(252,23,206); }
div.DivClassName
{
background-color: #FC17CE;
}
.BgClassName
{
background-color: #FC17CE;
}
</style>
border-color css
<style>
span { border-color: #FC17CE; }
span { border-color: rgb(252,23,206); }
td.TdClassName
{
border-color: #FC17CE;
}
.TagClassName
{
border-color: #FC17CE;
}
</style>