Shades of Magenta #FF1AFA
Tints of Magenta #FF1AFA
RGB
CMYK
RGB Variations
Color information
#FF1AFA (or 0xFF1AFA) is known color: Magenta. HEX triplet: FF, 1A and FA. RGB value is (255,26,250). Sum of RGB (Red+Green+Blue) = 255+26+250=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 26 (10.55% from 255 or 4.90% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1AFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1AFA is #00E505. Grayscale: #777777. Windows color (decimal): -58630 or 16390911. OLE color: 16390911.
HSL color Cylindrical-coordinate representation of color #FF1AFA: hue angle of 301.31º 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 #FF1AFA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 250 | - |
| CMYK | 0 | 0.90 | 0.02 | 0 |
| HSL | 301.31º | 1% | 0.55% | - |
| HSV(B) | 301.31º | 0.9% | 1% | - |
| XYZ | 58.86 | 28.9 | 92.92 | - |
| YUV | 120.01 | 201.37 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 250 | 0 | 0.90 | 0.02 | 0 | 301.31 | 1 | 0.55 |
| Hex | FF | 1A | FA | 0 | 5A | 2 | 0 | 12D | 64 | 37 |
| Octal | 377 | 32 | 372 | 0 | 132 | 2 | 0 | 455 | 144 | 67 |
| Binary | 11111111 | 11010 | 11111010 | 0 | 1011010 | 10 | 0 | 100101101 | 1100100 | 110111 |
Color Harmonies of #FF1AFA
Complementary color
Monochromatic Colors of #FF1AFA
Black with #FF1AFA
Text Example
Text Example
White with #FF1AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1AFA; }
p { color: rgb(255,26,250); }
H1.HeaderClassName
{
color: #FF1AFA;
}
.AnyTagClassName
{
color: #FF1AFA;
}
</style>
background-color css
<style>
a { background-color: #FF1AFA; }
a { background-color: rgb(255,26,250); }
div.DivClassName
{
background-color: #FF1AFA;
}
.BgClassName
{
background-color: #FF1AFA;
}
</style>
border-color css
<style>
span { border-color: #FF1AFA; }
span { border-color: rgb(255,26,250); }
td.TdClassName
{
border-color: #FF1AFA;
}
.TagClassName
{
border-color: #FF1AFA;
}
</style>