Shades of Hot Magenta #F616E2
Tints of Hot Magenta #F616E2
RGB
CMYK
RGB Variations
Color information
#F616E2 (or 0xF616E2) is known color: Hot Magenta. HEX triplet: F6, 16 and E2. RGB value is (246,22,226). Sum of RGB (Red+Green+Blue) = 246+22+226=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F616E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F616E2 is #09E91D. Grayscale: #6F6F6F. Windows color (decimal): -649502 or 14817014. OLE color: 14817014.
HSL color Cylindrical-coordinate representation of color #F616E2: hue angle of 305.36º 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 #F616E2 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 226 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.04 |
| HSL | 305.36º | 0.93% | 0.53% | - |
| HSV(B) | 305.36º | 0.91% | 0.96% | - |
| XYZ | 52.02 | 25.66 | 74.16 | - |
| YUV | 112.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 226 | 0 | 0.91 | 0.08 | 0.04 | 305.36 | 0.93 | 0.53 |
| Hex | F6 | 16 | E2 | 0 | 5B | 8 | 4 | 131 | 5D | 35 |
| Octal | 366 | 26 | 342 | 0 | 133 | 10 | 4 | 461 | 135 | 65 |
| Binary | 11110110 | 10110 | 11100010 | 0 | 1011011 | 1000 | 100 | 100110001 | 1011101 | 110101 |
Color Harmonies of #F616E2
Complementary color
Monochromatic Colors of #F616E2
Black with #F616E2
Text Example
Text Example
White with #F616E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F616E2; }
p { color: rgb(246,22,226); }
H1.HeaderClassName
{
color: #F616E2;
}
.AnyTagClassName
{
color: #F616E2;
}
</style>
background-color css
<style>
a { background-color: #F616E2; }
a { background-color: rgb(246,22,226); }
div.DivClassName
{
background-color: #F616E2;
}
.BgClassName
{
background-color: #F616E2;
}
</style>
border-color css
<style>
span { border-color: #F616E2; }
span { border-color: rgb(246,22,226); }
td.TdClassName
{
border-color: #F616E2;
}
.TagClassName
{
border-color: #F616E2;
}
</style>