Shades of Magenta #FF2AFF
Tints of Magenta #FF2AFF
RGB
CMYK
RGB Variations
Color information
#FF2AFF (or 0xFF2AFF) is known color: Magenta. HEX triplet: FF, 2A and FF. RGB value is (255,42,255). Sum of RGB (Red+Green+Blue) = 255+42+255=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 42 (16.80% from 255 or 7.61% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF2AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2AFF is #00D500. Grayscale: #818181. Windows color (decimal): -54529 or 16722687. OLE color: 16722687.
HSL color Cylindrical-coordinate representation of color #FF2AFF: hue angle of 300º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2AFF is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 255 | - |
| CMYK | 0 | 0.84 | 0 | 0 |
| HSL | 300º | 1% | 0.58% | - |
| HSV(B) | 300º | 0.84% | 1% | - |
| XYZ | 60.12 | 30.14 | 97.26 | - |
| YUV | 129.97 | 198.57 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 255 | 0 | 0.84 | 0 | 0 | 300 | 1 | 0.58 |
| Hex | FF | 2A | FF | 0 | 54 | 0 | 0 | 12C | 64 | 3A |
| Octal | 377 | 52 | 377 | 0 | 124 | 0 | 0 | 454 | 144 | 72 |
| Binary | 11111111 | 101010 | 11111111 | 0 | 1010100 | 0 | 0 | 100101100 | 1100100 | 111010 |
Color Harmonies of #FF2AFF
Complementary color
Monochromatic Colors of #FF2AFF
Black with #FF2AFF
Text Example
Text Example
White with #FF2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2AFF; }
p { color: rgb(255,42,255); }
H1.HeaderClassName
{
color: #FF2AFF;
}
.AnyTagClassName
{
color: #FF2AFF;
}
</style>
background-color css
<style>
a { background-color: #FF2AFF; }
a { background-color: rgb(255,42,255); }
div.DivClassName
{
background-color: #FF2AFF;
}
.BgClassName
{
background-color: #FF2AFF;
}
</style>
border-color css
<style>
span { border-color: #FF2AFF; }
span { border-color: rgb(255,42,255); }
td.TdClassName
{
border-color: #FF2AFF;
}
.TagClassName
{
border-color: #FF2AFF;
}
</style>