Shades of Magenta #FF07E7
Tints of Magenta #FF07E7
RGB
CMYK
RGB Variations
Color information
#FF07E7 (or 0xFF07E7) is known color: Magenta. HEX triplet: FF, 07 and E7. RGB value is (255,7,231). Sum of RGB (Red+Green+Blue) = 255+7+231=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07E7 is #00F818. Grayscale: #6A6A6A. Windows color (decimal): -63513 or 15140863. OLE color: 15140863.
HSL color Cylindrical-coordinate representation of color #FF07E7: hue angle of 305.81º 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 #FF07E7 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 231 | - |
| CMYK | 0 | 0.97 | 0.09 | 0 |
| HSL | 305.81º | 1% | 0.51% | - |
| HSV(B) | 305.81º | 0.97% | 1% | - |
| XYZ | 55.74 | 27.18 | 77.91 | - |
| YUV | 106.69 | 198.16 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 231 | 0 | 0.97 | 0.09 | 0 | 305.81 | 1 | 0.51 |
| Hex | FF | 7 | E7 | 0 | 61 | 9 | 0 | 132 | 64 | 33 |
| Octal | 377 | 7 | 347 | 0 | 141 | 11 | 0 | 462 | 144 | 63 |
| Binary | 11111111 | 111 | 11100111 | 0 | 1100001 | 1001 | 0 | 100110010 | 1100100 | 110011 |
Color Harmonies of #FF07E7
Complementary color
Monochromatic Colors of #FF07E7
Black with #FF07E7
Text Example
Text Example
White with #FF07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07E7; }
p { color: rgb(255,7,231); }
H1.HeaderClassName
{
color: #FF07E7;
}
.AnyTagClassName
{
color: #FF07E7;
}
</style>
background-color css
<style>
a { background-color: #FF07E7; }
a { background-color: rgb(255,7,231); }
div.DivClassName
{
background-color: #FF07E7;
}
.BgClassName
{
background-color: #FF07E7;
}
</style>
border-color css
<style>
span { border-color: #FF07E7; }
span { border-color: rgb(255,7,231); }
td.TdClassName
{
border-color: #FF07E7;
}
.TagClassName
{
border-color: #FF07E7;
}
</style>