Shades of Magenta #FC17EC
Tints of Magenta #FC17EC
RGB
CMYK
RGB Variations
Color information
#FC17EC (or 0xFC17EC) is known color: Magenta. HEX triplet: FC, 17 and EC. RGB value is (252,23,236). Sum of RGB (Red+Green+Blue) = 252+23+236=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17EC is #03E813. Grayscale: #737373. Windows color (decimal): -256020 or 15472636. OLE color: 15472636.
HSL color Cylindrical-coordinate representation of color #FC17EC: hue angle of 304.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17EC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 236 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.01 |
| HSL | 304.19º | 0.97% | 0.54% | - |
| HSV(B) | 304.19º | 0.91% | 0.99% | - |
| XYZ | 55.59 | 27.36 | 81.71 | - |
| YUV | 115.75 | 195.87 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 236 | 0 | 0.91 | 0.06 | 0.01 | 304.19 | 0.97 | 0.54 |
| Hex | FC | 17 | EC | 0 | 5B | 6 | 1 | 130 | 61 | 36 |
| Octal | 374 | 27 | 354 | 0 | 133 | 6 | 1 | 460 | 141 | 66 |
| Binary | 11111100 | 10111 | 11101100 | 0 | 1011011 | 110 | 1 | 100110000 | 1100001 | 110110 |
Color Harmonies of #FC17EC
Complementary color
Monochromatic Colors of #FC17EC
Black with #FC17EC
Text Example
Text Example
White with #FC17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17EC; }
p { color: rgb(252,23,236); }
H1.HeaderClassName
{
color: #FC17EC;
}
.AnyTagClassName
{
color: #FC17EC;
}
</style>
background-color css
<style>
a { background-color: #FC17EC; }
a { background-color: rgb(252,23,236); }
div.DivClassName
{
background-color: #FC17EC;
}
.BgClassName
{
background-color: #FC17EC;
}
</style>
border-color css
<style>
span { border-color: #FC17EC; }
span { border-color: rgb(252,23,236); }
td.TdClassName
{
border-color: #FC17EC;
}
.TagClassName
{
border-color: #FC17EC;
}
</style>