Shades of Magenta #FC07EA
Tints of Magenta #FC07EA
RGB
CMYK
RGB Variations
Color information
#FC07EA (or 0xFC07EA) is known color: Magenta. HEX triplet: FC, 07 and EA. RGB value is (252,7,234). Sum of RGB (Red+Green+Blue) = 252+7+234=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07EA is #03F815. Grayscale: #696969. Windows color (decimal): -260118 or 15337468. OLE color: 15337468.
HSL color Cylindrical-coordinate representation of color #FC07EA: hue angle of 304.41º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC07EA is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 234 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.01 |
| HSL | 304.41º | 0.98% | 0.51% | - |
| HSV(B) | 304.41º | 0.97% | 0.99% | - |
| XYZ | 55.07 | 26.79 | 80.11 | - |
| YUV | 106.13 | 200.17 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 234 | 0 | 0.97 | 0.07 | 0.01 | 304.41 | 0.98 | 0.51 |
| Hex | FC | 7 | EA | 0 | 61 | 7 | 1 | 130 | 62 | 33 |
| Octal | 374 | 7 | 352 | 0 | 141 | 7 | 1 | 460 | 142 | 63 |
| Binary | 11111100 | 111 | 11101010 | 0 | 1100001 | 111 | 1 | 100110000 | 1100010 | 110011 |
Color Harmonies of #FC07EA
Complementary color
Monochromatic Colors of #FC07EA
Black with #FC07EA
Text Example
Text Example
White with #FC07EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07EA; }
p { color: rgb(252,7,234); }
H1.HeaderClassName
{
color: #FC07EA;
}
.AnyTagClassName
{
color: #FC07EA;
}
</style>
background-color css
<style>
a { background-color: #FC07EA; }
a { background-color: rgb(252,7,234); }
div.DivClassName
{
background-color: #FC07EA;
}
.BgClassName
{
background-color: #FC07EA;
}
</style>
border-color css
<style>
span { border-color: #FC07EA; }
span { border-color: rgb(252,7,234); }
td.TdClassName
{
border-color: #FC07EA;
}
.TagClassName
{
border-color: #FC07EA;
}
</style>