Shades of Hot Magenta #FF01E3
Tints of Hot Magenta #FF01E3
RGB
CMYK
RGB Variations
Color information
#FF01E3 (or 0xFF01E3) is known color: Hot Magenta. HEX triplet: FF, 01 and E3. RGB value is (255,1,227). Sum of RGB (Red+Green+Blue) = 255+1+227=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 1 (0.78% from 255 or 0.21% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF01E3 is #00FE1C. Grayscale: #666666. Windows color (decimal): -65053 or 14877183. OLE color: 14877183.
HSL color Cylindrical-coordinate representation of color #FF01E3: hue angle of 306.61º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF01E3 is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 227 | - |
| CMYK | 0 | 1.00 | 0.11 | 0 |
| HSL | 306.61º | 1% | 0.5% | - |
| HSV(B) | 306.61º | 1% | 1% | - |
| XYZ | 55.12 | 26.83 | 74.95 | - |
| YUV | 102.71 | 198.15 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 227 | 0 | 1.00 | 0.11 | 0 | 306.61 | 1 | 0.5 |
| Hex | FF | 1 | E3 | 0 | 64 | B | 0 | 133 | 64 | 32 |
| Octal | 377 | 1 | 343 | 0 | 144 | 13 | 0 | 463 | 144 | 62 |
| Binary | 11111111 | 1 | 11100011 | 0 | 1100100 | 1011 | 0 | 100110011 | 1100100 | 110010 |
Color Harmonies of #FF01E3
Complementary color
Monochromatic Colors of #FF01E3
Black with #FF01E3
Text Example
Text Example
White with #FF01E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01E3; }
p { color: rgb(255,1,227); }
H1.HeaderClassName
{
color: #FF01E3;
}
.AnyTagClassName
{
color: #FF01E3;
}
</style>
background-color css
<style>
a { background-color: #FF01E3; }
a { background-color: rgb(255,1,227); }
div.DivClassName
{
background-color: #FF01E3;
}
.BgClassName
{
background-color: #FF01E3;
}
</style>
border-color css
<style>
span { border-color: #FF01E3; }
span { border-color: rgb(255,1,227); }
td.TdClassName
{
border-color: #FF01E3;
}
.TagClassName
{
border-color: #FF01E3;
}
</style>