Shades of Hot Magenta #F706DB
Tints of Hot Magenta #F706DB
RGB
CMYK
RGB Variations
Color information
#F706DB (or 0xF706DB) is known color: Hot Magenta. HEX triplet: F7, 06 and DB. RGB value is (247,6,219). Sum of RGB (Red+Green+Blue) = 247+6+219=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F706DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706DB is #08F924. Grayscale: #656565. Windows color (decimal): -588069 or 14354167. OLE color: 14354167.
HSL color Cylindrical-coordinate representation of color #F706DB: hue angle of 306.97º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706DB is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 219 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.03 |
| HSL | 306.97º | 0.95% | 0.5% | - |
| HSV(B) | 306.97º | 0.98% | 0.97% | - |
| XYZ | 51.21 | 25.02 | 69.15 | - |
| YUV | 102.34 | 193.84 | 231.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 219 | 0 | 0.98 | 0.11 | 0.03 | 306.97 | 0.95 | 0.5 |
| Hex | F7 | 6 | DB | 0 | 62 | B | 3 | 133 | 5F | 32 |
| Octal | 367 | 6 | 333 | 0 | 142 | 13 | 3 | 463 | 137 | 62 |
| Binary | 11110111 | 110 | 11011011 | 0 | 1100010 | 1011 | 11 | 100110011 | 1011111 | 110010 |
Color Harmonies of #F706DB
Complementary color
Monochromatic Colors of #F706DB
Black with #F706DB
Text Example
Text Example
White with #F706DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706DB; }
p { color: rgb(247,6,219); }
H1.HeaderClassName
{
color: #F706DB;
}
.AnyTagClassName
{
color: #F706DB;
}
</style>
background-color css
<style>
a { background-color: #F706DB; }
a { background-color: rgb(247,6,219); }
div.DivClassName
{
background-color: #F706DB;
}
.BgClassName
{
background-color: #F706DB;
}
</style>
border-color css
<style>
span { border-color: #F706DB; }
span { border-color: rgb(247,6,219); }
td.TdClassName
{
border-color: #F706DB;
}
.TagClassName
{
border-color: #F706DB;
}
</style>