Shades of Hot Magenta #F614E2
Tints of Hot Magenta #F614E2
RGB
CMYK
RGB Variations
Color information
#F614E2 (or 0xF614E2) is known color: Hot Magenta. HEX triplet: F6, 14 and E2. RGB value is (246,20,226). Sum of RGB (Red+Green+Blue) = 246+20+226=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F614E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F614E2 is #09EB1D. Grayscale: #6E6E6E. Windows color (decimal): -650014 or 14816502. OLE color: 14816502.
HSL color Cylindrical-coordinate representation of color #F614E2: hue angle of 305.31º 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 #F614E2 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.04 |
| HSL | 305.31º | 0.93% | 0.52% | - |
| HSV(B) | 305.31º | 0.92% | 0.96% | - |
| XYZ | 51.98 | 25.58 | 74.15 | - |
| YUV | 111.06 | 192.87 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 226 | 0 | 0.92 | 0.08 | 0.04 | 305.31 | 0.93 | 0.52 |
| Hex | F6 | 14 | E2 | 0 | 5C | 8 | 4 | 131 | 5D | 34 |
| Octal | 366 | 24 | 342 | 0 | 134 | 10 | 4 | 461 | 135 | 64 |
| Binary | 11110110 | 10100 | 11100010 | 0 | 1011100 | 1000 | 100 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F614E2
Complementary color
Monochromatic Colors of #F614E2
Black with #F614E2
Text Example
Text Example
White with #F614E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F614E2; }
p { color: rgb(246,20,226); }
H1.HeaderClassName
{
color: #F614E2;
}
.AnyTagClassName
{
color: #F614E2;
}
</style>
background-color css
<style>
a { background-color: #F614E2; }
a { background-color: rgb(246,20,226); }
div.DivClassName
{
background-color: #F614E2;
}
.BgClassName
{
background-color: #F614E2;
}
</style>
border-color css
<style>
span { border-color: #F614E2; }
span { border-color: rgb(246,20,226); }
td.TdClassName
{
border-color: #F614E2;
}
.TagClassName
{
border-color: #F614E2;
}
</style>