Shades of Magenta #F703E5
Tints of Magenta #F703E5
RGB
CMYK
RGB Variations
Color information
#F703E5 (or 0xF703E5) is known color: Magenta. HEX triplet: F7, 03 and E5. RGB value is (247,3,229). Sum of RGB (Red+Green+Blue) = 247+3+229=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F703E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703E5 is #08FC1A. Grayscale: #656565. Windows color (decimal): -588827 or 15008759. OLE color: 15008759.
HSL color Cylindrical-coordinate representation of color #F703E5: hue angle of 304.43º 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 #F703E5 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 229 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.03 |
| HSL | 304.43º | 0.98% | 0.49% | - |
| HSV(B) | 304.43º | 0.99% | 0.97% | - |
| XYZ | 52.53 | 25.5 | 76.28 | - |
| YUV | 101.72 | 199.84 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 229 | 0 | 0.99 | 0.07 | 0.03 | 304.43 | 0.98 | 0.49 |
| Hex | F7 | 3 | E5 | 0 | 63 | 7 | 3 | 130 | 62 | 31 |
| Octal | 367 | 3 | 345 | 0 | 143 | 7 | 3 | 460 | 142 | 61 |
| Binary | 11110111 | 11 | 11100101 | 0 | 1100011 | 111 | 11 | 100110000 | 1100010 | 110001 |
Color Harmonies of #F703E5
Complementary color
Monochromatic Colors of #F703E5
Black with #F703E5
Text Example
Text Example
White with #F703E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703E5; }
p { color: rgb(247,3,229); }
H1.HeaderClassName
{
color: #F703E5;
}
.AnyTagClassName
{
color: #F703E5;
}
</style>
background-color css
<style>
a { background-color: #F703E5; }
a { background-color: rgb(247,3,229); }
div.DivClassName
{
background-color: #F703E5;
}
.BgClassName
{
background-color: #F703E5;
}
</style>
border-color css
<style>
span { border-color: #F703E5; }
span { border-color: rgb(247,3,229); }
td.TdClassName
{
border-color: #F703E5;
}
.TagClassName
{
border-color: #F703E5;
}
</style>