Shades of Hot Magenta #F702DD
Tints of Hot Magenta #F702DD
RGB
CMYK
RGB Variations
Color information
#F702DD (or 0xF702DD) is known color: Hot Magenta. HEX triplet: F7, 02 and DD. RGB value is (247,2,221). Sum of RGB (Red+Green+Blue) = 247+2+221=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DD is #08FD22. Grayscale: #636363. Windows color (decimal): -589091 or 14484215. OLE color: 14484215.
HSL color Cylindrical-coordinate representation of color #F702DD: hue angle of 306.37º 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 #F702DD is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 221 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.03 |
| HSL | 306.37º | 0.98% | 0.49% | - |
| HSV(B) | 306.37º | 0.99% | 0.97% | - |
| XYZ | 51.43 | 25.04 | 70.53 | - |
| YUV | 100.22 | 196.17 | 232.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 221 | 0 | 0.99 | 0.11 | 0.03 | 306.37 | 0.98 | 0.49 |
| Hex | F7 | 2 | DD | 0 | 63 | B | 3 | 132 | 62 | 31 |
| Octal | 367 | 2 | 335 | 0 | 143 | 13 | 3 | 462 | 142 | 61 |
| Binary | 11110111 | 10 | 11011101 | 0 | 1100011 | 1011 | 11 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F702DD
Complementary color
Monochromatic Colors of #F702DD
Black with #F702DD
Text Example
Text Example
White with #F702DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702DD; }
p { color: rgb(247,2,221); }
H1.HeaderClassName
{
color: #F702DD;
}
.AnyTagClassName
{
color: #F702DD;
}
</style>
background-color css
<style>
a { background-color: #F702DD; }
a { background-color: rgb(247,2,221); }
div.DivClassName
{
background-color: #F702DD;
}
.BgClassName
{
background-color: #F702DD;
}
</style>
border-color css
<style>
span { border-color: #F702DD; }
span { border-color: rgb(247,2,221); }
td.TdClassName
{
border-color: #F702DD;
}
.TagClassName
{
border-color: #F702DD;
}
</style>