Shades of Shocking Pink #FC17BA
Tints of Shocking Pink #FC17BA
RGB
CMYK
RGB Variations
Color information
#FC17BA (or 0xFC17BA) is known color: Shocking Pink. HEX triplet: FC, 17 and BA. RGB value is (252,23,186). Sum of RGB (Red+Green+Blue) = 252+23+186=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17BA is #03E845. Grayscale: #6D6D6D. Windows color (decimal): -256070 or 12195836. OLE color: 12195836.
HSL color Cylindrical-coordinate representation of color #FC17BA: hue angle of 317.29º 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 #FC17BA is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 186 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.01 |
| HSL | 317.29º | 0.97% | 0.54% | - |
| HSV(B) | 317.29º | 0.91% | 0.99% | - |
| XYZ | 49.31 | 24.85 | 48.65 | - |
| YUV | 110.05 | 170.87 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 186 | 0 | 0.91 | 0.26 | 0.01 | 317.29 | 0.97 | 0.54 |
| Hex | FC | 17 | BA | 0 | 5B | 1A | 1 | 13D | 61 | 36 |
| Octal | 374 | 27 | 272 | 0 | 133 | 32 | 1 | 475 | 141 | 66 |
| Binary | 11111100 | 10111 | 10111010 | 0 | 1011011 | 11010 | 1 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FC17BA
Complementary color
Monochromatic Colors of #FC17BA
Black with #FC17BA
Text Example
Text Example
White with #FC17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17BA; }
p { color: rgb(252,23,186); }
H1.HeaderClassName
{
color: #FC17BA;
}
.AnyTagClassName
{
color: #FC17BA;
}
</style>
background-color css
<style>
a { background-color: #FC17BA; }
a { background-color: rgb(252,23,186); }
div.DivClassName
{
background-color: #FC17BA;
}
.BgClassName
{
background-color: #FC17BA;
}
</style>
border-color css
<style>
span { border-color: #FC17BA; }
span { border-color: rgb(252,23,186); }
td.TdClassName
{
border-color: #FC17BA;
}
.TagClassName
{
border-color: #FC17BA;
}
</style>