Shades of Shocking Pink #FC1BCD
Tints of Shocking Pink #FC1BCD
RGB
CMYK
RGB Variations
Color information
#FC1BCD (or 0xFC1BCD) is known color: Shocking Pink. HEX triplet: FC, 1B and CD. RGB value is (252,27,205). Sum of RGB (Red+Green+Blue) = 252+27+205=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BCD is #03E432. Grayscale: #727272. Windows color (decimal): -255027 or 13442044. OLE color: 13442044.
HSL color Cylindrical-coordinate representation of color #FC1BCD: hue angle of 312.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BCD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 205 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.01 |
| HSL | 312.53º | 0.97% | 0.55% | - |
| HSV(B) | 312.53º | 0.89% | 0.99% | - |
| XYZ | 51.56 | 25.89 | 60.04 | - |
| YUV | 114.57 | 179.04 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 205 | 0 | 0.89 | 0.19 | 0.01 | 312.53 | 0.97 | 0.55 |
| Hex | FC | 1B | CD | 0 | 59 | 13 | 1 | 139 | 61 | 37 |
| Octal | 374 | 33 | 315 | 0 | 131 | 23 | 1 | 471 | 141 | 67 |
| Binary | 11111100 | 11011 | 11001101 | 0 | 1011001 | 10011 | 1 | 100111001 | 1100001 | 110111 |
Color Harmonies of #FC1BCD
Complementary color
Monochromatic Colors of #FC1BCD
Black with #FC1BCD
Text Example
Text Example
White with #FC1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BCD; }
p { color: rgb(252,27,205); }
H1.HeaderClassName
{
color: #FC1BCD;
}
.AnyTagClassName
{
color: #FC1BCD;
}
</style>
background-color css
<style>
a { background-color: #FC1BCD; }
a { background-color: rgb(252,27,205); }
div.DivClassName
{
background-color: #FC1BCD;
}
.BgClassName
{
background-color: #FC1BCD;
}
</style>
border-color css
<style>
span { border-color: #FC1BCD; }
span { border-color: rgb(252,27,205); }
td.TdClassName
{
border-color: #FC1BCD;
}
.TagClassName
{
border-color: #FC1BCD;
}
</style>