Shades of Magenta #FC06F0
Tints of Magenta #FC06F0
RGB
CMYK
RGB Variations
Color information
#FC06F0 (or 0xFC06F0) is known color: Magenta. HEX triplet: FC, 06 and F0. RGB value is (252,6,240). Sum of RGB (Red+Green+Blue) = 252+6+240=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC06F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC06F0 is #03F90F. Grayscale: #696969. Windows color (decimal): -260368 or 15730428. OLE color: 15730428.
HSL color Cylindrical-coordinate representation of color #FC06F0: hue angle of 302.93º 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 #FC06F0 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 240 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.01 |
| HSL | 302.93º | 0.98% | 0.51% | - |
| HSV(B) | 302.93º | 0.98% | 0.99% | - |
| XYZ | 55.94 | 27.12 | 84.72 | - |
| YUV | 106.23 | 203.5 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 240 | 0 | 0.98 | 0.05 | 0.01 | 302.93 | 0.98 | 0.51 |
| Hex | FC | 6 | F0 | 0 | 62 | 5 | 1 | 12F | 62 | 33 |
| Octal | 374 | 6 | 360 | 0 | 142 | 5 | 1 | 457 | 142 | 63 |
| Binary | 11111100 | 110 | 11110000 | 0 | 1100010 | 101 | 1 | 100101111 | 1100010 | 110011 |
Color Harmonies of #FC06F0
Complementary color
Monochromatic Colors of #FC06F0
Black with #FC06F0
Text Example
Text Example
White with #FC06F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC06F0; }
p { color: rgb(252,6,240); }
H1.HeaderClassName
{
color: #FC06F0;
}
.AnyTagClassName
{
color: #FC06F0;
}
</style>
background-color css
<style>
a { background-color: #FC06F0; }
a { background-color: rgb(252,6,240); }
div.DivClassName
{
background-color: #FC06F0;
}
.BgClassName
{
background-color: #FC06F0;
}
</style>
border-color css
<style>
span { border-color: #FC06F0; }
span { border-color: rgb(252,6,240); }
td.TdClassName
{
border-color: #FC06F0;
}
.TagClassName
{
border-color: #FC06F0;
}
</style>