Shades of Magenta #F707E6
Tints of Magenta #F707E6
RGB
CMYK
RGB Variations
Color information
#F707E6 (or 0xF707E6) is known color: Magenta. HEX triplet: F7, 07 and E6. RGB value is (247,7,230). Sum of RGB (Red+Green+Blue) = 247+7+230=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 7 (3.12% from 255 or 1.45% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F707E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707E6 is #08F819. Grayscale: #676767. Windows color (decimal): -587802 or 15075319. OLE color: 15075319.
HSL color Cylindrical-coordinate representation of color #F707E6: hue angle of 304.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 #F707E6 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 230 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.03 |
| HSL | 304.25º | 0.94% | 0.5% | - |
| HSV(B) | 304.25º | 0.97% | 0.97% | - |
| XYZ | 52.72 | 25.64 | 77.03 | - |
| YUV | 104.18 | 199.01 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 230 | 0 | 0.97 | 0.07 | 0.03 | 304.25 | 0.94 | 0.5 |
| Hex | F7 | 7 | E6 | 0 | 61 | 7 | 3 | 130 | 5E | 32 |
| Octal | 367 | 7 | 346 | 0 | 141 | 7 | 3 | 460 | 136 | 62 |
| Binary | 11110111 | 111 | 11100110 | 0 | 1100001 | 111 | 11 | 100110000 | 1011110 | 110010 |
Color Harmonies of #F707E6
Complementary color
Monochromatic Colors of #F707E6
Black with #F707E6
Text Example
Text Example
White with #F707E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707E6; }
p { color: rgb(247,7,230); }
H1.HeaderClassName
{
color: #F707E6;
}
.AnyTagClassName
{
color: #F707E6;
}
</style>
background-color css
<style>
a { background-color: #F707E6; }
a { background-color: rgb(247,7,230); }
div.DivClassName
{
background-color: #F707E6;
}
.BgClassName
{
background-color: #F707E6;
}
</style>
border-color css
<style>
span { border-color: #F707E6; }
span { border-color: rgb(247,7,230); }
td.TdClassName
{
border-color: #F707E6;
}
.TagClassName
{
border-color: #F707E6;
}
</style>