Shades of Shocking Pink #FC17B8
Tints of Shocking Pink #FC17B8
RGB
CMYK
RGB Variations
Color information
#FC17B8 (or 0xFC17B8) is known color: Shocking Pink. HEX triplet: FC, 17 and B8. RGB value is (252,23,184). Sum of RGB (Red+Green+Blue) = 252+23+184=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 184 (72.27% from 255 or 40.09% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17B8 is #03E847. Grayscale: #6D6D6D. Windows color (decimal): -256072 or 12064764. OLE color: 12064764.
HSL color Cylindrical-coordinate representation of color #FC17B8: hue angle of 317.82º 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 #FC17B8 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 184 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.01 |
| HSL | 317.82º | 0.97% | 0.54% | - |
| HSV(B) | 317.82º | 0.91% | 0.99% | - |
| XYZ | 49.1 | 24.77 | 47.54 | - |
| YUV | 109.83 | 169.87 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 184 | 0 | 0.91 | 0.27 | 0.01 | 317.82 | 0.97 | 0.54 |
| Hex | FC | 17 | B8 | 0 | 5B | 1B | 1 | 13E | 61 | 36 |
| Octal | 374 | 27 | 270 | 0 | 133 | 33 | 1 | 476 | 141 | 66 |
| Binary | 11111100 | 10111 | 10111000 | 0 | 1011011 | 11011 | 1 | 100111110 | 1100001 | 110110 |
Color Harmonies of #FC17B8
Complementary color
Monochromatic Colors of #FC17B8
Black with #FC17B8
Text Example
Text Example
White with #FC17B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17B8; }
p { color: rgb(252,23,184); }
H1.HeaderClassName
{
color: #FC17B8;
}
.AnyTagClassName
{
color: #FC17B8;
}
</style>
background-color css
<style>
a { background-color: #FC17B8; }
a { background-color: rgb(252,23,184); }
div.DivClassName
{
background-color: #FC17B8;
}
.BgClassName
{
background-color: #FC17B8;
}
</style>
border-color css
<style>
span { border-color: #FC17B8; }
span { border-color: rgb(252,23,184); }
td.TdClassName
{
border-color: #FC17B8;
}
.TagClassName
{
border-color: #FC17B8;
}
</style>