Shades of Hot Magenta #F615E2
Tints of Hot Magenta #F615E2
RGB
CMYK
RGB Variations
Color information
#F615E2 (or 0xF615E2) is known color: Hot Magenta. HEX triplet: F6, 15 and E2. RGB value is (246,21,226). Sum of RGB (Red+Green+Blue) = 246+21+226=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F615E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615E2 is #09EA1D. Grayscale: #6F6F6F. Windows color (decimal): -649758 or 14816758. OLE color: 14816758.
HSL color Cylindrical-coordinate representation of color #F615E2: hue angle of 305.33º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F615E2 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 226 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.04 |
| HSL | 305.33º | 0.93% | 0.52% | - |
| HSV(B) | 305.33º | 0.91% | 0.96% | - |
| XYZ | 52 | 25.62 | 74.16 | - |
| YUV | 111.65 | 192.54 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 226 | 0 | 0.91 | 0.08 | 0.04 | 305.33 | 0.93 | 0.52 |
| Hex | F6 | 15 | E2 | 0 | 5B | 8 | 4 | 131 | 5D | 34 |
| Octal | 366 | 25 | 342 | 0 | 133 | 10 | 4 | 461 | 135 | 64 |
| Binary | 11110110 | 10101 | 11100010 | 0 | 1011011 | 1000 | 100 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F615E2
Complementary color
Monochromatic Colors of #F615E2
Black with #F615E2
Text Example
Text Example
White with #F615E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615E2; }
p { color: rgb(246,21,226); }
H1.HeaderClassName
{
color: #F615E2;
}
.AnyTagClassName
{
color: #F615E2;
}
</style>
background-color css
<style>
a { background-color: #F615E2; }
a { background-color: rgb(246,21,226); }
div.DivClassName
{
background-color: #F615E2;
}
.BgClassName
{
background-color: #F615E2;
}
</style>
border-color css
<style>
span { border-color: #F615E2; }
span { border-color: rgb(246,21,226); }
td.TdClassName
{
border-color: #F615E2;
}
.TagClassName
{
border-color: #F615E2;
}
</style>