Shades of Magenta #FF0FF0
Tints of Magenta #FF0FF0
RGB
CMYK
RGB Variations
Color information
#FF0FF0 (or 0xFF0FF0) is known color: Magenta. HEX triplet: FF, 0F and F0. RGB value is (255,15,240). Sum of RGB (Red+Green+Blue) = 255+15+240=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 15 (6.25% from 255 or 2.94% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FF0 is #00F00F. Grayscale: #6F6F6F. Windows color (decimal): -61456 or 15732735. OLE color: 15732735.
HSL color Cylindrical-coordinate representation of color #FF0FF0: hue angle of 303.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FF0 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 240 | - |
| CMYK | 0 | 0.94 | 0.06 | 0 |
| HSL | 303.75º | 1% | 0.53% | - |
| HSV(B) | 303.75º | 0.94% | 1% | - |
| XYZ | 57.14 | 27.89 | 84.81 | - |
| YUV | 112.41 | 200.01 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 240 | 0 | 0.94 | 0.06 | 0 | 303.75 | 1 | 0.53 |
| Hex | FF | F | F0 | 0 | 5E | 6 | 0 | 130 | 64 | 35 |
| Octal | 377 | 17 | 360 | 0 | 136 | 6 | 0 | 460 | 144 | 65 |
| Binary | 11111111 | 1111 | 11110000 | 0 | 1011110 | 110 | 0 | 100110000 | 1100100 | 110101 |
Color Harmonies of #FF0FF0
Complementary color
Monochromatic Colors of #FF0FF0
Black with #FF0FF0
Text Example
Text Example
White with #FF0FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FF0; }
p { color: rgb(255,15,240); }
H1.HeaderClassName
{
color: #FF0FF0;
}
.AnyTagClassName
{
color: #FF0FF0;
}
</style>
background-color css
<style>
a { background-color: #FF0FF0; }
a { background-color: rgb(255,15,240); }
div.DivClassName
{
background-color: #FF0FF0;
}
.BgClassName
{
background-color: #FF0FF0;
}
</style>
border-color css
<style>
span { border-color: #FF0FF0; }
span { border-color: rgb(255,15,240); }
td.TdClassName
{
border-color: #FF0FF0;
}
.TagClassName
{
border-color: #FF0FF0;
}
</style>