Shades of Shocking Pink #FC0FCB
Tints of Shocking Pink #FC0FCB
RGB
CMYK
RGB Variations
Color information
#FC0FCB (or 0xFC0FCB) is known color: Shocking Pink. HEX triplet: FC, 0F and CB. RGB value is (252,15,203). Sum of RGB (Red+Green+Blue) = 252+15+203=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FCB is #03F034. Grayscale: #6A6A6A. Windows color (decimal): -258101 or 13307900. OLE color: 13307900.
HSL color Cylindrical-coordinate representation of color #FC0FCB: hue angle of 312.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FCB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 203 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.01 |
| HSL | 312.41º | 0.98% | 0.52% | - |
| HSV(B) | 312.41º | 0.94% | 0.99% | - |
| XYZ | 51.1 | 25.35 | 58.7 | - |
| YUV | 107.3 | 182.02 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 203 | 0 | 0.94 | 0.19 | 0.01 | 312.41 | 0.98 | 0.52 |
| Hex | FC | F | CB | 0 | 5E | 13 | 1 | 138 | 62 | 34 |
| Octal | 374 | 17 | 313 | 0 | 136 | 23 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1111 | 11001011 | 0 | 1011110 | 10011 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0FCB
Complementary color
Monochromatic Colors of #FC0FCB
Black with #FC0FCB
Text Example
Text Example
White with #FC0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FCB; }
p { color: rgb(252,15,203); }
H1.HeaderClassName
{
color: #FC0FCB;
}
.AnyTagClassName
{
color: #FC0FCB;
}
</style>
background-color css
<style>
a { background-color: #FC0FCB; }
a { background-color: rgb(252,15,203); }
div.DivClassName
{
background-color: #FC0FCB;
}
.BgClassName
{
background-color: #FC0FCB;
}
</style>
border-color css
<style>
span { border-color: #FC0FCB; }
span { border-color: rgb(252,15,203); }
td.TdClassName
{
border-color: #FC0FCB;
}
.TagClassName
{
border-color: #FC0FCB;
}
</style>