Shades of Hot Magenta #FA00E0
Tints of Hot Magenta #FA00E0
RGB
CMYK
RGB Variations
Color information
#FA00E0 (or 0xFA00E0) is known color: Hot Magenta. HEX triplet: FA, 00 and E0. RGB value is (250,0,224). Sum of RGB (Red+Green+Blue) = 250+0+224=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00E0 is #05FF1F. Grayscale: #636363. Windows color (decimal): -392992 or 14680314. OLE color: 14680314.
HSL color Cylindrical-coordinate representation of color #FA00E0: hue angle of 306.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00E0 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 224 | - |
| CMYK | 0 | 1 | 0.10 | 0.02 |
| HSL | 306.24º | 1% | 0.49% | - |
| HSV(B) | 306.24º | 1% | 0.98% | - |
| XYZ | 52.88 | 25.71 | 72.7 | - |
| YUV | 100.29 | 197.83 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 224 | 0 | 1 | 0.10 | 0.02 | 306.24 | 1 | 0.49 |
| Hex | FA | 0 | E0 | 0 | 64 | A | 2 | 132 | 64 | 31 |
| Octal | 372 | 0 | 340 | 0 | 144 | 12 | 2 | 462 | 144 | 61 |
| Binary | 11111010 | 0 | 11100000 | 0 | 1100100 | 1010 | 10 | 100110010 | 1100100 | 110001 |
Color Harmonies of #FA00E0
Complementary color
Monochromatic Colors of #FA00E0
Black with #FA00E0
Text Example
Text Example
White with #FA00E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00E0; }
p { color: rgb(250,0,224); }
H1.HeaderClassName
{
color: #FA00E0;
}
.AnyTagClassName
{
color: #FA00E0;
}
</style>
background-color css
<style>
a { background-color: #FA00E0; }
a { background-color: rgb(250,0,224); }
div.DivClassName
{
background-color: #FA00E0;
}
.BgClassName
{
background-color: #FA00E0;
}
</style>
border-color css
<style>
span { border-color: #FA00E0; }
span { border-color: rgb(250,0,224); }
td.TdClassName
{
border-color: #FA00E0;
}
.TagClassName
{
border-color: #FA00E0;
}
</style>