Shades of Hot Magenta #FA01E2
Tints of Hot Magenta #FA01E2
RGB
CMYK
RGB Variations
Color information
#FA01E2 (or 0xFA01E2) is known color: Hot Magenta. HEX triplet: FA, 01 and E2. RGB value is (250,1,226). Sum of RGB (Red+Green+Blue) = 250+1+226=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01E2 is #05FE1D. Grayscale: #646464. Windows color (decimal): -392734 or 14811642. OLE color: 14811642.
HSL color Cylindrical-coordinate representation of color #FA01E2: hue angle of 305.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01E2 is Cyan = 0, Magento = 1.00, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 226 | - |
| CMYK | 0 | 1.00 | 0.10 | 0.02 |
| HSL | 305.78º | 0.99% | 0.49% | - |
| HSV(B) | 305.78º | 1% | 0.98% | - |
| XYZ | 53.16 | 25.84 | 74.14 | - |
| YUV | 101.1 | 198.49 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 226 | 0 | 1.00 | 0.10 | 0.02 | 305.78 | 0.99 | 0.49 |
| Hex | FA | 1 | E2 | 0 | 64 | A | 2 | 132 | 63 | 31 |
| Octal | 372 | 1 | 342 | 0 | 144 | 12 | 2 | 462 | 143 | 61 |
| Binary | 11111010 | 1 | 11100010 | 0 | 1100100 | 1010 | 10 | 100110010 | 1100011 | 110001 |
Color Harmonies of #FA01E2
Complementary color
Monochromatic Colors of #FA01E2
Black with #FA01E2
Text Example
Text Example
White with #FA01E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01E2; }
p { color: rgb(250,1,226); }
H1.HeaderClassName
{
color: #FA01E2;
}
.AnyTagClassName
{
color: #FA01E2;
}
</style>
background-color css
<style>
a { background-color: #FA01E2; }
a { background-color: rgb(250,1,226); }
div.DivClassName
{
background-color: #FA01E2;
}
.BgClassName
{
background-color: #FA01E2;
}
</style>
border-color css
<style>
span { border-color: #FA01E2; }
span { border-color: rgb(250,1,226); }
td.TdClassName
{
border-color: #FA01E2;
}
.TagClassName
{
border-color: #FA01E2;
}
</style>