Shades of Hot Magenta #F610E4
Tints of Hot Magenta #F610E4
RGB
CMYK
RGB Variations
Color information
#F610E4 (or 0xF610E4) is known color: Hot Magenta. HEX triplet: F6, 10 and E4. RGB value is (246,16,228). Sum of RGB (Red+Green+Blue) = 246+16+228=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F610E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610E4 is #09EF1B. Grayscale: #6C6C6C. Windows color (decimal): -651036 or 14946550. OLE color: 14946550.
HSL color Cylindrical-coordinate representation of color #F610E4: hue angle of 304.7º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610E4 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 228 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.04 |
| HSL | 304.7º | 0.93% | 0.51% | - |
| HSV(B) | 304.7º | 0.93% | 0.96% | - |
| XYZ | 52.19 | 25.56 | 75.58 | - |
| YUV | 108.94 | 195.2 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 228 | 0 | 0.93 | 0.07 | 0.04 | 304.7 | 0.93 | 0.51 |
| Hex | F6 | 10 | E4 | 0 | 5D | 7 | 4 | 131 | 5D | 33 |
| Octal | 366 | 20 | 344 | 0 | 135 | 7 | 4 | 461 | 135 | 63 |
| Binary | 11110110 | 10000 | 11100100 | 0 | 1011101 | 111 | 100 | 100110001 | 1011101 | 110011 |
Color Harmonies of #F610E4
Complementary color
Monochromatic Colors of #F610E4
Black with #F610E4
Text Example
Text Example
White with #F610E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610E4; }
p { color: rgb(246,16,228); }
H1.HeaderClassName
{
color: #F610E4;
}
.AnyTagClassName
{
color: #F610E4;
}
</style>
background-color css
<style>
a { background-color: #F610E4; }
a { background-color: rgb(246,16,228); }
div.DivClassName
{
background-color: #F610E4;
}
.BgClassName
{
background-color: #F610E4;
}
</style>
border-color css
<style>
span { border-color: #F610E4; }
span { border-color: rgb(246,16,228); }
td.TdClassName
{
border-color: #F610E4;
}
.TagClassName
{
border-color: #F610E4;
}
</style>