Shades of Hot Magenta #FF07E1
Tints of Hot Magenta #FF07E1
RGB
CMYK
RGB Variations
Color information
#FF07E1 (or 0xFF07E1) is known color: Hot Magenta. HEX triplet: FF, 07 and E1. RGB value is (255,7,225). Sum of RGB (Red+Green+Blue) = 255+7+225=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07E1 is #00F81E. Grayscale: #696969. Windows color (decimal): -63519 or 14747647. OLE color: 14747647.
HSL color Cylindrical-coordinate representation of color #FF07E1: hue angle of 307.26º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07E1 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 225 | - |
| CMYK | 0 | 0.97 | 0.12 | 0 |
| HSL | 307.26º | 1% | 0.51% | - |
| HSV(B) | 307.26º | 0.97% | 1% | - |
| XYZ | 54.91 | 26.85 | 73.52 | - |
| YUV | 106 | 195.16 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 225 | 0 | 0.97 | 0.12 | 0 | 307.26 | 1 | 0.51 |
| Hex | FF | 7 | E1 | 0 | 61 | C | 0 | 133 | 64 | 33 |
| Octal | 377 | 7 | 341 | 0 | 141 | 14 | 0 | 463 | 144 | 63 |
| Binary | 11111111 | 111 | 11100001 | 0 | 1100001 | 1100 | 0 | 100110011 | 1100100 | 110011 |
Color Harmonies of #FF07E1
Complementary color
Monochromatic Colors of #FF07E1
Black with #FF07E1
Text Example
Text Example
White with #FF07E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07E1; }
p { color: rgb(255,7,225); }
H1.HeaderClassName
{
color: #FF07E1;
}
.AnyTagClassName
{
color: #FF07E1;
}
</style>
background-color css
<style>
a { background-color: #FF07E1; }
a { background-color: rgb(255,7,225); }
div.DivClassName
{
background-color: #FF07E1;
}
.BgClassName
{
background-color: #FF07E1;
}
</style>
border-color css
<style>
span { border-color: #FF07E1; }
span { border-color: rgb(255,7,225); }
td.TdClassName
{
border-color: #FF07E1;
}
.TagClassName
{
border-color: #FF07E1;
}
</style>