Shades of Hot Magenta #F614DF
Tints of Hot Magenta #F614DF
RGB
CMYK
RGB Variations
Color information
#F614DF (or 0xF614DF) is known color: Hot Magenta. HEX triplet: F6, 14 and DF. RGB value is (246,20,223). Sum of RGB (Red+Green+Blue) = 246+20+223=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F614DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614DF is #09EB20. Grayscale: #6E6E6E. Windows color (decimal): -650017 or 14619894. OLE color: 14619894.
HSL color Cylindrical-coordinate representation of color #F614DF: hue angle of 306.11º 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 #F614DF is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.04 |
| HSL | 306.11º | 0.93% | 0.52% | - |
| HSV(B) | 306.11º | 0.92% | 0.96% | - |
| XYZ | 51.58 | 25.42 | 72 | - |
| YUV | 110.72 | 191.37 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 223 | 0 | 0.92 | 0.09 | 0.04 | 306.11 | 0.93 | 0.52 |
| Hex | F6 | 14 | DF | 0 | 5C | 9 | 4 | 132 | 5D | 34 |
| Octal | 366 | 24 | 337 | 0 | 134 | 11 | 4 | 462 | 135 | 64 |
| Binary | 11110110 | 10100 | 11011111 | 0 | 1011100 | 1001 | 100 | 100110010 | 1011101 | 110100 |
Color Harmonies of #F614DF
Complementary color
Monochromatic Colors of #F614DF
Black with #F614DF
Text Example
Text Example
White with #F614DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614DF; }
p { color: rgb(246,20,223); }
H1.HeaderClassName
{
color: #F614DF;
}
.AnyTagClassName
{
color: #F614DF;
}
</style>
background-color css
<style>
a { background-color: #F614DF; }
a { background-color: rgb(246,20,223); }
div.DivClassName
{
background-color: #F614DF;
}
.BgClassName
{
background-color: #F614DF;
}
</style>
border-color css
<style>
span { border-color: #F614DF; }
span { border-color: rgb(246,20,223); }
td.TdClassName
{
border-color: #F614DF;
}
.TagClassName
{
border-color: #F614DF;
}
</style>