Shades of Magenta #FF0AF7
Tints of Magenta #FF0AF7
RGB
CMYK
RGB Variations
Color information
#FF0AF7 (or 0xFF0AF7) is known color: Magenta. HEX triplet: FF, 0A and F7. RGB value is (255,10,247). Sum of RGB (Red+Green+Blue) = 255+10+247=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 10 (4.30% from 255 or 1.95% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0AF7 is #00F508. Grayscale: #6D6D6D. Windows color (decimal): -62729 or 16190207. OLE color: 16190207.
HSL color Cylindrical-coordinate representation of color #FF0AF7: hue angle of 301.96º 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 #FF0AF7 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 247 | - |
| CMYK | 0 | 0.96 | 0.03 | 0 |
| HSL | 301.96º | 1% | 0.52% | - |
| HSV(B) | 301.96º | 0.96% | 1% | - |
| XYZ | 58.14 | 28.19 | 90.37 | - |
| YUV | 110.27 | 205.17 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 247 | 0 | 0.96 | 0.03 | 0 | 301.96 | 1 | 0.52 |
| Hex | FF | A | F7 | 0 | 60 | 3 | 0 | 12E | 64 | 34 |
| Octal | 377 | 12 | 367 | 0 | 140 | 3 | 0 | 456 | 144 | 64 |
| Binary | 11111111 | 1010 | 11110111 | 0 | 1100000 | 11 | 0 | 100101110 | 1100100 | 110100 |
Color Harmonies of #FF0AF7
Complementary color
Monochromatic Colors of #FF0AF7
Black with #FF0AF7
Text Example
Text Example
White with #FF0AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0AF7; }
p { color: rgb(255,10,247); }
H1.HeaderClassName
{
color: #FF0AF7;
}
.AnyTagClassName
{
color: #FF0AF7;
}
</style>
background-color css
<style>
a { background-color: #FF0AF7; }
a { background-color: rgb(255,10,247); }
div.DivClassName
{
background-color: #FF0AF7;
}
.BgClassName
{
background-color: #FF0AF7;
}
</style>
border-color css
<style>
span { border-color: #FF0AF7; }
span { border-color: rgb(255,10,247); }
td.TdClassName
{
border-color: #FF0AF7;
}
.TagClassName
{
border-color: #FF0AF7;
}
</style>