Shades of Magenta #FC06E8
Tints of Magenta #FC06E8
RGB
CMYK
RGB Variations
Color information
#FC06E8 (or 0xFC06E8) is known color: Magenta. HEX triplet: FC, 06 and E8. RGB value is (252,6,232). Sum of RGB (Red+Green+Blue) = 252+6+232=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06E8 is #03F917. Grayscale: #686868. Windows color (decimal): -260376 or 15206140. OLE color: 15206140.
HSL color Cylindrical-coordinate representation of color #FC06E8: hue angle of 304.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC06E8 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 232 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.01 |
| HSL | 304.88º | 0.98% | 0.51% | - |
| HSV(B) | 304.88º | 0.98% | 0.99% | - |
| XYZ | 54.78 | 26.65 | 78.6 | - |
| YUV | 105.32 | 199.5 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 232 | 0 | 0.98 | 0.08 | 0.01 | 304.88 | 0.98 | 0.51 |
| Hex | FC | 6 | E8 | 0 | 62 | 8 | 1 | 131 | 62 | 33 |
| Octal | 374 | 6 | 350 | 0 | 142 | 10 | 1 | 461 | 142 | 63 |
| Binary | 11111100 | 110 | 11101000 | 0 | 1100010 | 1000 | 1 | 100110001 | 1100010 | 110011 |
Color Harmonies of #FC06E8
Complementary color
Monochromatic Colors of #FC06E8
Black with #FC06E8
Text Example
Text Example
White with #FC06E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06E8; }
p { color: rgb(252,6,232); }
H1.HeaderClassName
{
color: #FC06E8;
}
.AnyTagClassName
{
color: #FC06E8;
}
</style>
background-color css
<style>
a { background-color: #FC06E8; }
a { background-color: rgb(252,6,232); }
div.DivClassName
{
background-color: #FC06E8;
}
.BgClassName
{
background-color: #FC06E8;
}
</style>
border-color css
<style>
span { border-color: #FC06E8; }
span { border-color: rgb(252,6,232); }
td.TdClassName
{
border-color: #FC06E8;
}
.TagClassName
{
border-color: #FC06E8;
}
</style>