Shades of Shocking Pink #FC1ECF
Tints of Shocking Pink #FC1ECF
RGB
CMYK
RGB Variations
Color information
#FC1ECF (or 0xFC1ECF) is known color: Shocking Pink. HEX triplet: FC, 1E and CF. RGB value is (252,30,207). Sum of RGB (Red+Green+Blue) = 252+30+207=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ECF is #03E130. Grayscale: #747474. Windows color (decimal): -254257 or 13573884. OLE color: 13573884.
HSL color Cylindrical-coordinate representation of color #FC1ECF: hue angle of 312.16º 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 #FC1ECF is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.01 |
| HSL | 312.16º | 0.97% | 0.55% | - |
| HSV(B) | 312.16º | 0.88% | 0.99% | - |
| XYZ | 51.87 | 26.13 | 61.34 | - |
| YUV | 116.56 | 179.05 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 207 | 0 | 0.88 | 0.18 | 0.01 | 312.16 | 0.97 | 0.55 |
| Hex | FC | 1E | CF | 0 | 58 | 12 | 1 | 138 | 61 | 37 |
| Octal | 374 | 36 | 317 | 0 | 130 | 22 | 1 | 470 | 141 | 67 |
| Binary | 11111100 | 11110 | 11001111 | 0 | 1011000 | 10010 | 1 | 100111000 | 1100001 | 110111 |
Color Harmonies of #FC1ECF
Complementary color
Monochromatic Colors of #FC1ECF
Black with #FC1ECF
Text Example
Text Example
White with #FC1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ECF; }
p { color: rgb(252,30,207); }
H1.HeaderClassName
{
color: #FC1ECF;
}
.AnyTagClassName
{
color: #FC1ECF;
}
</style>
background-color css
<style>
a { background-color: #FC1ECF; }
a { background-color: rgb(252,30,207); }
div.DivClassName
{
background-color: #FC1ECF;
}
.BgClassName
{
background-color: #FC1ECF;
}
</style>
border-color css
<style>
span { border-color: #FC1ECF; }
span { border-color: rgb(252,30,207); }
td.TdClassName
{
border-color: #FC1ECF;
}
.TagClassName
{
border-color: #FC1ECF;
}
</style>