Shades of Shocking Pink #FC17D7
Tints of Shocking Pink #FC17D7
RGB
CMYK
RGB Variations
Color information
#FC17D7 (or 0xFC17D7) is known color: Shocking Pink. HEX triplet: FC, 17 and D7. RGB value is (252,23,215). Sum of RGB (Red+Green+Blue) = 252+23+215=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17D7 is #03E828. Grayscale: #707070. Windows color (decimal): -256041 or 14096380. OLE color: 14096380.
HSL color Cylindrical-coordinate representation of color #FC17D7: hue angle of 309.69º 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 #FC17D7 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 215 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.01 |
| HSL | 309.69º | 0.97% | 0.54% | - |
| HSV(B) | 309.69º | 0.91% | 0.99% | - |
| XYZ | 52.72 | 26.21 | 66.57 | - |
| YUV | 113.36 | 185.37 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 215 | 0 | 0.91 | 0.15 | 0.01 | 309.69 | 0.97 | 0.54 |
| Hex | FC | 17 | D7 | 0 | 5B | F | 1 | 136 | 61 | 36 |
| Octal | 374 | 27 | 327 | 0 | 133 | 17 | 1 | 466 | 141 | 66 |
| Binary | 11111100 | 10111 | 11010111 | 0 | 1011011 | 1111 | 1 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FC17D7
Complementary color
Monochromatic Colors of #FC17D7
Black with #FC17D7
Text Example
Text Example
White with #FC17D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17D7; }
p { color: rgb(252,23,215); }
H1.HeaderClassName
{
color: #FC17D7;
}
.AnyTagClassName
{
color: #FC17D7;
}
</style>
background-color css
<style>
a { background-color: #FC17D7; }
a { background-color: rgb(252,23,215); }
div.DivClassName
{
background-color: #FC17D7;
}
.BgClassName
{
background-color: #FC17D7;
}
</style>
border-color css
<style>
span { border-color: #FC17D7; }
span { border-color: rgb(252,23,215); }
td.TdClassName
{
border-color: #FC17D7;
}
.TagClassName
{
border-color: #FC17D7;
}
</style>