Shades of Shocking Pink #FC0FCE
Tints of Shocking Pink #FC0FCE
RGB
CMYK
RGB Variations
Color information
#FC0FCE (or 0xFC0FCE) is known color: Shocking Pink. HEX triplet: FC, 0F and CE. RGB value is (252,15,206). Sum of RGB (Red+Green+Blue) = 252+15+206=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0FCE is #03F031. Grayscale: #6B6B6B. Windows color (decimal): -258098 or 13504508. OLE color: 13504508.
HSL color Cylindrical-coordinate representation of color #FC0FCE: hue angle of 311.65º 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 #FC0FCE is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 206 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.01 |
| HSL | 311.65º | 0.98% | 0.52% | - |
| HSV(B) | 311.65º | 0.94% | 0.99% | - |
| XYZ | 51.46 | 25.49 | 60.6 | - |
| YUV | 107.64 | 183.52 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 206 | 0 | 0.94 | 0.18 | 0.01 | 311.65 | 0.98 | 0.52 |
| Hex | FC | F | CE | 0 | 5E | 12 | 1 | 138 | 62 | 34 |
| Octal | 374 | 17 | 316 | 0 | 136 | 22 | 1 | 470 | 142 | 64 |
| Binary | 11111100 | 1111 | 11001110 | 0 | 1011110 | 10010 | 1 | 100111000 | 1100010 | 110100 |
Color Harmonies of #FC0FCE
Complementary color
Monochromatic Colors of #FC0FCE
Black with #FC0FCE
Text Example
Text Example
White with #FC0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FCE; }
p { color: rgb(252,15,206); }
H1.HeaderClassName
{
color: #FC0FCE;
}
.AnyTagClassName
{
color: #FC0FCE;
}
</style>
background-color css
<style>
a { background-color: #FC0FCE; }
a { background-color: rgb(252,15,206); }
div.DivClassName
{
background-color: #FC0FCE;
}
.BgClassName
{
background-color: #FC0FCE;
}
</style>
border-color css
<style>
span { border-color: #FC0FCE; }
span { border-color: rgb(252,15,206); }
td.TdClassName
{
border-color: #FC0FCE;
}
.TagClassName
{
border-color: #FC0FCE;
}
</style>