Shades of Shocking Pink #FC03BE
Tints of Shocking Pink #FC03BE
RGB
CMYK
RGB Variations
Color information
#FC03BE (or 0xFC03BE) is known color: Shocking Pink. HEX triplet: FC, 03 and BE. RGB value is (252,3,190). Sum of RGB (Red+Green+Blue) = 252+3+190=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03BE is #03FC41. Grayscale: #626262. Windows color (decimal): -261186 or 12452860. OLE color: 12452860.
HSL color Cylindrical-coordinate representation of color #FC03BE: hue angle of 314.94º 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 #FC03BE is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 190 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.01 |
| HSL | 314.94º | 0.98% | 0.5% | - |
| HSV(B) | 314.94º | 0.99% | 0.99% | - |
| XYZ | 49.47 | 24.48 | 50.83 | - |
| YUV | 98.77 | 179.49 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 190 | 0 | 0.99 | 0.25 | 0.01 | 314.94 | 0.98 | 0.5 |
| Hex | FC | 3 | BE | 0 | 63 | 19 | 1 | 13B | 62 | 32 |
| Octal | 374 | 3 | 276 | 0 | 143 | 31 | 1 | 473 | 142 | 62 |
| Binary | 11111100 | 11 | 10111110 | 0 | 1100011 | 11001 | 1 | 100111011 | 1100010 | 110010 |
Color Harmonies of #FC03BE
Complementary color
Monochromatic Colors of #FC03BE
Black with #FC03BE
Text Example
Text Example
White with #FC03BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03BE; }
p { color: rgb(252,3,190); }
H1.HeaderClassName
{
color: #FC03BE;
}
.AnyTagClassName
{
color: #FC03BE;
}
</style>
background-color css
<style>
a { background-color: #FC03BE; }
a { background-color: rgb(252,3,190); }
div.DivClassName
{
background-color: #FC03BE;
}
.BgClassName
{
background-color: #FC03BE;
}
</style>
border-color css
<style>
span { border-color: #FC03BE; }
span { border-color: rgb(252,3,190); }
td.TdClassName
{
border-color: #FC03BE;
}
.TagClassName
{
border-color: #FC03BE;
}
</style>