Shades of Hot Magenta #F702DB
Tints of Hot Magenta #F702DB
RGB
CMYK
RGB Variations
Color information
#F702DB (or 0xF702DB) is known color: Hot Magenta. HEX triplet: F7, 02 and DB. RGB value is (247,2,219). Sum of RGB (Red+Green+Blue) = 247+2+219=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 2 (1.17% from 255 or 0.43% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F702DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F702DB is #08FD24. Grayscale: #636363. Windows color (decimal): -589093 or 14353143. OLE color: 14353143.
HSL color Cylindrical-coordinate representation of color #F702DB: hue angle of 306.86º 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 #F702DB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.03 |
| HSL | 306.86º | 0.98% | 0.49% | - |
| HSV(B) | 306.86º | 0.99% | 0.97% | - |
| XYZ | 51.17 | 24.93 | 69.13 | - |
| YUV | 99.99 | 195.17 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 219 | 0 | 0.99 | 0.11 | 0.03 | 306.86 | 0.98 | 0.49 |
| Hex | F7 | 2 | DB | 0 | 63 | B | 3 | 133 | 62 | 31 |
| Octal | 367 | 2 | 333 | 0 | 143 | 13 | 3 | 463 | 142 | 61 |
| Binary | 11110111 | 10 | 11011011 | 0 | 1100011 | 1011 | 11 | 100110011 | 1100010 | 110001 |
Color Harmonies of #F702DB
Complementary color
Monochromatic Colors of #F702DB
Black with #F702DB
Text Example
Text Example
White with #F702DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F702DB; }
p { color: rgb(247,2,219); }
H1.HeaderClassName
{
color: #F702DB;
}
.AnyTagClassName
{
color: #F702DB;
}
</style>
background-color css
<style>
a { background-color: #F702DB; }
a { background-color: rgb(247,2,219); }
div.DivClassName
{
background-color: #F702DB;
}
.BgClassName
{
background-color: #F702DB;
}
</style>
border-color css
<style>
span { border-color: #F702DB; }
span { border-color: rgb(247,2,219); }
td.TdClassName
{
border-color: #F702DB;
}
.TagClassName
{
border-color: #F702DB;
}
</style>