Shades of Magenta #FC06ED
Tints of Magenta #FC06ED
RGB
CMYK
RGB Variations
Color information
#FC06ED (or 0xFC06ED) is known color: Magenta. HEX triplet: FC, 06 and ED. RGB value is (252,6,237). Sum of RGB (Red+Green+Blue) = 252+6+237=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06ED is #03F912. Grayscale: #696969. Windows color (decimal): -260371 or 15533820. OLE color: 15533820.
HSL color Cylindrical-coordinate representation of color #FC06ED: hue angle of 303.66º 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 #FC06ED is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 237 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.01 |
| HSL | 303.66º | 0.98% | 0.51% | - |
| HSV(B) | 303.66º | 0.98% | 0.99% | - |
| XYZ | 55.5 | 26.94 | 82.4 | - |
| YUV | 105.89 | 202 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 237 | 0 | 0.98 | 0.06 | 0.01 | 303.66 | 0.98 | 0.51 |
| Hex | FC | 6 | ED | 0 | 62 | 6 | 1 | 130 | 62 | 33 |
| Octal | 374 | 6 | 355 | 0 | 142 | 6 | 1 | 460 | 142 | 63 |
| Binary | 11111100 | 110 | 11101101 | 0 | 1100010 | 110 | 1 | 100110000 | 1100010 | 110011 |
Color Harmonies of #FC06ED
Complementary color
Monochromatic Colors of #FC06ED
Black with #FC06ED
Text Example
Text Example
White with #FC06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06ED; }
p { color: rgb(252,6,237); }
H1.HeaderClassName
{
color: #FC06ED;
}
.AnyTagClassName
{
color: #FC06ED;
}
</style>
background-color css
<style>
a { background-color: #FC06ED; }
a { background-color: rgb(252,6,237); }
div.DivClassName
{
background-color: #FC06ED;
}
.BgClassName
{
background-color: #FC06ED;
}
</style>
border-color css
<style>
span { border-color: #FC06ED; }
span { border-color: rgb(252,6,237); }
td.TdClassName
{
border-color: #FC06ED;
}
.TagClassName
{
border-color: #FC06ED;
}
</style>