Shades of Magenta #FC07ED
Tints of Magenta #FC07ED
RGB
CMYK
RGB Variations
Color information
#FC07ED (or 0xFC07ED) is known color: Magenta. HEX triplet: FC, 07 and ED. RGB value is (252,7,237). Sum of RGB (Red+Green+Blue) = 252+7+237=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 7 (3.12% from 255 or 1.41% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07ED is #03F812. Grayscale: #696969. Windows color (decimal): -260115 or 15534076. OLE color: 15534076.
HSL color Cylindrical-coordinate representation of color #FC07ED: hue angle of 303.67º 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 #FC07ED is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 237 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.01 |
| HSL | 303.67º | 0.98% | 0.51% | - |
| HSV(B) | 303.67º | 0.97% | 0.99% | - |
| XYZ | 55.51 | 26.96 | 82.4 | - |
| YUV | 106.48 | 201.67 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 237 | 0 | 0.97 | 0.06 | 0.01 | 303.67 | 0.98 | 0.51 |
| Hex | FC | 7 | ED | 0 | 61 | 6 | 1 | 130 | 62 | 33 |
| Octal | 374 | 7 | 355 | 0 | 141 | 6 | 1 | 460 | 142 | 63 |
| Binary | 11111100 | 111 | 11101101 | 0 | 1100001 | 110 | 1 | 100110000 | 1100010 | 110011 |
Color Harmonies of #FC07ED
Complementary color
Monochromatic Colors of #FC07ED
Black with #FC07ED
Text Example
Text Example
White with #FC07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07ED; }
p { color: rgb(252,7,237); }
H1.HeaderClassName
{
color: #FC07ED;
}
.AnyTagClassName
{
color: #FC07ED;
}
</style>
background-color css
<style>
a { background-color: #FC07ED; }
a { background-color: rgb(252,7,237); }
div.DivClassName
{
background-color: #FC07ED;
}
.BgClassName
{
background-color: #FC07ED;
}
</style>
border-color css
<style>
span { border-color: #FC07ED; }
span { border-color: rgb(252,7,237); }
td.TdClassName
{
border-color: #FC07ED;
}
.TagClassName
{
border-color: #FC07ED;
}
</style>