Shades of Magenta #FC03EA
Tints of Magenta #FC03EA
RGB
CMYK
RGB Variations
Color information
#FC03EA (or 0xFC03EA) is known color: Magenta. HEX triplet: FC, 03 and EA. RGB value is (252,3,234). Sum of RGB (Red+Green+Blue) = 252+3+234=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03EA is #03FC15. Grayscale: #676767. Windows color (decimal): -261142 or 15336444. OLE color: 15336444.
HSL color Cylindrical-coordinate representation of color #FC03EA: hue angle of 304.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03EA is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 234 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.01 |
| HSL | 304.34º | 0.98% | 0.5% | - |
| HSV(B) | 304.34º | 0.99% | 0.99% | - |
| XYZ | 55.03 | 26.7 | 80.1 | - |
| YUV | 103.79 | 201.49 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 234 | 0 | 0.99 | 0.07 | 0.01 | 304.34 | 0.98 | 0.5 |
| Hex | FC | 3 | EA | 0 | 63 | 7 | 1 | 130 | 62 | 32 |
| Octal | 374 | 3 | 352 | 0 | 143 | 7 | 1 | 460 | 142 | 62 |
| Binary | 11111100 | 11 | 11101010 | 0 | 1100011 | 111 | 1 | 100110000 | 1100010 | 110010 |
Color Harmonies of #FC03EA
Complementary color
Monochromatic Colors of #FC03EA
Black with #FC03EA
Text Example
Text Example
White with #FC03EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03EA; }
p { color: rgb(252,3,234); }
H1.HeaderClassName
{
color: #FC03EA;
}
.AnyTagClassName
{
color: #FC03EA;
}
</style>
background-color css
<style>
a { background-color: #FC03EA; }
a { background-color: rgb(252,3,234); }
div.DivClassName
{
background-color: #FC03EA;
}
.BgClassName
{
background-color: #FC03EA;
}
</style>
border-color css
<style>
span { border-color: #FC03EA; }
span { border-color: rgb(252,3,234); }
td.TdClassName
{
border-color: #FC03EA;
}
.TagClassName
{
border-color: #FC03EA;
}
</style>