Shades of Shocking Pink #FC04BD
Tints of Shocking Pink #FC04BD
RGB
CMYK
RGB Variations
Color information
#FC04BD (or 0xFC04BD) is known color: Shocking Pink. HEX triplet: FC, 04 and BD. RGB value is (252,4,189). Sum of RGB (Red+Green+Blue) = 252+4+189=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC04BD is #03FB42. Grayscale: #626262. Windows color (decimal): -260931 or 12387580. OLE color: 12387580.
HSL color Cylindrical-coordinate representation of color #FC04BD: hue angle of 315.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04BD is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 189 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.01 |
| HSL | 315.24º | 0.98% | 0.5% | - |
| HSV(B) | 315.24º | 0.98% | 0.99% | - |
| XYZ | 49.37 | 24.46 | 50.26 | - |
| YUV | 99.24 | 178.66 | 236.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 189 | 0 | 0.98 | 0.25 | 0.01 | 315.24 | 0.98 | 0.5 |
| Hex | FC | 4 | BD | 0 | 62 | 19 | 1 | 13B | 62 | 32 |
| Octal | 374 | 4 | 275 | 0 | 142 | 31 | 1 | 473 | 142 | 62 |
| Binary | 11111100 | 100 | 10111101 | 0 | 1100010 | 11001 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FC04BD
Complementary color
Monochromatic Colors of #FC04BD
Black with #FC04BD
Text Example
Text Example
White with #FC04BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04BD; }
p { color: rgb(252,4,189); }
H1.HeaderClassName
{
color: #FC04BD;
}
.AnyTagClassName
{
color: #FC04BD;
}
</style>
background-color css
<style>
a { background-color: #FC04BD; }
a { background-color: rgb(252,4,189); }
div.DivClassName
{
background-color: #FC04BD;
}
.BgClassName
{
background-color: #FC04BD;
}
</style>
border-color css
<style>
span { border-color: #FC04BD; }
span { border-color: rgb(252,4,189); }
td.TdClassName
{
border-color: #FC04BD;
}
.TagClassName
{
border-color: #FC04BD;
}
</style>