Shades of Hot Magenta #F614D8
Tints of Hot Magenta #F614D8
RGB
CMYK
RGB Variations
Color information
#F614D8 (or 0xF614D8) is known color: Hot Magenta. HEX triplet: F6, 14 and D8. RGB value is (246,20,216). Sum of RGB (Red+Green+Blue) = 246+20+216=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F614D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614D8 is #09EB27. Grayscale: #6D6D6D. Windows color (decimal): -650024 or 14161142. OLE color: 14161142.
HSL color Cylindrical-coordinate representation of color #F614D8: hue angle of 307.96º 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 #F614D8 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 216 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.04 |
| HSL | 307.96º | 0.93% | 0.52% | - |
| HSV(B) | 307.96º | 0.92% | 0.96% | - |
| XYZ | 50.65 | 25.05 | 67.13 | - |
| YUV | 109.92 | 187.87 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 216 | 0 | 0.92 | 0.12 | 0.04 | 307.96 | 0.93 | 0.52 |
| Hex | F6 | 14 | D8 | 0 | 5C | C | 4 | 134 | 5D | 34 |
| Octal | 366 | 24 | 330 | 0 | 134 | 14 | 4 | 464 | 135 | 64 |
| Binary | 11110110 | 10100 | 11011000 | 0 | 1011100 | 1100 | 100 | 100110100 | 1011101 | 110100 |
Color Harmonies of #F614D8
Complementary color
Monochromatic Colors of #F614D8
Black with #F614D8
Text Example
Text Example
White with #F614D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614D8; }
p { color: rgb(246,20,216); }
H1.HeaderClassName
{
color: #F614D8;
}
.AnyTagClassName
{
color: #F614D8;
}
</style>
background-color css
<style>
a { background-color: #F614D8; }
a { background-color: rgb(246,20,216); }
div.DivClassName
{
background-color: #F614D8;
}
.BgClassName
{
background-color: #F614D8;
}
</style>
border-color css
<style>
span { border-color: #F614D8; }
span { border-color: rgb(246,20,216); }
td.TdClassName
{
border-color: #F614D8;
}
.TagClassName
{
border-color: #F614D8;
}
</style>