Shades of Magenta #FF0AF0
Tints of Magenta #FF0AF0
RGB
CMYK
RGB Variations
Color information
#FF0AF0 (or 0xFF0AF0) is known color: Magenta. HEX triplet: FF, 0A and F0. RGB value is (255,10,240). Sum of RGB (Red+Green+Blue) = 255+10+240=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AF0 is #00F50F. Grayscale: #6C6C6C. Windows color (decimal): -62736 or 15731455. OLE color: 15731455.
HSL color Cylindrical-coordinate representation of color #FF0AF0: hue angle of 303.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0AF0 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 240 | - |
| CMYK | 0 | 0.96 | 0.06 | 0 |
| HSL | 303.67º | 1% | 0.52% | - |
| HSV(B) | 303.67º | 0.96% | 1% | - |
| XYZ | 57.08 | 27.77 | 84.79 | - |
| YUV | 109.48 | 201.67 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 240 | 0 | 0.96 | 0.06 | 0 | 303.67 | 1 | 0.52 |
| Hex | FF | A | F0 | 0 | 60 | 6 | 0 | 130 | 64 | 34 |
| Octal | 377 | 12 | 360 | 0 | 140 | 6 | 0 | 460 | 144 | 64 |
| Binary | 11111111 | 1010 | 11110000 | 0 | 1100000 | 110 | 0 | 100110000 | 1100100 | 110100 |
Color Harmonies of #FF0AF0
Complementary color
Monochromatic Colors of #FF0AF0
Black with #FF0AF0
Text Example
Text Example
White with #FF0AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AF0; }
p { color: rgb(255,10,240); }
H1.HeaderClassName
{
color: #FF0AF0;
}
.AnyTagClassName
{
color: #FF0AF0;
}
</style>
background-color css
<style>
a { background-color: #FF0AF0; }
a { background-color: rgb(255,10,240); }
div.DivClassName
{
background-color: #FF0AF0;
}
.BgClassName
{
background-color: #FF0AF0;
}
</style>
border-color css
<style>
span { border-color: #FF0AF0; }
span { border-color: rgb(255,10,240); }
td.TdClassName
{
border-color: #FF0AF0;
}
.TagClassName
{
border-color: #FF0AF0;
}
</style>