Shades of Hot Magenta #FA04E5
Tints of Hot Magenta #FA04E5
RGB
CMYK
RGB Variations
Color information
#FA04E5 (or 0xFA04E5) is known color: Hot Magenta. HEX triplet: FA, 04 and E5. RGB value is (250,4,229). Sum of RGB (Red+Green+Blue) = 250+4+229=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 4 (1.95% from 255 or 0.83% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA04E5 is #05FB1A. Grayscale: #666666. Windows color (decimal): -391963 or 15009018. OLE color: 15009018.
HSL color Cylindrical-coordinate representation of color #FA04E5: hue angle of 305.12º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA04E5 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 229 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 305.12º | 0.97% | 0.5% | - |
| HSV(B) | 305.12º | 0.98% | 0.98% | - |
| XYZ | 53.61 | 26.07 | 76.33 | - |
| YUV | 103.2 | 199 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 229 | 0 | 0.98 | 0.08 | 0.02 | 305.12 | 0.97 | 0.5 |
| Hex | FA | 4 | E5 | 0 | 62 | 8 | 2 | 131 | 61 | 32 |
| Octal | 372 | 4 | 345 | 0 | 142 | 10 | 2 | 461 | 141 | 62 |
| Binary | 11111010 | 100 | 11100101 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100001 | 110010 |
Color Harmonies of #FA04E5
Complementary color
Monochromatic Colors of #FA04E5
Black with #FA04E5
Text Example
Text Example
White with #FA04E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA04E5; }
p { color: rgb(250,4,229); }
H1.HeaderClassName
{
color: #FA04E5;
}
.AnyTagClassName
{
color: #FA04E5;
}
</style>
background-color css
<style>
a { background-color: #FA04E5; }
a { background-color: rgb(250,4,229); }
div.DivClassName
{
background-color: #FA04E5;
}
.BgClassName
{
background-color: #FA04E5;
}
</style>
border-color css
<style>
span { border-color: #FA04E5; }
span { border-color: rgb(250,4,229); }
td.TdClassName
{
border-color: #FA04E5;
}
.TagClassName
{
border-color: #FA04E5;
}
</style>