Shades of Magenta #FC05ED
Tints of Magenta #FC05ED
RGB
CMYK
RGB Variations
Color information
#FC05ED (or 0xFC05ED) is known color: Magenta. HEX triplet: FC, 05 and ED. RGB value is (252,5,237). Sum of RGB (Red+Green+Blue) = 252+5+237=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 5 (2.34% from 255 or 1.01% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05ED is #03FA12. Grayscale: #686868. Windows color (decimal): -260627 or 15533564. OLE color: 15533564.
HSL color Cylindrical-coordinate representation of color #FC05ED: hue angle of 303.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05ED is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.01 |
| HSL | 303.64º | 0.98% | 0.5% | - |
| HSV(B) | 303.64º | 0.98% | 0.99% | - |
| XYZ | 55.49 | 26.92 | 82.39 | - |
| YUV | 105.3 | 202.33 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 237 | 0 | 0.98 | 0.06 | 0.01 | 303.64 | 0.98 | 0.5 |
| Hex | FC | 5 | ED | 0 | 62 | 6 | 1 | 130 | 62 | 32 |
| Octal | 374 | 5 | 355 | 0 | 142 | 6 | 1 | 460 | 142 | 62 |
| Binary | 11111100 | 101 | 11101101 | 0 | 1100010 | 110 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FC05ED
Complementary color
Monochromatic Colors of #FC05ED
Black with #FC05ED
Text Example
Text Example
White with #FC05ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05ED; }
p { color: rgb(252,5,237); }
H1.HeaderClassName
{
color: #FC05ED;
}
.AnyTagClassName
{
color: #FC05ED;
}
</style>
background-color css
<style>
a { background-color: #FC05ED; }
a { background-color: rgb(252,5,237); }
div.DivClassName
{
background-color: #FC05ED;
}
.BgClassName
{
background-color: #FC05ED;
}
</style>
border-color css
<style>
span { border-color: #FC05ED; }
span { border-color: rgb(252,5,237); }
td.TdClassName
{
border-color: #FC05ED;
}
.TagClassName
{
border-color: #FC05ED;
}
</style>