Shades of Magenta #F705F0
Tints of Magenta #F705F0
RGB
CMYK
RGB Variations
Color information
#F705F0 (or 0xF705F0) is known color: Magenta. HEX triplet: F7, 05 and F0. RGB value is (247,5,240). Sum of RGB (Red+Green+Blue) = 247+5+240=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 5 (2.34% from 255 or 1.02% from 492); Blue value is 240 (94.14% from 255 or 48.78% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F705F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F705F0 is #08FA0F. Grayscale: #676767. Windows color (decimal): -588304 or 15730167. OLE color: 15730167.
HSL color Cylindrical-coordinate representation of color #F705F0: hue angle of 301.74º 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 #F705F0 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 240 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.03 |
| HSL | 301.74º | 0.96% | 0.49% | - |
| HSV(B) | 301.74º | 0.98% | 0.97% | - |
| XYZ | 54.14 | 26.17 | 84.64 | - |
| YUV | 104.15 | 204.67 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 240 | 0 | 0.98 | 0.03 | 0.03 | 301.74 | 0.96 | 0.49 |
| Hex | F7 | 5 | F0 | 0 | 62 | 3 | 3 | 12E | 60 | 31 |
| Octal | 367 | 5 | 360 | 0 | 142 | 3 | 3 | 456 | 140 | 61 |
| Binary | 11110111 | 101 | 11110000 | 0 | 1100010 | 11 | 11 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F705F0
Complementary color
Monochromatic Colors of #F705F0
Black with #F705F0
Text Example
Text Example
White with #F705F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F705F0; }
p { color: rgb(247,5,240); }
H1.HeaderClassName
{
color: #F705F0;
}
.AnyTagClassName
{
color: #F705F0;
}
</style>
background-color css
<style>
a { background-color: #F705F0; }
a { background-color: rgb(247,5,240); }
div.DivClassName
{
background-color: #F705F0;
}
.BgClassName
{
background-color: #F705F0;
}
</style>
border-color css
<style>
span { border-color: #F705F0; }
span { border-color: rgb(247,5,240); }
td.TdClassName
{
border-color: #F705F0;
}
.TagClassName
{
border-color: #F705F0;
}
</style>