Shades of Magenta #FC04ED
Tints of Magenta #FC04ED
RGB
CMYK
RGB Variations
Color information
#FC04ED (or 0xFC04ED) is known color: Magenta. HEX triplet: FC, 04 and ED. RGB value is (252,4,237). Sum of RGB (Red+Green+Blue) = 252+4+237=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 4 (1.95% from 255 or 0.81% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04ED is #03FB12. Grayscale: #686868. Windows color (decimal): -260883 or 15533308. OLE color: 15533308.
HSL color Cylindrical-coordinate representation of color #FC04ED: hue angle of 303.63º 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 #FC04ED is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 237 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.01 |
| HSL | 303.63º | 0.98% | 0.5% | - |
| HSV(B) | 303.63º | 0.98% | 0.99% | - |
| XYZ | 55.47 | 26.9 | 82.39 | - |
| YUV | 104.71 | 202.66 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 237 | 0 | 0.98 | 0.06 | 0.01 | 303.63 | 0.98 | 0.5 |
| Hex | FC | 4 | ED | 0 | 62 | 6 | 1 | 130 | 62 | 32 |
| Octal | 374 | 4 | 355 | 0 | 142 | 6 | 1 | 460 | 142 | 62 |
| Binary | 11111100 | 100 | 11101101 | 0 | 1100010 | 110 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FC04ED
Complementary color
Monochromatic Colors of #FC04ED
Black with #FC04ED
Text Example
Text Example
White with #FC04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04ED; }
p { color: rgb(252,4,237); }
H1.HeaderClassName
{
color: #FC04ED;
}
.AnyTagClassName
{
color: #FC04ED;
}
</style>
background-color css
<style>
a { background-color: #FC04ED; }
a { background-color: rgb(252,4,237); }
div.DivClassName
{
background-color: #FC04ED;
}
.BgClassName
{
background-color: #FC04ED;
}
</style>
border-color css
<style>
span { border-color: #FC04ED; }
span { border-color: rgb(252,4,237); }
td.TdClassName
{
border-color: #FC04ED;
}
.TagClassName
{
border-color: #FC04ED;
}
</style>