Shades of Magenta #FC07EE
Tints of Magenta #FC07EE
RGB
CMYK
RGB Variations
Color information
#FC07EE (or 0xFC07EE) is known color: Magenta. HEX triplet: FC, 07 and EE. RGB value is (252,7,238). Sum of RGB (Red+Green+Blue) = 252+7+238=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07EE is #03F811. Grayscale: #696969. Windows color (decimal): -260114 or 15599612. OLE color: 15599612.
HSL color Cylindrical-coordinate representation of color #FC07EE: hue angle of 303.43º 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 #FC07EE is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 238 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.01 |
| HSL | 303.43º | 0.98% | 0.51% | - |
| HSV(B) | 303.43º | 0.97% | 0.99% | - |
| XYZ | 55.65 | 27.02 | 83.17 | - |
| YUV | 106.59 | 202.17 | 231.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 238 | 0 | 0.97 | 0.06 | 0.01 | 303.43 | 0.98 | 0.51 |
| Hex | FC | 7 | EE | 0 | 61 | 6 | 1 | 12F | 62 | 33 |
| Octal | 374 | 7 | 356 | 0 | 141 | 6 | 1 | 457 | 142 | 63 |
| Binary | 11111100 | 111 | 11101110 | 0 | 1100001 | 110 | 1 | 100101111 | 1100010 | 110011 |
Color Harmonies of #FC07EE
Complementary color
Monochromatic Colors of #FC07EE
Black with #FC07EE
Text Example
Text Example
White with #FC07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07EE; }
p { color: rgb(252,7,238); }
H1.HeaderClassName
{
color: #FC07EE;
}
.AnyTagClassName
{
color: #FC07EE;
}
</style>
background-color css
<style>
a { background-color: #FC07EE; }
a { background-color: rgb(252,7,238); }
div.DivClassName
{
background-color: #FC07EE;
}
.BgClassName
{
background-color: #FC07EE;
}
</style>
border-color css
<style>
span { border-color: #FC07EE; }
span { border-color: rgb(252,7,238); }
td.TdClassName
{
border-color: #FC07EE;
}
.TagClassName
{
border-color: #FC07EE;
}
</style>