Shades of Shocking Pink #FC15CB
Tints of Shocking Pink #FC15CB
RGB
CMYK
RGB Variations
Color information
#FC15CB (or 0xFC15CB) is known color: Shocking Pink. HEX triplet: FC, 15 and CB. RGB value is (252,21,203). Sum of RGB (Red+Green+Blue) = 252+21+203=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC15CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC15CB is #03EA34. Grayscale: #6E6E6E. Windows color (decimal): -256565 or 13309436. OLE color: 13309436.
HSL color Cylindrical-coordinate representation of color #FC15CB: hue angle of 312.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC15CB is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 203 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.01 |
| HSL | 312.73º | 0.97% | 0.54% | - |
| HSV(B) | 312.73º | 0.92% | 0.99% | - |
| XYZ | 51.19 | 25.54 | 58.73 | - |
| YUV | 110.82 | 180.03 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 203 | 0 | 0.92 | 0.19 | 0.01 | 312.73 | 0.97 | 0.54 |
| Hex | FC | 15 | CB | 0 | 5C | 13 | 1 | 139 | 61 | 36 |
| Octal | 374 | 25 | 313 | 0 | 134 | 23 | 1 | 471 | 141 | 66 |
| Binary | 11111100 | 10101 | 11001011 | 0 | 1011100 | 10011 | 1 | 100111001 | 1100001 | 110110 |
Color Harmonies of #FC15CB
Complementary color
Monochromatic Colors of #FC15CB
Black with #FC15CB
Text Example
Text Example
White with #FC15CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC15CB; }
p { color: rgb(252,21,203); }
H1.HeaderClassName
{
color: #FC15CB;
}
.AnyTagClassName
{
color: #FC15CB;
}
</style>
background-color css
<style>
a { background-color: #FC15CB; }
a { background-color: rgb(252,21,203); }
div.DivClassName
{
background-color: #FC15CB;
}
.BgClassName
{
background-color: #FC15CB;
}
</style>
border-color css
<style>
span { border-color: #FC15CB; }
span { border-color: rgb(252,21,203); }
td.TdClassName
{
border-color: #FC15CB;
}
.TagClassName
{
border-color: #FC15CB;
}
</style>