Shades of Hot Magenta #F615E4
Tints of Hot Magenta #F615E4
RGB
CMYK
RGB Variations
Color information
#F615E4 (or 0xF615E4) is known color: Hot Magenta. HEX triplet: F6, 15 and E4. RGB value is (246,21,228). Sum of RGB (Red+Green+Blue) = 246+21+228=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F615E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615E4 is #09EA1B. Grayscale: #6F6F6F. Windows color (decimal): -649756 or 14947830. OLE color: 14947830.
HSL color Cylindrical-coordinate representation of color #F615E4: hue angle of 304.8º 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 #F615E4 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 228 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.04 |
| HSL | 304.8º | 0.93% | 0.52% | - |
| HSV(B) | 304.8º | 0.91% | 0.96% | - |
| XYZ | 52.28 | 25.73 | 75.61 | - |
| YUV | 111.87 | 193.54 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 228 | 0 | 0.91 | 0.07 | 0.04 | 304.8 | 0.93 | 0.52 |
| Hex | F6 | 15 | E4 | 0 | 5B | 7 | 4 | 131 | 5D | 34 |
| Octal | 366 | 25 | 344 | 0 | 133 | 7 | 4 | 461 | 135 | 64 |
| Binary | 11110110 | 10101 | 11100100 | 0 | 1011011 | 111 | 100 | 100110001 | 1011101 | 110100 |
Color Harmonies of #F615E4
Complementary color
Monochromatic Colors of #F615E4
Black with #F615E4
Text Example
Text Example
White with #F615E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615E4; }
p { color: rgb(246,21,228); }
H1.HeaderClassName
{
color: #F615E4;
}
.AnyTagClassName
{
color: #F615E4;
}
</style>
background-color css
<style>
a { background-color: #F615E4; }
a { background-color: rgb(246,21,228); }
div.DivClassName
{
background-color: #F615E4;
}
.BgClassName
{
background-color: #F615E4;
}
</style>
border-color css
<style>
span { border-color: #F615E4; }
span { border-color: rgb(246,21,228); }
td.TdClassName
{
border-color: #F615E4;
}
.TagClassName
{
border-color: #F615E4;
}
</style>