Shades of Shocking Pink #FC1ABB
Tints of Shocking Pink #FC1ABB
RGB
CMYK
RGB Variations
Color information
#FC1ABB (or 0xFC1ABB) is known color: Shocking Pink. HEX triplet: FC, 1A and BB. RGB value is (252,26,187). Sum of RGB (Red+Green+Blue) = 252+26+187=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ABB is #03E544. Grayscale: #6F6F6F. Windows color (decimal): -255301 or 12262140. OLE color: 12262140.
HSL color Cylindrical-coordinate representation of color #FC1ABB: hue angle of 317.26º 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 #FC1ABB is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.01 |
| HSL | 317.26º | 0.97% | 0.55% | - |
| HSV(B) | 317.26º | 0.9% | 0.99% | - |
| XYZ | 49.48 | 25.02 | 49.24 | - |
| YUV | 111.93 | 170.37 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 187 | 0 | 0.90 | 0.26 | 0.01 | 317.26 | 0.97 | 0.55 |
| Hex | FC | 1A | BB | 0 | 5A | 1A | 1 | 13D | 61 | 37 |
| Octal | 374 | 32 | 273 | 0 | 132 | 32 | 1 | 475 | 141 | 67 |
| Binary | 11111100 | 11010 | 10111011 | 0 | 1011010 | 11010 | 1 | 100111101 | 1100001 | 110111 |
Color Harmonies of #FC1ABB
Complementary color
Monochromatic Colors of #FC1ABB
Black with #FC1ABB
Text Example
Text Example
White with #FC1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ABB; }
p { color: rgb(252,26,187); }
H1.HeaderClassName
{
color: #FC1ABB;
}
.AnyTagClassName
{
color: #FC1ABB;
}
</style>
background-color css
<style>
a { background-color: #FC1ABB; }
a { background-color: rgb(252,26,187); }
div.DivClassName
{
background-color: #FC1ABB;
}
.BgClassName
{
background-color: #FC1ABB;
}
</style>
border-color css
<style>
span { border-color: #FC1ABB; }
span { border-color: rgb(252,26,187); }
td.TdClassName
{
border-color: #FC1ABB;
}
.TagClassName
{
border-color: #FC1ABB;
}
</style>