Shades of Magenta #FF07ED
Tints of Magenta #FF07ED
RGB
CMYK
RGB Variations
Color information
#FF07ED (or 0xFF07ED) is known color: Magenta. HEX triplet: FF, 07 and ED. RGB value is (255,7,237). Sum of RGB (Red+Green+Blue) = 255+7+237=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 7 (3.12% from 255 or 1.40% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF07ED is #00F812. Grayscale: #6A6A6A. Windows color (decimal): -63507 or 15534079. OLE color: 15534079.
HSL color Cylindrical-coordinate representation of color #FF07ED: hue angle of 304.35º 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 #FF07ED is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 237 | - |
| CMYK | 0 | 0.97 | 0.07 | 0 |
| HSL | 304.35º | 1% | 0.51% | - |
| HSV(B) | 304.35º | 0.97% | 1% | - |
| XYZ | 56.6 | 27.53 | 82.45 | - |
| YUV | 107.37 | 201.16 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 237 | 0 | 0.97 | 0.07 | 0 | 304.35 | 1 | 0.51 |
| Hex | FF | 7 | ED | 0 | 61 | 7 | 0 | 130 | 64 | 33 |
| Octal | 377 | 7 | 355 | 0 | 141 | 7 | 0 | 460 | 144 | 63 |
| Binary | 11111111 | 111 | 11101101 | 0 | 1100001 | 111 | 0 | 100110000 | 1100100 | 110011 |
Color Harmonies of #FF07ED
Complementary color
Monochromatic Colors of #FF07ED
Black with #FF07ED
Text Example
Text Example
White with #FF07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07ED; }
p { color: rgb(255,7,237); }
H1.HeaderClassName
{
color: #FF07ED;
}
.AnyTagClassName
{
color: #FF07ED;
}
</style>
background-color css
<style>
a { background-color: #FF07ED; }
a { background-color: rgb(255,7,237); }
div.DivClassName
{
background-color: #FF07ED;
}
.BgClassName
{
background-color: #FF07ED;
}
</style>
border-color css
<style>
span { border-color: #FF07ED; }
span { border-color: rgb(255,7,237); }
td.TdClassName
{
border-color: #FF07ED;
}
.TagClassName
{
border-color: #FF07ED;
}
</style>