Shades of Magenta #FC17ED
Tints of Magenta #FC17ED
RGB
CMYK
RGB Variations
Color information
#FC17ED (or 0xFC17ED) is known color: Magenta. HEX triplet: FC, 17 and ED. RGB value is (252,23,237). Sum of RGB (Red+Green+Blue) = 252+23+237=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 23 (9.38% from 255 or 4.49% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17ED is #03E812. Grayscale: #737373. Windows color (decimal): -256019 or 15538172. OLE color: 15538172.
HSL color Cylindrical-coordinate representation of color #FC17ED: hue angle of 303.93º 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 #FC17ED is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 237 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.01 |
| HSL | 303.93º | 0.97% | 0.54% | - |
| HSV(B) | 303.93º | 0.91% | 0.99% | - |
| XYZ | 55.74 | 27.42 | 82.48 | - |
| YUV | 115.87 | 196.37 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 237 | 0 | 0.91 | 0.06 | 0.01 | 303.93 | 0.97 | 0.54 |
| Hex | FC | 17 | ED | 0 | 5B | 6 | 1 | 130 | 61 | 36 |
| Octal | 374 | 27 | 355 | 0 | 133 | 6 | 1 | 460 | 141 | 66 |
| Binary | 11111100 | 10111 | 11101101 | 0 | 1011011 | 110 | 1 | 100110000 | 1100001 | 110110 |
Color Harmonies of #FC17ED
Complementary color
Monochromatic Colors of #FC17ED
Black with #FC17ED
Text Example
Text Example
White with #FC17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17ED; }
p { color: rgb(252,23,237); }
H1.HeaderClassName
{
color: #FC17ED;
}
.AnyTagClassName
{
color: #FC17ED;
}
</style>
background-color css
<style>
a { background-color: #FC17ED; }
a { background-color: rgb(252,23,237); }
div.DivClassName
{
background-color: #FC17ED;
}
.BgClassName
{
background-color: #FC17ED;
}
</style>
border-color css
<style>
span { border-color: #FC17ED; }
span { border-color: rgb(252,23,237); }
td.TdClassName
{
border-color: #FC17ED;
}
.TagClassName
{
border-color: #FC17ED;
}
</style>