Shades of Magenta #F707EF
Tints of Magenta #F707EF
RGB
CMYK
RGB Variations
Color information
#F707EF (or 0xF707EF) is known color: Magenta. HEX triplet: F7, 07 and EF. RGB value is (247,7,239). Sum of RGB (Red+Green+Blue) = 247+7+239=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F707EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707EF is #08F810. Grayscale: #686868. Windows color (decimal): -587793 or 15665143. OLE color: 15665143.
HSL color Cylindrical-coordinate representation of color #F707EF: hue angle of 302º 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 #F707EF is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 239 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.03 |
| HSL | 302º | 0.94% | 0.5% | - |
| HSV(B) | 302º | 0.97% | 0.97% | - |
| XYZ | 54.01 | 26.16 | 83.86 | - |
| YUV | 105.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 239 | 0 | 0.97 | 0.03 | 0.03 | 302 | 0.94 | 0.5 |
| Hex | F7 | 7 | EF | 0 | 61 | 3 | 3 | 12E | 5E | 32 |
| Octal | 367 | 7 | 357 | 0 | 141 | 3 | 3 | 456 | 136 | 62 |
| Binary | 11110111 | 111 | 11101111 | 0 | 1100001 | 11 | 11 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F707EF
Complementary color
Monochromatic Colors of #F707EF
Black with #F707EF
Text Example
Text Example
White with #F707EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707EF; }
p { color: rgb(247,7,239); }
H1.HeaderClassName
{
color: #F707EF;
}
.AnyTagClassName
{
color: #F707EF;
}
</style>
background-color css
<style>
a { background-color: #F707EF; }
a { background-color: rgb(247,7,239); }
div.DivClassName
{
background-color: #F707EF;
}
.BgClassName
{
background-color: #F707EF;
}
</style>
border-color css
<style>
span { border-color: #F707EF; }
span { border-color: rgb(247,7,239); }
td.TdClassName
{
border-color: #F707EF;
}
.TagClassName
{
border-color: #F707EF;
}
</style>