Shades of Shocking Pink #FC17CA
Tints of Shocking Pink #FC17CA
RGB
CMYK
RGB Variations
Color information
#FC17CA (or 0xFC17CA) is known color: Shocking Pink. HEX triplet: FC, 17 and CA. RGB value is (252,23,202). Sum of RGB (Red+Green+Blue) = 252+23+202=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 23 (9.38% from 255 or 4.82% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17CA is #03E835. Grayscale: #6F6F6F. Windows color (decimal): -256054 or 13244412. OLE color: 13244412.
HSL color Cylindrical-coordinate representation of color #FC17CA: hue angle of 313.1º 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 #FC17CA is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 202 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.01 |
| HSL | 313.1º | 0.97% | 0.54% | - |
| HSV(B) | 313.1º | 0.91% | 0.99% | - |
| XYZ | 51.11 | 25.57 | 58.12 | - |
| YUV | 111.88 | 178.87 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 202 | 0 | 0.91 | 0.20 | 0.01 | 313.1 | 0.97 | 0.54 |
| Hex | FC | 17 | CA | 0 | 5B | 14 | 1 | 139 | 61 | 36 |
| Octal | 374 | 27 | 312 | 0 | 133 | 24 | 1 | 471 | 141 | 66 |
| Binary | 11111100 | 10111 | 11001010 | 0 | 1011011 | 10100 | 1 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FC17CA
Complementary color
Monochromatic Colors of #FC17CA
Black with #FC17CA
Text Example
Text Example
White with #FC17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17CA; }
p { color: rgb(252,23,202); }
H1.HeaderClassName
{
color: #FC17CA;
}
.AnyTagClassName
{
color: #FC17CA;
}
</style>
background-color css
<style>
a { background-color: #FC17CA; }
a { background-color: rgb(252,23,202); }
div.DivClassName
{
background-color: #FC17CA;
}
.BgClassName
{
background-color: #FC17CA;
}
</style>
border-color css
<style>
span { border-color: #FC17CA; }
span { border-color: rgb(252,23,202); }
td.TdClassName
{
border-color: #FC17CA;
}
.TagClassName
{
border-color: #FC17CA;
}
</style>