Shades of Hot Magenta #F617DB
Tints of Hot Magenta #F617DB
RGB
CMYK
RGB Variations
Color information
#F617DB (or 0xF617DB) is known color: Hot Magenta. HEX triplet: F6, 17 and DB. RGB value is (246,23,219). Sum of RGB (Red+Green+Blue) = 246+23+219=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F617DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F617DB is #09E824. Grayscale: #6F6F6F. Windows color (decimal): -649253 or 14358518. OLE color: 14358518.
HSL color Cylindrical-coordinate representation of color #F617DB: hue angle of 307.26º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F617DB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 219 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.04 |
| HSL | 307.26º | 0.93% | 0.53% | - |
| HSV(B) | 307.26º | 0.91% | 0.96% | - |
| XYZ | 51.1 | 25.32 | 69.21 | - |
| YUV | 112.02 | 188.38 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 219 | 0 | 0.91 | 0.11 | 0.04 | 307.26 | 0.93 | 0.53 |
| Hex | F6 | 17 | DB | 0 | 5B | B | 4 | 133 | 5D | 35 |
| Octal | 366 | 27 | 333 | 0 | 133 | 13 | 4 | 463 | 135 | 65 |
| Binary | 11110110 | 10111 | 11011011 | 0 | 1011011 | 1011 | 100 | 100110011 | 1011101 | 110101 |
Color Harmonies of #F617DB
Complementary color
Monochromatic Colors of #F617DB
Black with #F617DB
Text Example
Text Example
White with #F617DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617DB; }
p { color: rgb(246,23,219); }
H1.HeaderClassName
{
color: #F617DB;
}
.AnyTagClassName
{
color: #F617DB;
}
</style>
background-color css
<style>
a { background-color: #F617DB; }
a { background-color: rgb(246,23,219); }
div.DivClassName
{
background-color: #F617DB;
}
.BgClassName
{
background-color: #F617DB;
}
</style>
border-color css
<style>
span { border-color: #F617DB; }
span { border-color: rgb(246,23,219); }
td.TdClassName
{
border-color: #F617DB;
}
.TagClassName
{
border-color: #F617DB;
}
</style>