Shades of Magenta #FC07E8
Tints of Magenta #FC07E8
RGB
CMYK
RGB Variations
Color information
#FC07E8 (or 0xFC07E8) is known color: Magenta. HEX triplet: FC, 07 and E8. RGB value is (252,7,232). Sum of RGB (Red+Green+Blue) = 252+7+232=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 7 (3.12% from 255 or 1.43% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC07E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC07E8 is #03F817. Grayscale: #696969. Windows color (decimal): -260120 or 15206396. OLE color: 15206396.
HSL color Cylindrical-coordinate representation of color #FC07E8: hue angle of 304.9º 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 #FC07E8 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 232 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.01 |
| HSL | 304.9º | 0.98% | 0.51% | - |
| HSV(B) | 304.9º | 0.97% | 0.99% | - |
| XYZ | 54.79 | 26.67 | 78.6 | - |
| YUV | 105.91 | 199.17 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 232 | 0 | 0.97 | 0.08 | 0.01 | 304.9 | 0.98 | 0.51 |
| Hex | FC | 7 | E8 | 0 | 61 | 8 | 1 | 131 | 62 | 33 |
| Octal | 374 | 7 | 350 | 0 | 141 | 10 | 1 | 461 | 142 | 63 |
| Binary | 11111100 | 111 | 11101000 | 0 | 1100001 | 1000 | 1 | 100110001 | 1100010 | 110011 |
Color Harmonies of #FC07E8
Complementary color
Monochromatic Colors of #FC07E8
Black with #FC07E8
Text Example
Text Example
White with #FC07E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC07E8; }
p { color: rgb(252,7,232); }
H1.HeaderClassName
{
color: #FC07E8;
}
.AnyTagClassName
{
color: #FC07E8;
}
</style>
background-color css
<style>
a { background-color: #FC07E8; }
a { background-color: rgb(252,7,232); }
div.DivClassName
{
background-color: #FC07E8;
}
.BgClassName
{
background-color: #FC07E8;
}
</style>
border-color css
<style>
span { border-color: #FC07E8; }
span { border-color: rgb(252,7,232); }
td.TdClassName
{
border-color: #FC07E8;
}
.TagClassName
{
border-color: #FC07E8;
}
</style>