Shades of Hot Magenta #FA11E5
Tints of Hot Magenta #FA11E5
RGB
CMYK
RGB Variations
Color information
#FA11E5 (or 0xFA11E5) is known color: Hot Magenta. HEX triplet: FA, 11 and E5. RGB value is (250,17,229). Sum of RGB (Red+Green+Blue) = 250+17+229=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA11E5 is #05EE1A. Grayscale: #6E6E6E. Windows color (decimal): -388635 or 15012346. OLE color: 15012346.
HSL color Cylindrical-coordinate representation of color #FA11E5: hue angle of 305.41º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11E5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 229 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.02 |
| HSL | 305.41º | 0.96% | 0.52% | - |
| HSV(B) | 305.41º | 0.93% | 0.98% | - |
| XYZ | 53.77 | 26.38 | 76.39 | - |
| YUV | 110.84 | 194.69 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 229 | 0 | 0.93 | 0.08 | 0.02 | 305.41 | 0.96 | 0.52 |
| Hex | FA | 11 | E5 | 0 | 5D | 8 | 2 | 131 | 60 | 34 |
| Octal | 372 | 21 | 345 | 0 | 135 | 10 | 2 | 461 | 140 | 64 |
| Binary | 11111010 | 10001 | 11100101 | 0 | 1011101 | 1000 | 10 | 100110001 | 1100000 | 110100 |
Color Harmonies of #FA11E5
Complementary color
Monochromatic Colors of #FA11E5
Black with #FA11E5
Text Example
Text Example
White with #FA11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11E5; }
p { color: rgb(250,17,229); }
H1.HeaderClassName
{
color: #FA11E5;
}
.AnyTagClassName
{
color: #FA11E5;
}
</style>
background-color css
<style>
a { background-color: #FA11E5; }
a { background-color: rgb(250,17,229); }
div.DivClassName
{
background-color: #FA11E5;
}
.BgClassName
{
background-color: #FA11E5;
}
</style>
border-color css
<style>
span { border-color: #FA11E5; }
span { border-color: rgb(250,17,229); }
td.TdClassName
{
border-color: #FA11E5;
}
.TagClassName
{
border-color: #FA11E5;
}
</style>