Shades of Hot Magenta #FA03E5
Tints of Hot Magenta #FA03E5
RGB
CMYK
RGB Variations
Color information
#FA03E5 (or 0xFA03E5) is known color: Hot Magenta. HEX triplet: FA, 03 and E5. RGB value is (250,3,229). Sum of RGB (Red+Green+Blue) = 250+3+229=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA03E5 is #05FC1A. Grayscale: #656565. Windows color (decimal): -392219 or 15008762. OLE color: 15008762.
HSL color Cylindrical-coordinate representation of color #FA03E5: hue angle of 305.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03E5 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.02 |
| HSL | 305.1º | 0.98% | 0.5% | - |
| HSV(B) | 305.1º | 0.99% | 0.98% | - |
| XYZ | 53.6 | 26.05 | 76.33 | - |
| YUV | 102.62 | 199.33 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 229 | 0 | 0.99 | 0.08 | 0.02 | 305.1 | 0.98 | 0.5 |
| Hex | FA | 3 | E5 | 0 | 63 | 8 | 2 | 131 | 62 | 32 |
| Octal | 372 | 3 | 345 | 0 | 143 | 10 | 2 | 461 | 142 | 62 |
| Binary | 11111010 | 11 | 11100101 | 0 | 1100011 | 1000 | 10 | 100110001 | 1100010 | 110010 |
Color Harmonies of #FA03E5
Complementary color
Monochromatic Colors of #FA03E5
Black with #FA03E5
Text Example
Text Example
White with #FA03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03E5; }
p { color: rgb(250,3,229); }
H1.HeaderClassName
{
color: #FA03E5;
}
.AnyTagClassName
{
color: #FA03E5;
}
</style>
background-color css
<style>
a { background-color: #FA03E5; }
a { background-color: rgb(250,3,229); }
div.DivClassName
{
background-color: #FA03E5;
}
.BgClassName
{
background-color: #FA03E5;
}
</style>
border-color css
<style>
span { border-color: #FA03E5; }
span { border-color: rgb(250,3,229); }
td.TdClassName
{
border-color: #FA03E5;
}
.TagClassName
{
border-color: #FA03E5;
}
</style>