Shades of Magenta #FC00EA
Tints of Magenta #FC00EA
RGB
CMYK
RGB Variations
Color information
#FC00EA (or 0xFC00EA) is known color: Magenta. HEX triplet: FC, 00 and EA. RGB value is (252,0,234). Sum of RGB (Red+Green+Blue) = 252+0+234=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC00EA is #03FF15. Grayscale: #656565. Windows color (decimal): -261910 or 15335676. OLE color: 15335676.
HSL color Cylindrical-coordinate representation of color #FC00EA: hue angle of 304.29º 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 #FC00EA is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 234 | - |
| CMYK | 0 | 1 | 0.07 | 0.01 |
| HSL | 304.29º | 1% | 0.49% | - |
| HSV(B) | 304.29º | 1% | 0.99% | - |
| XYZ | 55 | 26.64 | 80.08 | - |
| YUV | 102.02 | 202.49 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 234 | 0 | 1 | 0.07 | 0.01 | 304.29 | 1 | 0.49 |
| Hex | FC | 0 | EA | 0 | 64 | 7 | 1 | 130 | 64 | 31 |
| Octal | 374 | 0 | 352 | 0 | 144 | 7 | 1 | 460 | 144 | 61 |
| Binary | 11111100 | 0 | 11101010 | 0 | 1100100 | 111 | 1 | 100110000 | 1100100 | 110001 |
Color Harmonies of #FC00EA
Complementary color
Monochromatic Colors of #FC00EA
Black with #FC00EA
Text Example
Text Example
White with #FC00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00EA; }
p { color: rgb(252,0,234); }
H1.HeaderClassName
{
color: #FC00EA;
}
.AnyTagClassName
{
color: #FC00EA;
}
</style>
background-color css
<style>
a { background-color: #FC00EA; }
a { background-color: rgb(252,0,234); }
div.DivClassName
{
background-color: #FC00EA;
}
.BgClassName
{
background-color: #FC00EA;
}
</style>
border-color css
<style>
span { border-color: #FC00EA; }
span { border-color: rgb(252,0,234); }
td.TdClassName
{
border-color: #FC00EA;
}
.TagClassName
{
border-color: #FC00EA;
}
</style>