Shades of Hot Magenta #FA1AE5
Tints of Hot Magenta #FA1AE5
RGB
CMYK
RGB Variations
Color information
#FA1AE5 (or 0xFA1AE5) is known color: Hot Magenta. HEX triplet: FA, 1A and E5. RGB value is (250,26,229). Sum of RGB (Red+Green+Blue) = 250+26+229=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 26 (10.55% from 255 or 5.15% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1AE5 is #05E51A. Grayscale: #737373. Windows color (decimal): -386331 or 15014650. OLE color: 15014650.
HSL color Cylindrical-coordinate representation of color #FA1AE5: hue angle of 305.62º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AE5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 229 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.02 |
| HSL | 305.63º | 0.96% | 0.54% | - |
| HSV(B) | 305.63º | 0.9% | 0.98% | - |
| XYZ | 53.94 | 26.72 | 76.44 | - |
| YUV | 116.12 | 191.71 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 229 | 0 | 0.90 | 0.08 | 0.02 | 305.63 | 0.96 | 0.54 |
| Hex | FA | 1A | E5 | 0 | 5A | 8 | 2 | 132 | 60 | 36 |
| Octal | 372 | 32 | 345 | 0 | 132 | 10 | 2 | 462 | 140 | 66 |
| Binary | 11111010 | 11010 | 11100101 | 0 | 1011010 | 1000 | 10 | 100110010 | 1100000 | 110110 |
Color Harmonies of #FA1AE5
Complementary color
Monochromatic Colors of #FA1AE5
Black with #FA1AE5
Text Example
Text Example
White with #FA1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1AE5; }
p { color: rgb(250,26,229); }
H1.HeaderClassName
{
color: #FA1AE5;
}
.AnyTagClassName
{
color: #FA1AE5;
}
</style>
background-color css
<style>
a { background-color: #FA1AE5; }
a { background-color: rgb(250,26,229); }
div.DivClassName
{
background-color: #FA1AE5;
}
.BgClassName
{
background-color: #FA1AE5;
}
</style>
border-color css
<style>
span { border-color: #FA1AE5; }
span { border-color: rgb(250,26,229); }
td.TdClassName
{
border-color: #FA1AE5;
}
.TagClassName
{
border-color: #FA1AE5;
}
</style>