Shades of Shocking Pink #FC1ABA
Tints of Shocking Pink #FC1ABA
RGB
CMYK
RGB Variations
Color information
#FC1ABA (or 0xFC1ABA) is known color: Shocking Pink. HEX triplet: FC, 1A and BA. RGB value is (252,26,186). Sum of RGB (Red+Green+Blue) = 252+26+186=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ABA is #03E545. Grayscale: #6F6F6F. Windows color (decimal): -255302 or 12196604. OLE color: 12196604.
HSL color Cylindrical-coordinate representation of color #FC1ABA: hue angle of 317.52º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1ABA is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 186 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.01 |
| HSL | 317.52º | 0.97% | 0.55% | - |
| HSV(B) | 317.52º | 0.9% | 0.99% | - |
| XYZ | 49.38 | 24.98 | 48.67 | - |
| YUV | 111.81 | 169.87 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 186 | 0 | 0.90 | 0.26 | 0.01 | 317.52 | 0.97 | 0.55 |
| Hex | FC | 1A | BA | 0 | 5A | 1A | 1 | 13E | 61 | 37 |
| Octal | 374 | 32 | 272 | 0 | 132 | 32 | 1 | 476 | 141 | 67 |
| Binary | 11111100 | 11010 | 10111010 | 0 | 1011010 | 11010 | 1 | 100111110 | 1100001 | 110111 |
Color Harmonies of #FC1ABA
Complementary color
Monochromatic Colors of #FC1ABA
Black with #FC1ABA
Text Example
Text Example
White with #FC1ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ABA; }
p { color: rgb(252,26,186); }
H1.HeaderClassName
{
color: #FC1ABA;
}
.AnyTagClassName
{
color: #FC1ABA;
}
</style>
background-color css
<style>
a { background-color: #FC1ABA; }
a { background-color: rgb(252,26,186); }
div.DivClassName
{
background-color: #FC1ABA;
}
.BgClassName
{
background-color: #FC1ABA;
}
</style>
border-color css
<style>
span { border-color: #FC1ABA; }
span { border-color: rgb(252,26,186); }
td.TdClassName
{
border-color: #FC1ABA;
}
.TagClassName
{
border-color: #FC1ABA;
}
</style>