Shades of Magenta #FF07E9
Tints of Magenta #FF07E9
RGB
CMYK
RGB Variations
Color information
#FF07E9 (or 0xFF07E9) is known color: Magenta. HEX triplet: FF, 07 and E9. RGB value is (255,7,233). Sum of RGB (Red+Green+Blue) = 255+7+233=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 7 (3.12% from 255 or 1.41% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07E9 is #00F816. Grayscale: #6A6A6A. Windows color (decimal): -63511 or 15271935. OLE color: 15271935.
HSL color Cylindrical-coordinate representation of color #FF07E9: hue angle of 305.32º 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 #FF07E9 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 233 | - |
| CMYK | 0 | 0.97 | 0.09 | 0 |
| HSL | 305.32º | 1% | 0.51% | - |
| HSV(B) | 305.32º | 0.97% | 1% | - |
| XYZ | 56.02 | 27.3 | 79.41 | - |
| YUV | 106.92 | 199.16 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 233 | 0 | 0.97 | 0.09 | 0 | 305.32 | 1 | 0.51 |
| Hex | FF | 7 | E9 | 0 | 61 | 9 | 0 | 131 | 64 | 33 |
| Octal | 377 | 7 | 351 | 0 | 141 | 11 | 0 | 461 | 144 | 63 |
| Binary | 11111111 | 111 | 11101001 | 0 | 1100001 | 1001 | 0 | 100110001 | 1100100 | 110011 |
Color Harmonies of #FF07E9
Complementary color
Monochromatic Colors of #FF07E9
Black with #FF07E9
Text Example
Text Example
White with #FF07E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07E9; }
p { color: rgb(255,7,233); }
H1.HeaderClassName
{
color: #FF07E9;
}
.AnyTagClassName
{
color: #FF07E9;
}
</style>
background-color css
<style>
a { background-color: #FF07E9; }
a { background-color: rgb(255,7,233); }
div.DivClassName
{
background-color: #FF07E9;
}
.BgClassName
{
background-color: #FF07E9;
}
</style>
border-color css
<style>
span { border-color: #FF07E9; }
span { border-color: rgb(255,7,233); }
td.TdClassName
{
border-color: #FF07E9;
}
.TagClassName
{
border-color: #FF07E9;
}
</style>