Shades of Magenta #F703EF
Tints of Magenta #F703EF
RGB
CMYK
RGB Variations
Color information
#F703EF (or 0xF703EF) is known color: Magenta. HEX triplet: F7, 03 and EF. RGB value is (247,3,239). Sum of RGB (Red+Green+Blue) = 247+3+239=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 3 (1.56% from 255 or 0.61% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F703EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703EF is #08FC10. Grayscale: #666666. Windows color (decimal): -588817 or 15664119. OLE color: 15664119.
HSL color Cylindrical-coordinate representation of color #F703EF: hue angle of 301.97º 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 #F703EF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 239 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.03 |
| HSL | 301.97º | 0.98% | 0.49% | - |
| HSV(B) | 301.97º | 0.99% | 0.97% | - |
| XYZ | 53.97 | 26.07 | 83.85 | - |
| YUV | 102.86 | 204.84 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 239 | 0 | 0.99 | 0.03 | 0.03 | 301.97 | 0.98 | 0.49 |
| Hex | F7 | 3 | EF | 0 | 63 | 3 | 3 | 12E | 62 | 31 |
| Octal | 367 | 3 | 357 | 0 | 143 | 3 | 3 | 456 | 142 | 61 |
| Binary | 11110111 | 11 | 11101111 | 0 | 1100011 | 11 | 11 | 100101110 | 1100010 | 110001 |
Color Harmonies of #F703EF
Complementary color
Monochromatic Colors of #F703EF
Black with #F703EF
Text Example
Text Example
White with #F703EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703EF; }
p { color: rgb(247,3,239); }
H1.HeaderClassName
{
color: #F703EF;
}
.AnyTagClassName
{
color: #F703EF;
}
</style>
background-color css
<style>
a { background-color: #F703EF; }
a { background-color: rgb(247,3,239); }
div.DivClassName
{
background-color: #F703EF;
}
.BgClassName
{
background-color: #F703EF;
}
</style>
border-color css
<style>
span { border-color: #F703EF; }
span { border-color: rgb(247,3,239); }
td.TdClassName
{
border-color: #F703EF;
}
.TagClassName
{
border-color: #F703EF;
}
</style>