Shades of Hot Magenta #F614DA
Tints of Hot Magenta #F614DA
RGB
CMYK
RGB Variations
Color information
#F614DA (or 0xF614DA) is known color: Hot Magenta. HEX triplet: F6, 14 and DA. RGB value is (246,20,218). Sum of RGB (Red+Green+Blue) = 246+20+218=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 20 (8.20% from 255 or 4.13% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F614DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614DA is #09EB25. Grayscale: #6D6D6D. Windows color (decimal): -650022 or 14292214. OLE color: 14292214.
HSL color Cylindrical-coordinate representation of color #F614DA: hue angle of 307.43º 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 #F614DA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 218 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.04 |
| HSL | 307.43º | 0.93% | 0.52% | - |
| HSV(B) | 307.43º | 0.92% | 0.96% | - |
| XYZ | 50.91 | 25.16 | 68.5 | - |
| YUV | 110.15 | 188.87 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 218 | 0 | 0.92 | 0.11 | 0.04 | 307.43 | 0.93 | 0.52 |
| Hex | F6 | 14 | DA | 0 | 5C | B | 4 | 133 | 5D | 34 |
| Octal | 366 | 24 | 332 | 0 | 134 | 13 | 4 | 463 | 135 | 64 |
| Binary | 11110110 | 10100 | 11011010 | 0 | 1011100 | 1011 | 100 | 100110011 | 1011101 | 110100 |
Color Harmonies of #F614DA
Complementary color
Monochromatic Colors of #F614DA
Black with #F614DA
Text Example
Text Example
White with #F614DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614DA; }
p { color: rgb(246,20,218); }
H1.HeaderClassName
{
color: #F614DA;
}
.AnyTagClassName
{
color: #F614DA;
}
</style>
background-color css
<style>
a { background-color: #F614DA; }
a { background-color: rgb(246,20,218); }
div.DivClassName
{
background-color: #F614DA;
}
.BgClassName
{
background-color: #F614DA;
}
</style>
border-color css
<style>
span { border-color: #F614DA; }
span { border-color: rgb(246,20,218); }
td.TdClassName
{
border-color: #F614DA;
}
.TagClassName
{
border-color: #F614DA;
}
</style>