Shades of Magenta #FC0FF0
Tints of Magenta #FC0FF0
RGB
CMYK
RGB Variations
Color information
#FC0FF0 (or 0xFC0FF0) is known color: Magenta. HEX triplet: FC, 0F and F0. RGB value is (252,15,240). Sum of RGB (Red+Green+Blue) = 252+15+240=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 15 (6.25% from 255 or 2.96% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0FF0 is #03F00F. Grayscale: #6E6E6E. Windows color (decimal): -258064 or 15732732. OLE color: 15732732.
HSL color Cylindrical-coordinate representation of color #FC0FF0: hue angle of 303.04º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FF0 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 240 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.01 |
| HSL | 303.04º | 0.98% | 0.52% | - |
| HSV(B) | 303.04º | 0.94% | 0.99% | - |
| XYZ | 56.04 | 27.33 | 84.76 | - |
| YUV | 111.51 | 200.52 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 240 | 0 | 0.94 | 0.05 | 0.01 | 303.04 | 0.98 | 0.52 |
| Hex | FC | F | F0 | 0 | 5E | 5 | 1 | 12F | 62 | 34 |
| Octal | 374 | 17 | 360 | 0 | 136 | 5 | 1 | 457 | 142 | 64 |
| Binary | 11111100 | 1111 | 11110000 | 0 | 1011110 | 101 | 1 | 100101111 | 1100010 | 110100 |
Color Harmonies of #FC0FF0
Complementary color
Monochromatic Colors of #FC0FF0
Black with #FC0FF0
Text Example
Text Example
White with #FC0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FF0; }
p { color: rgb(252,15,240); }
H1.HeaderClassName
{
color: #FC0FF0;
}
.AnyTagClassName
{
color: #FC0FF0;
}
</style>
background-color css
<style>
a { background-color: #FC0FF0; }
a { background-color: rgb(252,15,240); }
div.DivClassName
{
background-color: #FC0FF0;
}
.BgClassName
{
background-color: #FC0FF0;
}
</style>
border-color css
<style>
span { border-color: #FC0FF0; }
span { border-color: rgb(252,15,240); }
td.TdClassName
{
border-color: #FC0FF0;
}
.TagClassName
{
border-color: #FC0FF0;
}
</style>