Shades of Magenta #F703F9
Tints of Magenta #F703F9
RGB
CMYK
RGB Variations
Color information
#F703F9 (or 0xF703F9) is known color: Magenta. HEX triplet: F7, 03 and F9. RGB value is (247,3,249). Sum of RGB (Red+Green+Blue) = 247+3+249=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 3 (1.56% from 255 or 0.60% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #F703F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703F9 is #08FC06. Grayscale: #676767. Windows color (decimal): -588807 or 16319479. OLE color: 16319479.
HSL color Cylindrical-coordinate representation of color #F703F9: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703F9 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 3 | 249 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.02 |
| HSL | 299.51º | 0.98% | 0.49% | - |
| HSV(B) | 299.51º | 0.99% | 0.98% | - |
| XYZ | 55.49 | 26.68 | 91.85 | - |
| YUV | 104 | 209.84 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 249 | 0.01 | 0.99 | 0 | 0.02 | 299.51 | 0.98 | 0.49 |
| Hex | F7 | 3 | F9 | 1 | 63 | 0 | 2 | 12C | 62 | 31 |
| Octal | 367 | 3 | 371 | 1 | 143 | 0 | 2 | 454 | 142 | 61 |
| Binary | 11110111 | 11 | 11111001 | 1 | 1100011 | 0 | 10 | 100101100 | 1100010 | 110001 |
Color Harmonies of #F703F9
Complementary color
Monochromatic Colors of #F703F9
Black with #F703F9
Text Example
Text Example
White with #F703F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703F9; }
p { color: rgb(247,3,249); }
H1.HeaderClassName
{
color: #F703F9;
}
.AnyTagClassName
{
color: #F703F9;
}
</style>
background-color css
<style>
a { background-color: #F703F9; }
a { background-color: rgb(247,3,249); }
div.DivClassName
{
background-color: #F703F9;
}
.BgClassName
{
background-color: #F703F9;
}
</style>
border-color css
<style>
span { border-color: #F703F9; }
span { border-color: rgb(247,3,249); }
td.TdClassName
{
border-color: #F703F9;
}
.TagClassName
{
border-color: #F703F9;
}
</style>