Shades of Magenta #F704F0
Tints of Magenta #F704F0
RGB
CMYK
RGB Variations
Color information
#F704F0 (or 0xF704F0) is known color: Magenta. HEX triplet: F7, 04 and F0. RGB value is (247,4,240). Sum of RGB (Red+Green+Blue) = 247+4+240=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 4 (1.95% from 255 or 0.81% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F704F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F704F0 is #08FB0F. Grayscale: #666666. Windows color (decimal): -588560 or 15729911. OLE color: 15729911.
HSL color Cylindrical-coordinate representation of color #F704F0: hue angle of 301.73º degrees, saturation: 0.97, 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 #F704F0 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 4 | 240 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.03 |
| HSL | 301.73º | 0.97% | 0.49% | - |
| HSV(B) | 301.73º | 0.98% | 0.97% | - |
| XYZ | 54.13 | 26.15 | 84.63 | - |
| YUV | 103.56 | 205.01 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 4 | 240 | 0 | 0.98 | 0.03 | 0.03 | 301.73 | 0.97 | 0.49 |
| Hex | F7 | 4 | F0 | 0 | 62 | 3 | 3 | 12E | 61 | 31 |
| Octal | 367 | 4 | 360 | 0 | 142 | 3 | 3 | 456 | 141 | 61 |
| Binary | 11110111 | 100 | 11110000 | 0 | 1100010 | 11 | 11 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F704F0
Complementary color
Monochromatic Colors of #F704F0
Black with #F704F0
Text Example
Text Example
White with #F704F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F704F0; }
p { color: rgb(247,4,240); }
H1.HeaderClassName
{
color: #F704F0;
}
.AnyTagClassName
{
color: #F704F0;
}
</style>
background-color css
<style>
a { background-color: #F704F0; }
a { background-color: rgb(247,4,240); }
div.DivClassName
{
background-color: #F704F0;
}
.BgClassName
{
background-color: #F704F0;
}
</style>
border-color css
<style>
span { border-color: #F704F0; }
span { border-color: rgb(247,4,240); }
td.TdClassName
{
border-color: #F704F0;
}
.TagClassName
{
border-color: #F704F0;
}
</style>