Shades of Hot Magenta #F703DC
Tints of Hot Magenta #F703DC
RGB
CMYK
RGB Variations
Color information
#F703DC (or 0xF703DC) is known color: Hot Magenta. HEX triplet: F7, 03 and DC. RGB value is (247,3,220). Sum of RGB (Red+Green+Blue) = 247+3+220=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 3 (1.56% from 255 or 0.64% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F703DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703DC is #08FC23. Grayscale: #646464. Windows color (decimal): -588836 or 14418935. OLE color: 14418935.
HSL color Cylindrical-coordinate representation of color #F703DC: hue angle of 306.64º 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 #F703DC is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 220 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.03 |
| HSL | 306.64º | 0.98% | 0.49% | - |
| HSV(B) | 306.64º | 0.99% | 0.97% | - |
| XYZ | 51.31 | 25.01 | 69.83 | - |
| YUV | 100.69 | 195.34 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 220 | 0 | 0.99 | 0.11 | 0.03 | 306.64 | 0.98 | 0.49 |
| Hex | F7 | 3 | DC | 0 | 63 | B | 3 | 133 | 62 | 31 |
| Octal | 367 | 3 | 334 | 0 | 143 | 13 | 3 | 463 | 142 | 61 |
| Binary | 11110111 | 11 | 11011100 | 0 | 1100011 | 1011 | 11 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F703DC
Complementary color
Monochromatic Colors of #F703DC
Black with #F703DC
Text Example
Text Example
White with #F703DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703DC; }
p { color: rgb(247,3,220); }
H1.HeaderClassName
{
color: #F703DC;
}
.AnyTagClassName
{
color: #F703DC;
}
</style>
background-color css
<style>
a { background-color: #F703DC; }
a { background-color: rgb(247,3,220); }
div.DivClassName
{
background-color: #F703DC;
}
.BgClassName
{
background-color: #F703DC;
}
</style>
border-color css
<style>
span { border-color: #F703DC; }
span { border-color: rgb(247,3,220); }
td.TdClassName
{
border-color: #F703DC;
}
.TagClassName
{
border-color: #F703DC;
}
</style>