Shades of Magenta #FF1AF0
Tints of Magenta #FF1AF0
RGB
CMYK
RGB Variations
Color information
#FF1AF0 (or 0xFF1AF0) is known color: Magenta. HEX triplet: FF, 1A and F0. RGB value is (255,26,240). Sum of RGB (Red+Green+Blue) = 255+26+240=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1AF0 is #00E50F. Grayscale: #767676. Windows color (decimal): -58640 or 15735551. OLE color: 15735551.
HSL color Cylindrical-coordinate representation of color #FF1AF0: hue angle of 303.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1AF0 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 240 | - |
| CMYK | 0 | 0.90 | 0.06 | 0 |
| HSL | 303.93º | 1% | 0.55% | - |
| HSV(B) | 303.93º | 0.9% | 1% | - |
| XYZ | 57.34 | 28.29 | 84.88 | - |
| YUV | 118.87 | 196.37 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 240 | 0 | 0.90 | 0.06 | 0 | 303.93 | 1 | 0.55 |
| Hex | FF | 1A | F0 | 0 | 5A | 6 | 0 | 130 | 64 | 37 |
| Octal | 377 | 32 | 360 | 0 | 132 | 6 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 11010 | 11110000 | 0 | 1011010 | 110 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF1AF0
Complementary color
Monochromatic Colors of #FF1AF0
Black with #FF1AF0
Text Example
Text Example
White with #FF1AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AF0; }
p { color: rgb(255,26,240); }
H1.HeaderClassName
{
color: #FF1AF0;
}
.AnyTagClassName
{
color: #FF1AF0;
}
</style>
background-color css
<style>
a { background-color: #FF1AF0; }
a { background-color: rgb(255,26,240); }
div.DivClassName
{
background-color: #FF1AF0;
}
.BgClassName
{
background-color: #FF1AF0;
}
</style>
border-color css
<style>
span { border-color: #FF1AF0; }
span { border-color: rgb(255,26,240); }
td.TdClassName
{
border-color: #FF1AF0;
}
.TagClassName
{
border-color: #FF1AF0;
}
</style>