Shades of Magenta #F703E7
Tints of Magenta #F703E7
RGB
CMYK
RGB Variations
Color information
#F703E7 (or 0xF703E7) is known color: Magenta. HEX triplet: F7, 03 and E7. RGB value is (247,3,231). Sum of RGB (Red+Green+Blue) = 247+3+231=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 3 (1.56% from 255 or 0.62% from 481); Blue value is 231 (90.62% from 255 or 48.02% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F703E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703E7 is #08FC18. Grayscale: #656565. Windows color (decimal): -588825 or 15139831. OLE color: 15139831.
HSL color Cylindrical-coordinate representation of color #F703E7: hue angle of 303.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703E7 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 231 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.03 |
| HSL | 303.93º | 0.98% | 0.49% | - |
| HSV(B) | 303.93º | 0.99% | 0.97% | - |
| XYZ | 52.81 | 25.61 | 77.76 | - |
| YUV | 101.95 | 200.84 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 231 | 0 | 0.99 | 0.06 | 0.03 | 303.93 | 0.98 | 0.49 |
| Hex | F7 | 3 | E7 | 0 | 63 | 6 | 3 | 130 | 62 | 31 |
| Octal | 367 | 3 | 347 | 0 | 143 | 6 | 3 | 460 | 142 | 61 |
| Binary | 11110111 | 11 | 11100111 | 0 | 1100011 | 110 | 11 | 100110000 | 1100010 | 110001 |
Color Harmonies of #F703E7
Complementary color
Monochromatic Colors of #F703E7
Black with #F703E7
Text Example
Text Example
White with #F703E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703E7; }
p { color: rgb(247,3,231); }
H1.HeaderClassName
{
color: #F703E7;
}
.AnyTagClassName
{
color: #F703E7;
}
</style>
background-color css
<style>
a { background-color: #F703E7; }
a { background-color: rgb(247,3,231); }
div.DivClassName
{
background-color: #F703E7;
}
.BgClassName
{
background-color: #F703E7;
}
</style>
border-color css
<style>
span { border-color: #F703E7; }
span { border-color: rgb(247,3,231); }
td.TdClassName
{
border-color: #F703E7;
}
.TagClassName
{
border-color: #F703E7;
}
</style>