Shades of Hot Magenta #F614DB
Tints of Hot Magenta #F614DB
RGB
CMYK
RGB Variations
Color information
#F614DB (or 0xF614DB) is known color: Hot Magenta. HEX triplet: F6, 14 and DB. RGB value is (246,20,219). Sum of RGB (Red+Green+Blue) = 246+20+219=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F614DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614DB is #09EB24. Grayscale: #6D6D6D. Windows color (decimal): -650021 or 14357750. OLE color: 14357750.
HSL color Cylindrical-coordinate representation of color #F614DB: hue angle of 307.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F614DB is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.04 |
| HSL | 307.17º | 0.93% | 0.52% | - |
| HSV(B) | 307.17º | 0.92% | 0.96% | - |
| XYZ | 51.04 | 25.21 | 69.19 | - |
| YUV | 110.26 | 189.37 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 219 | 0 | 0.92 | 0.11 | 0.04 | 307.17 | 0.93 | 0.52 |
| Hex | F6 | 14 | DB | 0 | 5C | B | 4 | 133 | 5D | 34 |
| Octal | 366 | 24 | 333 | 0 | 134 | 13 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10100 | 11011011 | 0 | 1011100 | 1011 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F614DB
Complementary color
Monochromatic Colors of #F614DB
Black with #F614DB
Text Example
Text Example
White with #F614DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614DB; }
p { color: rgb(246,20,219); }
H1.HeaderClassName
{
color: #F614DB;
}
.AnyTagClassName
{
color: #F614DB;
}
</style>
background-color css
<style>
a { background-color: #F614DB; }
a { background-color: rgb(246,20,219); }
div.DivClassName
{
background-color: #F614DB;
}
.BgClassName
{
background-color: #F614DB;
}
</style>
border-color css
<style>
span { border-color: #F614DB; }
span { border-color: rgb(246,20,219); }
td.TdClassName
{
border-color: #F614DB;
}
.TagClassName
{
border-color: #F614DB;
}
</style>