Shades of Magenta #FC00ED
Tints of Magenta #FC00ED
RGB
CMYK
RGB Variations
Color information
#FC00ED (or 0xFC00ED) is known color: Magenta. HEX triplet: FC, 00 and ED. RGB value is (252,0,237). Sum of RGB (Red+Green+Blue) = 252+0+237=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00ED is #03FF12. Grayscale: #656565. Windows color (decimal): -261907 or 15532284. OLE color: 15532284.
HSL color Cylindrical-coordinate representation of color #FC00ED: hue angle of 303.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00ED is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 237 | - |
| CMYK | 0 | 1 | 0.06 | 0.01 |
| HSL | 303.57º | 1% | 0.49% | - |
| HSV(B) | 303.57º | 1% | 0.99% | - |
| XYZ | 55.43 | 26.81 | 82.37 | - |
| YUV | 102.37 | 203.99 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 237 | 0 | 1 | 0.06 | 0.01 | 303.57 | 1 | 0.49 |
| Hex | FC | 0 | ED | 0 | 64 | 6 | 1 | 130 | 64 | 31 |
| Octal | 374 | 0 | 355 | 0 | 144 | 6 | 1 | 460 | 144 | 61 |
| Binary | 11111100 | 0 | 11101101 | 0 | 1100100 | 110 | 1 | 100110000 | 1100100 | 110001 |
Color Harmonies of #FC00ED
Complementary color
Monochromatic Colors of #FC00ED
Black with #FC00ED
Text Example
Text Example
White with #FC00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00ED; }
p { color: rgb(252,0,237); }
H1.HeaderClassName
{
color: #FC00ED;
}
.AnyTagClassName
{
color: #FC00ED;
}
</style>
background-color css
<style>
a { background-color: #FC00ED; }
a { background-color: rgb(252,0,237); }
div.DivClassName
{
background-color: #FC00ED;
}
.BgClassName
{
background-color: #FC00ED;
}
</style>
border-color css
<style>
span { border-color: #FC00ED; }
span { border-color: rgb(252,0,237); }
td.TdClassName
{
border-color: #FC00ED;
}
.TagClassName
{
border-color: #FC00ED;
}
</style>