Shades of Magenta #F707EE
Tints of Magenta #F707EE
RGB
CMYK
RGB Variations
Color information
#F707EE (or 0xF707EE) is known color: Magenta. HEX triplet: F7, 07 and EE. RGB value is (247,7,238). Sum of RGB (Red+Green+Blue) = 247+7+238=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F707EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707EE is #08F811. Grayscale: #686868. Windows color (decimal): -587794 or 15599607. OLE color: 15599607.
HSL color Cylindrical-coordinate representation of color #F707EE: hue angle of 302.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707EE is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 238 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.03 |
| HSL | 302.25º | 0.94% | 0.5% | - |
| HSV(B) | 302.25º | 0.97% | 0.97% | - |
| XYZ | 53.87 | 26.1 | 83.09 | - |
| YUV | 105.09 | 203.01 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 238 | 0 | 0.97 | 0.04 | 0.03 | 302.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | EE | 0 | 61 | 4 | 3 | 12E | 5E | 32 |
| Octal | 367 | 7 | 356 | 0 | 141 | 4 | 3 | 456 | 136 | 62 |
| Binary | 11110111 | 111 | 11101110 | 0 | 1100001 | 100 | 11 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F707EE
Complementary color
Monochromatic Colors of #F707EE
Black with #F707EE
Text Example
Text Example
White with #F707EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707EE; }
p { color: rgb(247,7,238); }
H1.HeaderClassName
{
color: #F707EE;
}
.AnyTagClassName
{
color: #F707EE;
}
</style>
background-color css
<style>
a { background-color: #F707EE; }
a { background-color: rgb(247,7,238); }
div.DivClassName
{
background-color: #F707EE;
}
.BgClassName
{
background-color: #F707EE;
}
</style>
border-color css
<style>
span { border-color: #F707EE; }
span { border-color: rgb(247,7,238); }
td.TdClassName
{
border-color: #F707EE;
}
.TagClassName
{
border-color: #F707EE;
}
</style>