Shades of Magenta #F705EC
Tints of Magenta #F705EC
RGB
CMYK
RGB Variations
Color information
#F705EC (or 0xF705EC) is known color: Magenta. HEX triplet: F7, 05 and EC. RGB value is (247,5,236). Sum of RGB (Red+Green+Blue) = 247+5+236=488 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.61% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 247 - color contains mainly: red. Hex color #F705EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F705EC is #08FA13. Grayscale: #676767. Windows color (decimal): -588308 or 15468023. OLE color: 15468023.
HSL color Cylindrical-coordinate representation of color #F705EC: hue angle of 302.73º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F705EC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 236 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.03 |
| HSL | 302.73º | 0.96% | 0.49% | - |
| HSV(B) | 302.73º | 0.98% | 0.97% | - |
| XYZ | 53.55 | 25.94 | 81.54 | - |
| YUV | 103.69 | 202.67 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 236 | 0 | 0.98 | 0.04 | 0.03 | 302.73 | 0.96 | 0.49 |
| Hex | F7 | 5 | EC | 0 | 62 | 4 | 3 | 12F | 60 | 31 |
| Octal | 367 | 5 | 354 | 0 | 142 | 4 | 3 | 457 | 140 | 61 |
| Binary | 11110111 | 101 | 11101100 | 0 | 1100010 | 100 | 11 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F705EC
Complementary color
Monochromatic Colors of #F705EC
Black with #F705EC
Text Example
Text Example
White with #F705EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705EC; }
p { color: rgb(247,5,236); }
H1.HeaderClassName
{
color: #F705EC;
}
.AnyTagClassName
{
color: #F705EC;
}
</style>
background-color css
<style>
a { background-color: #F705EC; }
a { background-color: rgb(247,5,236); }
div.DivClassName
{
background-color: #F705EC;
}
.BgClassName
{
background-color: #F705EC;
}
</style>
border-color css
<style>
span { border-color: #F705EC; }
span { border-color: rgb(247,5,236); }
td.TdClassName
{
border-color: #F705EC;
}
.TagClassName
{
border-color: #F705EC;
}
</style>