Shades of Shocking Pink #FC01BA
Tints of Shocking Pink #FC01BA
RGB
CMYK
RGB Variations
Color information
#FC01BA (or 0xFC01BA) is known color: Shocking Pink. HEX triplet: FC, 01 and BA. RGB value is (252,1,186). Sum of RGB (Red+Green+Blue) = 252+1+186=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01BA is #03FE45. Grayscale: #606060. Windows color (decimal): -261702 or 12190204. OLE color: 12190204.
HSL color Cylindrical-coordinate representation of color #FC01BA: hue angle of 315.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01BA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.01 |
| HSL | 315.78º | 0.99% | 0.5% | - |
| HSV(B) | 315.78º | 1% | 0.99% | - |
| XYZ | 49.02 | 24.26 | 48.55 | - |
| YUV | 97.14 | 178.16 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 186 | 0 | 1.00 | 0.26 | 0.01 | 315.78 | 0.99 | 0.5 |
| Hex | FC | 1 | BA | 0 | 64 | 1A | 1 | 13C | 63 | 32 |
| Octal | 374 | 1 | 272 | 0 | 144 | 32 | 1 | 474 | 143 | 62 |
| Binary | 11111100 | 1 | 10111010 | 0 | 1100100 | 11010 | 1 | 100111100 | 1100011 | 110010 |
Color Harmonies of #FC01BA
Complementary color
Monochromatic Colors of #FC01BA
Black with #FC01BA
Text Example
Text Example
White with #FC01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01BA; }
p { color: rgb(252,1,186); }
H1.HeaderClassName
{
color: #FC01BA;
}
.AnyTagClassName
{
color: #FC01BA;
}
</style>
background-color css
<style>
a { background-color: #FC01BA; }
a { background-color: rgb(252,1,186); }
div.DivClassName
{
background-color: #FC01BA;
}
.BgClassName
{
background-color: #FC01BA;
}
</style>
border-color css
<style>
span { border-color: #FC01BA; }
span { border-color: rgb(252,1,186); }
td.TdClassName
{
border-color: #FC01BA;
}
.TagClassName
{
border-color: #FC01BA;
}
</style>