Shades of Shocking Pink #FC00B5
Tints of Shocking Pink #FC00B5
RGB
CMYK
RGB Variations
Color information
#FC00B5 (or 0xFC00B5) is known color: Shocking Pink. HEX triplet: FC, 00 and B5. RGB value is (252,0,181). Sum of RGB (Red+Green+Blue) = 252+0+181=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC00B5 is #03FF4A. Grayscale: #5F5F5F. Windows color (decimal): -261963 or 11862268. OLE color: 11862268.
HSL color Cylindrical-coordinate representation of color #FC00B5: hue angle of 316.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00B5 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.28 | 0.01 |
| HSL | 316.9º | 1% | 0.49% | - |
| HSV(B) | 316.9º | 1% | 0.99% | - |
| XYZ | 48.49 | 24.03 | 45.8 | - |
| YUV | 95.98 | 175.99 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 181 | 0 | 1 | 0.28 | 0.01 | 316.9 | 1 | 0.49 |
| Hex | FC | 0 | B5 | 0 | 64 | 1C | 1 | 13D | 64 | 31 |
| Octal | 374 | 0 | 265 | 0 | 144 | 34 | 1 | 475 | 144 | 61 |
| Binary | 11111100 | 0 | 10110101 | 0 | 1100100 | 11100 | 1 | 100111101 | 1100100 | 110001 |
Color Harmonies of #FC00B5
Complementary color
Monochromatic Colors of #FC00B5
Black with #FC00B5
Text Example
Text Example
White with #FC00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00B5; }
p { color: rgb(252,0,181); }
H1.HeaderClassName
{
color: #FC00B5;
}
.AnyTagClassName
{
color: #FC00B5;
}
</style>
background-color css
<style>
a { background-color: #FC00B5; }
a { background-color: rgb(252,0,181); }
div.DivClassName
{
background-color: #FC00B5;
}
.BgClassName
{
background-color: #FC00B5;
}
</style>
border-color css
<style>
span { border-color: #FC00B5; }
span { border-color: rgb(252,0,181); }
td.TdClassName
{
border-color: #FC00B5;
}
.TagClassName
{
border-color: #FC00B5;
}
</style>