Shades of Hot Magenta #F703D0
Tints of Hot Magenta #F703D0
RGB
CMYK
RGB Variations
Color information
#F703D0 (or 0xF703D0) is known color: Hot Magenta. HEX triplet: F7, 03 and D0. RGB value is (247,3,208). Sum of RGB (Red+Green+Blue) = 247+3+208=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 3 (1.56% from 255 or 0.66% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F703D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F703D0 is #08FC2F. Grayscale: #626262. Windows color (decimal): -588848 or 13632503. OLE color: 13632503.
HSL color Cylindrical-coordinate representation of color #F703D0: hue angle of 309.59º 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 #F703D0 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.03 |
| HSL | 309.59º | 0.98% | 0.49% | - |
| HSV(B) | 309.59º | 0.99% | 0.97% | - |
| XYZ | 49.78 | 24.39 | 61.76 | - |
| YUV | 99.33 | 189.34 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 208 | 0 | 0.99 | 0.16 | 0.03 | 309.59 | 0.98 | 0.49 |
| Hex | F7 | 3 | D0 | 0 | 63 | 10 | 3 | 136 | 62 | 31 |
| Octal | 367 | 3 | 320 | 0 | 143 | 20 | 3 | 466 | 142 | 61 |
| Binary | 11110111 | 11 | 11010000 | 0 | 1100011 | 10000 | 11 | 100110110 | 1100010 | 110001 |
Color Harmonies of #F703D0
Complementary color
Monochromatic Colors of #F703D0
Black with #F703D0
Text Example
Text Example
White with #F703D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F703D0; }
p { color: rgb(247,3,208); }
H1.HeaderClassName
{
color: #F703D0;
}
.AnyTagClassName
{
color: #F703D0;
}
</style>
background-color css
<style>
a { background-color: #F703D0; }
a { background-color: rgb(247,3,208); }
div.DivClassName
{
background-color: #F703D0;
}
.BgClassName
{
background-color: #F703D0;
}
</style>
border-color css
<style>
span { border-color: #F703D0; }
span { border-color: rgb(247,3,208); }
td.TdClassName
{
border-color: #F703D0;
}
.TagClassName
{
border-color: #F703D0;
}
</style>