Shades of Shocking Pink #FC17CB
Tints of Shocking Pink #FC17CB
RGB
CMYK
RGB Variations
Color information
#FC17CB (or 0xFC17CB) is known color: Shocking Pink. HEX triplet: FC, 17 and CB. RGB value is (252,23,203). Sum of RGB (Red+Green+Blue) = 252+23+203=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17CB is #03E834. Grayscale: #6F6F6F. Windows color (decimal): -256053 or 13309948. OLE color: 13309948.
HSL color Cylindrical-coordinate representation of color #FC17CB: hue angle of 312.84º 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 #FC17CB is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 203 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.01 |
| HSL | 312.84º | 0.97% | 0.54% | - |
| HSV(B) | 312.84º | 0.91% | 0.99% | - |
| XYZ | 51.23 | 25.62 | 58.74 | - |
| YUV | 111.99 | 179.37 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 203 | 0 | 0.91 | 0.19 | 0.01 | 312.84 | 0.97 | 0.54 |
| Hex | FC | 17 | CB | 0 | 5B | 13 | 1 | 139 | 61 | 36 |
| Octal | 374 | 27 | 313 | 0 | 133 | 23 | 1 | 471 | 141 | 66 |
| Binary | 11111100 | 10111 | 11001011 | 0 | 1011011 | 10011 | 1 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FC17CB
Complementary color
Monochromatic Colors of #FC17CB
Black with #FC17CB
Text Example
Text Example
White with #FC17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17CB; }
p { color: rgb(252,23,203); }
H1.HeaderClassName
{
color: #FC17CB;
}
.AnyTagClassName
{
color: #FC17CB;
}
</style>
background-color css
<style>
a { background-color: #FC17CB; }
a { background-color: rgb(252,23,203); }
div.DivClassName
{
background-color: #FC17CB;
}
.BgClassName
{
background-color: #FC17CB;
}
</style>
border-color css
<style>
span { border-color: #FC17CB; }
span { border-color: rgb(252,23,203); }
td.TdClassName
{
border-color: #FC17CB;
}
.TagClassName
{
border-color: #FC17CB;
}
</style>