Shades of Shocking Pink #FC17D5
Tints of Shocking Pink #FC17D5
RGB
CMYK
RGB Variations
Color information
#FC17D5 (or 0xFC17D5) is known color: Shocking Pink. HEX triplet: FC, 17 and D5. RGB value is (252,23,213). Sum of RGB (Red+Green+Blue) = 252+23+213=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17D5 is #03E82A. Grayscale: #707070. Windows color (decimal): -256043 or 13965308. OLE color: 13965308.
HSL color Cylindrical-coordinate representation of color #FC17D5: hue angle of 310.22º 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 #FC17D5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 213 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.01 |
| HSL | 310.22º | 0.97% | 0.54% | - |
| HSV(B) | 310.22º | 0.91% | 0.99% | - |
| XYZ | 52.46 | 26.11 | 65.23 | - |
| YUV | 113.13 | 184.37 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 213 | 0 | 0.91 | 0.15 | 0.01 | 310.22 | 0.97 | 0.54 |
| Hex | FC | 17 | D5 | 0 | 5B | F | 1 | 136 | 61 | 36 |
| Octal | 374 | 27 | 325 | 0 | 133 | 17 | 1 | 466 | 141 | 66 |
| Binary | 11111100 | 10111 | 11010101 | 0 | 1011011 | 1111 | 1 | 100110110 | 1100001 | 110110 |
Color Harmonies of #FC17D5
Complementary color
Monochromatic Colors of #FC17D5
Black with #FC17D5
Text Example
Text Example
White with #FC17D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17D5; }
p { color: rgb(252,23,213); }
H1.HeaderClassName
{
color: #FC17D5;
}
.AnyTagClassName
{
color: #FC17D5;
}
</style>
background-color css
<style>
a { background-color: #FC17D5; }
a { background-color: rgb(252,23,213); }
div.DivClassName
{
background-color: #FC17D5;
}
.BgClassName
{
background-color: #FC17D5;
}
</style>
border-color css
<style>
span { border-color: #FC17D5; }
span { border-color: rgb(252,23,213); }
td.TdClassName
{
border-color: #FC17D5;
}
.TagClassName
{
border-color: #FC17D5;
}
</style>