Shades of Shocking Pink #FC03B2
Tints of Shocking Pink #FC03B2
RGB
CMYK
RGB Variations
Color information
#FC03B2 (or 0xFC03B2) is known color: Shocking Pink. HEX triplet: FC, 03 and B2. RGB value is (252,3,178). Sum of RGB (Red+Green+Blue) = 252+3+178=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03B2 is #03FC4D. Grayscale: #606060. Windows color (decimal): -261198 or 11666428. OLE color: 11666428.
HSL color Cylindrical-coordinate representation of color #FC03B2: hue angle of 317.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03B2 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 178 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.01 |
| HSL | 317.83º | 0.98% | 0.5% | - |
| HSV(B) | 317.83º | 0.99% | 0.99% | - |
| XYZ | 48.21 | 23.97 | 44.21 | - |
| YUV | 97.4 | 173.49 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 178 | 0 | 0.99 | 0.29 | 0.01 | 317.83 | 0.98 | 0.5 |
| Hex | FC | 3 | B2 | 0 | 63 | 1D | 1 | 13E | 62 | 32 |
| Octal | 374 | 3 | 262 | 0 | 143 | 35 | 1 | 476 | 142 | 62 |
| Binary | 11111100 | 11 | 10110010 | 0 | 1100011 | 11101 | 1 | 100111110 | 1100010 | 110010 |
Color Harmonies of #FC03B2
Complementary color
Monochromatic Colors of #FC03B2
Black with #FC03B2
Text Example
Text Example
White with #FC03B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03B2; }
p { color: rgb(252,3,178); }
H1.HeaderClassName
{
color: #FC03B2;
}
.AnyTagClassName
{
color: #FC03B2;
}
</style>
background-color css
<style>
a { background-color: #FC03B2; }
a { background-color: rgb(252,3,178); }
div.DivClassName
{
background-color: #FC03B2;
}
.BgClassName
{
background-color: #FC03B2;
}
</style>
border-color css
<style>
span { border-color: #FC03B2; }
span { border-color: rgb(252,3,178); }
td.TdClassName
{
border-color: #FC03B2;
}
.TagClassName
{
border-color: #FC03B2;
}
</style>