Shades of Magenta #FC05EF
Tints of Magenta #FC05EF
RGB
CMYK
RGB Variations
Color information
#FC05EF (or 0xFC05EF) is known color: Magenta. HEX triplet: FC, 05 and EF. RGB value is (252,5,239). Sum of RGB (Red+Green+Blue) = 252+5+239=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 5 (2.34% from 255 or 1.01% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC05EF is #03FA10. Grayscale: #686868. Windows color (decimal): -260625 or 15664636. OLE color: 15664636.
HSL color Cylindrical-coordinate representation of color #FC05EF: hue angle of 303.16º 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 #FC05EF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 239 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.01 |
| HSL | 303.16º | 0.98% | 0.5% | - |
| HSV(B) | 303.16º | 0.98% | 0.99% | - |
| XYZ | 55.78 | 27.04 | 83.94 | - |
| YUV | 105.53 | 203.33 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 239 | 0 | 0.98 | 0.05 | 0.01 | 303.16 | 0.98 | 0.5 |
| Hex | FC | 5 | EF | 0 | 62 | 5 | 1 | 12F | 62 | 32 |
| Octal | 374 | 5 | 357 | 0 | 142 | 5 | 1 | 457 | 142 | 62 |
| Binary | 11111100 | 101 | 11101111 | 0 | 1100010 | 101 | 1 | 100101111 | 1100010 | 110010 |
Color Harmonies of #FC05EF
Complementary color
Monochromatic Colors of #FC05EF
Black with #FC05EF
Text Example
Text Example
White with #FC05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05EF; }
p { color: rgb(252,5,239); }
H1.HeaderClassName
{
color: #FC05EF;
}
.AnyTagClassName
{
color: #FC05EF;
}
</style>
background-color css
<style>
a { background-color: #FC05EF; }
a { background-color: rgb(252,5,239); }
div.DivClassName
{
background-color: #FC05EF;
}
.BgClassName
{
background-color: #FC05EF;
}
</style>
border-color css
<style>
span { border-color: #FC05EF; }
span { border-color: rgb(252,5,239); }
td.TdClassName
{
border-color: #FC05EF;
}
.TagClassName
{
border-color: #FC05EF;
}
</style>