Shades of Magenta #F703FF
Tints of Magenta #F703FF
RGB
CMYK
RGB Variations
Color information
#F703FF (or 0xF703FF) is known color: Magenta. HEX triplet: F7, 03 and FF. RGB value is (247,3,255). Sum of RGB (Red+Green+Blue) = 247+3+255=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 3 (1.56% from 255 or 0.59% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F703FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F703FF is #08FC00. Grayscale: #676767. Windows color (decimal): -588801 or 16712695. OLE color: 16712695.
HSL color Cylindrical-coordinate representation of color #F703FF: hue angle of 298.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F703FF is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 3 | 255 | - |
| CMYK | 0.03 | 0.99 | 0 | 0 |
| HSL | 298.1º | 1% | 0.51% | - |
| HSV(B) | 298.1º | 0.99% | 1% | - |
| XYZ | 56.44 | 27.06 | 96.86 | - |
| YUV | 104.68 | 212.84 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 255 | 0.03 | 0.99 | 0 | 0 | 298.1 | 1 | 0.51 |
| Hex | F7 | 3 | FF | 3 | 63 | 0 | 0 | 12A | 64 | 33 |
| Octal | 367 | 3 | 377 | 3 | 143 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110111 | 11 | 11111111 | 11 | 1100011 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F703FF
Complementary color
Monochromatic Colors of #F703FF
Black with #F703FF
Text Example
Text Example
White with #F703FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703FF; }
p { color: rgb(247,3,255); }
H1.HeaderClassName
{
color: #F703FF;
}
.AnyTagClassName
{
color: #F703FF;
}
</style>
background-color css
<style>
a { background-color: #F703FF; }
a { background-color: rgb(247,3,255); }
div.DivClassName
{
background-color: #F703FF;
}
.BgClassName
{
background-color: #F703FF;
}
</style>
border-color css
<style>
span { border-color: #F703FF; }
span { border-color: rgb(247,3,255); }
td.TdClassName
{
border-color: #F703FF;
}
.TagClassName
{
border-color: #F703FF;
}
</style>