Shades of Magenta #FA2EFF
Tints of Magenta #FA2EFF
RGB
CMYK
RGB Variations
Color information
#FA2EFF (or 0xFA2EFF) is known color: Magenta. HEX triplet: FA, 2E and FF. RGB value is (250,46,255). Sum of RGB (Red+Green+Blue) = 250+46+255=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 46 (18.36% from 255 or 8.35% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EFF is #05D100. Grayscale: #828282. Windows color (decimal): -381185 or 16723706. OLE color: 16723706.
HSL color Cylindrical-coordinate representation of color #FA2EFF: hue angle of 298.56º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2EFF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 46 | 255 | - |
| CMYK | 0.02 | 0.82 | 0 | 0 |
| HSL | 298.56º | 1% | 0.59% | - |
| HSV(B) | 298.56º | 0.82% | 1% | - |
| XYZ | 58.45 | 29.5 | 97.22 | - |
| YUV | 130.82 | 198.09 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 255 | 0.02 | 0.82 | 0 | 0 | 298.56 | 1 | 0.59 |
| Hex | FA | 2E | FF | 2 | 52 | 0 | 0 | 12B | 64 | 3B |
| Octal | 372 | 56 | 377 | 2 | 122 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111010 | 101110 | 11111111 | 10 | 1010010 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FA2EFF
Complementary color
Monochromatic Colors of #FA2EFF
Black with #FA2EFF
Text Example
Text Example
White with #FA2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EFF; }
p { color: rgb(250,46,255); }
H1.HeaderClassName
{
color: #FA2EFF;
}
.AnyTagClassName
{
color: #FA2EFF;
}
</style>
background-color css
<style>
a { background-color: #FA2EFF; }
a { background-color: rgb(250,46,255); }
div.DivClassName
{
background-color: #FA2EFF;
}
.BgClassName
{
background-color: #FA2EFF;
}
</style>
border-color css
<style>
span { border-color: #FA2EFF; }
span { border-color: rgb(250,46,255); }
td.TdClassName
{
border-color: #FA2EFF;
}
.TagClassName
{
border-color: #FA2EFF;
}
</style>