Shades of Magenta #F706F5
Tints of Magenta #F706F5
RGB
CMYK
RGB Variations
Color information
#F706F5 (or 0xF706F5) is known color: Magenta. HEX triplet: F7, 06 and F5. RGB value is (247,6,245). Sum of RGB (Red+Green+Blue) = 247+6+245=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F706F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F706F5 is #08F90A. Grayscale: #686868. Windows color (decimal): -588043 or 16058103. OLE color: 16058103.
HSL color Cylindrical-coordinate representation of color #F706F5: hue angle of 300.5º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706F5 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 245 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.03 |
| HSL | 300.5º | 0.95% | 0.5% | - |
| HSV(B) | 300.5º | 0.98% | 0.97% | - |
| XYZ | 54.9 | 26.5 | 88.61 | - |
| YUV | 105.31 | 206.84 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 245 | 0 | 0.98 | 0.01 | 0.03 | 300.5 | 0.95 | 0.5 |
| Hex | F7 | 6 | F5 | 0 | 62 | 1 | 3 | 12C | 5F | 32 |
| Octal | 367 | 6 | 365 | 0 | 142 | 1 | 3 | 454 | 137 | 62 |
| Binary | 11110111 | 110 | 11110101 | 0 | 1100010 | 1 | 11 | 100101100 | 1011111 | 110010 |
Color Harmonies of #F706F5
Complementary color
Monochromatic Colors of #F706F5
Black with #F706F5
Text Example
Text Example
White with #F706F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706F5; }
p { color: rgb(247,6,245); }
H1.HeaderClassName
{
color: #F706F5;
}
.AnyTagClassName
{
color: #F706F5;
}
</style>
background-color css
<style>
a { background-color: #F706F5; }
a { background-color: rgb(247,6,245); }
div.DivClassName
{
background-color: #F706F5;
}
.BgClassName
{
background-color: #F706F5;
}
</style>
border-color css
<style>
span { border-color: #F706F5; }
span { border-color: rgb(247,6,245); }
td.TdClassName
{
border-color: #F706F5;
}
.TagClassName
{
border-color: #F706F5;
}
</style>