Shades of Shocking Pink #FC1ECE
Tints of Shocking Pink #FC1ECE
RGB
CMYK
RGB Variations
Color information
#FC1ECE (or 0xFC1ECE) is known color: Shocking Pink. HEX triplet: FC, 1E and CE. RGB value is (252,30,206). Sum of RGB (Red+Green+Blue) = 252+30+206=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 30 (12.11% from 255 or 6.15% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ECE is #03E131. Grayscale: #737373. Windows color (decimal): -254258 or 13508348. OLE color: 13508348.
HSL color Cylindrical-coordinate representation of color #FC1ECE: hue angle of 312.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1ECE is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 206 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.01 |
| HSL | 312.43º | 0.97% | 0.55% | - |
| HSV(B) | 312.43º | 0.88% | 0.99% | - |
| XYZ | 51.75 | 26.08 | 60.7 | - |
| YUV | 116.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 206 | 0 | 0.88 | 0.18 | 0.01 | 312.43 | 0.97 | 0.55 |
| Hex | FC | 1E | CE | 0 | 58 | 12 | 1 | 138 | 61 | 37 |
| Octal | 374 | 36 | 316 | 0 | 130 | 22 | 1 | 470 | 141 | 67 |
| Binary | 11111100 | 11110 | 11001110 | 0 | 1011000 | 10010 | 1 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FC1ECE
Complementary color
Monochromatic Colors of #FC1ECE
Black with #FC1ECE
Text Example
Text Example
White with #FC1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ECE; }
p { color: rgb(252,30,206); }
H1.HeaderClassName
{
color: #FC1ECE;
}
.AnyTagClassName
{
color: #FC1ECE;
}
</style>
background-color css
<style>
a { background-color: #FC1ECE; }
a { background-color: rgb(252,30,206); }
div.DivClassName
{
background-color: #FC1ECE;
}
.BgClassName
{
background-color: #FC1ECE;
}
</style>
border-color css
<style>
span { border-color: #FC1ECE; }
span { border-color: rgb(252,30,206); }
td.TdClassName
{
border-color: #FC1ECE;
}
.TagClassName
{
border-color: #FC1ECE;
}
</style>