Shades of Magenta #F00AFF
Tints of Magenta #F00AFF
RGB
CMYK
RGB Variations
Color information
#F00AFF (or 0xF00AFF) is known color: Magenta. HEX triplet: F0, 0A and FF. RGB value is (240,10,255). Sum of RGB (Red+Green+Blue) = 240+10+255=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 10 (4.30% from 255 or 1.98% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F00AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00AFF is #0FF500. Grayscale: #696969. Windows color (decimal): -1045761 or 16714480. OLE color: 16714480.
HSL color Cylindrical-coordinate representation of color #F00AFF: hue angle of 296.33º 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 #F00AFF is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 10 | 255 | - |
| CMYK | 0.06 | 0.96 | 0 | 0 |
| HSL | 296.33º | 1% | 0.52% | - |
| HSV(B) | 296.33º | 0.96% | 1% | - |
| XYZ | 54.09 | 25.96 | 96.77 | - |
| YUV | 106.7 | 211.7 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 255 | 0.06 | 0.96 | 0 | 0 | 296.33 | 1 | 0.52 |
| Hex | F0 | A | FF | 6 | 60 | 0 | 0 | 128 | 64 | 34 |
| Octal | 360 | 12 | 377 | 6 | 140 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11110000 | 1010 | 11111111 | 110 | 1100000 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #F00AFF
Complementary color
Monochromatic Colors of #F00AFF
Black with #F00AFF
Text Example
Text Example
White with #F00AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00AFF; }
p { color: rgb(240,10,255); }
H1.HeaderClassName
{
color: #F00AFF;
}
.AnyTagClassName
{
color: #F00AFF;
}
</style>
background-color css
<style>
a { background-color: #F00AFF; }
a { background-color: rgb(240,10,255); }
div.DivClassName
{
background-color: #F00AFF;
}
.BgClassName
{
background-color: #F00AFF;
}
</style>
border-color css
<style>
span { border-color: #F00AFF; }
span { border-color: rgb(240,10,255); }
td.TdClassName
{
border-color: #F00AFF;
}
.TagClassName
{
border-color: #F00AFF;
}
</style>