Shades of Hot Magenta #F702DF
Tints of Hot Magenta #F702DF
RGB
CMYK
RGB Variations
Color information
#F702DF (or 0xF702DF) is known color: Hot Magenta. HEX triplet: F7, 02 and DF. RGB value is (247,2,223). Sum of RGB (Red+Green+Blue) = 247+2+223=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DF is #08FD20. Grayscale: #636363. Windows color (decimal): -589089 or 14615287. OLE color: 14615287.
HSL color Cylindrical-coordinate representation of color #F702DF: hue angle of 305.88º 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 #F702DF is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 223 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.03 |
| HSL | 305.88º | 0.98% | 0.49% | - |
| HSV(B) | 305.88º | 0.99% | 0.97% | - |
| XYZ | 51.7 | 25.15 | 71.94 | - |
| YUV | 100.45 | 197.17 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 223 | 0 | 0.99 | 0.10 | 0.03 | 305.88 | 0.98 | 0.49 |
| Hex | F7 | 2 | DF | 0 | 63 | A | 3 | 132 | 62 | 31 |
| Octal | 367 | 2 | 337 | 0 | 143 | 12 | 3 | 462 | 142 | 61 |
| Binary | 11110111 | 10 | 11011111 | 0 | 1100011 | 1010 | 11 | 100110010 | 1100010 | 110001 |
Color Harmonies of #F702DF
Complementary color
Monochromatic Colors of #F702DF
Black with #F702DF
Text Example
Text Example
White with #F702DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702DF; }
p { color: rgb(247,2,223); }
H1.HeaderClassName
{
color: #F702DF;
}
.AnyTagClassName
{
color: #F702DF;
}
</style>
background-color css
<style>
a { background-color: #F702DF; }
a { background-color: rgb(247,2,223); }
div.DivClassName
{
background-color: #F702DF;
}
.BgClassName
{
background-color: #F702DF;
}
</style>
border-color css
<style>
span { border-color: #F702DF; }
span { border-color: rgb(247,2,223); }
td.TdClassName
{
border-color: #F702DF;
}
.TagClassName
{
border-color: #F702DF;
}
</style>