Shades of Shocking Pink #FC01BD
Tints of Shocking Pink #FC01BD
RGB
CMYK
RGB Variations
Color information
#FC01BD (or 0xFC01BD) is known color: Shocking Pink. HEX triplet: FC, 01 and BD. RGB value is (252,1,189). Sum of RGB (Red+Green+Blue) = 252+1+189=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC01BD is #03FE42. Grayscale: #606060. Windows color (decimal): -261699 or 12386812. OLE color: 12386812.
HSL color Cylindrical-coordinate representation of color #FC01BD: hue angle of 315.06º 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 #FC01BD is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 189 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.01 |
| HSL | 315.06º | 0.99% | 0.5% | - |
| HSV(B) | 315.06º | 1% | 0.99% | - |
| XYZ | 49.34 | 24.39 | 50.25 | - |
| YUV | 97.48 | 179.66 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 189 | 0 | 1.00 | 0.25 | 0.01 | 315.06 | 0.99 | 0.5 |
| Hex | FC | 1 | BD | 0 | 64 | 19 | 1 | 13B | 63 | 32 |
| Octal | 374 | 1 | 275 | 0 | 144 | 31 | 1 | 473 | 143 | 62 |
| Binary | 11111100 | 1 | 10111101 | 0 | 1100100 | 11001 | 1 | 100111011 | 1100011 | 110010 |
Color Harmonies of #FC01BD
Complementary color
Monochromatic Colors of #FC01BD
Black with #FC01BD
Text Example
Text Example
White with #FC01BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01BD; }
p { color: rgb(252,1,189); }
H1.HeaderClassName
{
color: #FC01BD;
}
.AnyTagClassName
{
color: #FC01BD;
}
</style>
background-color css
<style>
a { background-color: #FC01BD; }
a { background-color: rgb(252,1,189); }
div.DivClassName
{
background-color: #FC01BD;
}
.BgClassName
{
background-color: #FC01BD;
}
</style>
border-color css
<style>
span { border-color: #FC01BD; }
span { border-color: rgb(252,1,189); }
td.TdClassName
{
border-color: #FC01BD;
}
.TagClassName
{
border-color: #FC01BD;
}
</style>