Shades of Magenta #F707F5
Tints of Magenta #F707F5
RGB
CMYK
RGB Variations
Color information
#F707F5 (or 0xF707F5) is known color: Magenta. HEX triplet: F7, 07 and F5. RGB value is (247,7,245). Sum of RGB (Red+Green+Blue) = 247+7+245=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 7 (3.12% from 255 or 1.40% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F707F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F707F5 is #08F80A. Grayscale: #696969. Windows color (decimal): -587787 or 16058359. OLE color: 16058359.
HSL color Cylindrical-coordinate representation of color #F707F5: hue angle of 300.5º 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 #F707F5 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 245 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.03 |
| HSL | 300.5º | 0.94% | 0.5% | - |
| HSV(B) | 300.5º | 0.97% | 0.97% | - |
| XYZ | 54.92 | 26.52 | 88.61 | - |
| YUV | 105.89 | 206.51 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 245 | 0 | 0.97 | 0.01 | 0.03 | 300.5 | 0.94 | 0.5 |
| Hex | F7 | 7 | F5 | 0 | 61 | 1 | 3 | 12C | 5E | 32 |
| Octal | 367 | 7 | 365 | 0 | 141 | 1 | 3 | 454 | 136 | 62 |
| Binary | 11110111 | 111 | 11110101 | 0 | 1100001 | 1 | 11 | 100101100 | 1011110 | 110010 |
Color Harmonies of #F707F5
Complementary color
Monochromatic Colors of #F707F5
Black with #F707F5
Text Example
Text Example
White with #F707F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707F5; }
p { color: rgb(247,7,245); }
H1.HeaderClassName
{
color: #F707F5;
}
.AnyTagClassName
{
color: #F707F5;
}
</style>
background-color css
<style>
a { background-color: #F707F5; }
a { background-color: rgb(247,7,245); }
div.DivClassName
{
background-color: #F707F5;
}
.BgClassName
{
background-color: #F707F5;
}
</style>
border-color css
<style>
span { border-color: #F707F5; }
span { border-color: rgb(247,7,245); }
td.TdClassName
{
border-color: #F707F5;
}
.TagClassName
{
border-color: #F707F5;
}
</style>