Shades of Hot Magenta #F614E3
Tints of Hot Magenta #F614E3
RGB
CMYK
RGB Variations
Color information
#F614E3 (or 0xF614E3) is known color: Hot Magenta. HEX triplet: F6, 14 and E3. RGB value is (246,20,227). Sum of RGB (Red+Green+Blue) = 246+20+227=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F614E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614E3 is #09EB1C. Grayscale: #6E6E6E. Windows color (decimal): -650013 or 14882038. OLE color: 14882038.
HSL color Cylindrical-coordinate representation of color #F614E3: hue angle of 305.04º 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 #F614E3 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 227 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.04 |
| HSL | 305.04º | 0.93% | 0.52% | - |
| HSV(B) | 305.04º | 0.92% | 0.96% | - |
| XYZ | 52.12 | 25.64 | 74.87 | - |
| YUV | 111.17 | 193.37 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 227 | 0 | 0.92 | 0.08 | 0.04 | 305.04 | 0.93 | 0.52 |
| Hex | F6 | 14 | E3 | 0 | 5C | 8 | 4 | 131 | 5D | 34 |
| Octal | 366 | 24 | 343 | 0 | 134 | 10 | 4 | 461 | 135 | 64 |
| Binary | 11110110 | 10100 | 11100011 | 0 | 1011100 | 1000 | 100 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F614E3
Complementary color
Monochromatic Colors of #F614E3
Black with #F614E3
Text Example
Text Example
White with #F614E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614E3; }
p { color: rgb(246,20,227); }
H1.HeaderClassName
{
color: #F614E3;
}
.AnyTagClassName
{
color: #F614E3;
}
</style>
background-color css
<style>
a { background-color: #F614E3; }
a { background-color: rgb(246,20,227); }
div.DivClassName
{
background-color: #F614E3;
}
.BgClassName
{
background-color: #F614E3;
}
</style>
border-color css
<style>
span { border-color: #F614E3; }
span { border-color: rgb(246,20,227); }
td.TdClassName
{
border-color: #F614E3;
}
.TagClassName
{
border-color: #F614E3;
}
</style>