Shades of Shocking Pink #FC15BA
Tints of Shocking Pink #FC15BA
RGB
CMYK
RGB Variations
Color information
#FC15BA (or 0xFC15BA) is known color: Shocking Pink. HEX triplet: FC, 15 and BA. RGB value is (252,21,186). Sum of RGB (Red+Green+Blue) = 252+21+186=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15BA is #03EA45. Grayscale: #6C6C6C. Windows color (decimal): -256582 or 12195324. OLE color: 12195324.
HSL color Cylindrical-coordinate representation of color #FC15BA: hue angle of 317.14º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15BA is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 186 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.01 |
| HSL | 317.14º | 0.97% | 0.54% | - |
| HSV(B) | 317.14º | 0.92% | 0.99% | - |
| XYZ | 49.28 | 24.78 | 48.64 | - |
| YUV | 108.88 | 171.53 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 186 | 0 | 0.92 | 0.26 | 0.01 | 317.14 | 0.97 | 0.54 |
| Hex | FC | 15 | BA | 0 | 5C | 1A | 1 | 13D | 61 | 36 |
| Octal | 374 | 25 | 272 | 0 | 134 | 32 | 1 | 475 | 141 | 66 |
| Binary | 11111100 | 10101 | 10111010 | 0 | 1011100 | 11010 | 1 | 100111101 | 1100001 | 110110 |
Color Harmonies of #FC15BA
Complementary color
Monochromatic Colors of #FC15BA
Black with #FC15BA
Text Example
Text Example
White with #FC15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15BA; }
p { color: rgb(252,21,186); }
H1.HeaderClassName
{
color: #FC15BA;
}
.AnyTagClassName
{
color: #FC15BA;
}
</style>
background-color css
<style>
a { background-color: #FC15BA; }
a { background-color: rgb(252,21,186); }
div.DivClassName
{
background-color: #FC15BA;
}
.BgClassName
{
background-color: #FC15BA;
}
</style>
border-color css
<style>
span { border-color: #FC15BA; }
span { border-color: rgb(252,21,186); }
td.TdClassName
{
border-color: #FC15BA;
}
.TagClassName
{
border-color: #FC15BA;
}
</style>