Shades of Hot Magenta #F616E0
Tints of Hot Magenta #F616E0
RGB
CMYK
RGB Variations
Color information
#F616E0 (or 0xF616E0) is known color: Hot Magenta. HEX triplet: F6, 16 and E0. RGB value is (246,22,224). Sum of RGB (Red+Green+Blue) = 246+22+224=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 22 (8.98% from 255 or 4.47% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F616E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616E0 is #09E91F. Grayscale: #6F6F6F. Windows color (decimal): -649504 or 14685942. OLE color: 14685942.
HSL color Cylindrical-coordinate representation of color #F616E0: hue angle of 305.89º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F616E0 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 224 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.89º | 0.93% | 0.53% | - |
| HSV(B) | 305.89º | 0.91% | 0.96% | - |
| XYZ | 51.75 | 25.55 | 72.72 | - |
| YUV | 112 | 191.21 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 224 | 0 | 0.91 | 0.09 | 0.04 | 305.89 | 0.93 | 0.53 |
| Hex | F6 | 16 | E0 | 0 | 5B | 9 | 4 | 132 | 5D | 35 |
| Octal | 366 | 26 | 340 | 0 | 133 | 11 | 4 | 462 | 135 | 65 |
| Binary | 11110110 | 10110 | 11100000 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011101 | 110101 |
Color Harmonies of #F616E0
Complementary color
Monochromatic Colors of #F616E0
Black with #F616E0
Text Example
Text Example
White with #F616E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616E0; }
p { color: rgb(246,22,224); }
H1.HeaderClassName
{
color: #F616E0;
}
.AnyTagClassName
{
color: #F616E0;
}
</style>
background-color css
<style>
a { background-color: #F616E0; }
a { background-color: rgb(246,22,224); }
div.DivClassName
{
background-color: #F616E0;
}
.BgClassName
{
background-color: #F616E0;
}
</style>
border-color css
<style>
span { border-color: #F616E0; }
span { border-color: rgb(246,22,224); }
td.TdClassName
{
border-color: #F616E0;
}
.TagClassName
{
border-color: #F616E0;
}
</style>