Shades of Hot Magenta #F617E1
Tints of Hot Magenta #F617E1
RGB
CMYK
RGB Variations
Color information
#F617E1 (or 0xF617E1) is known color: Hot Magenta. HEX triplet: F6, 17 and E1. RGB value is (246,23,225). Sum of RGB (Red+Green+Blue) = 246+23+225=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F617E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F617E1 is #09E81E. Grayscale: #707070. Windows color (decimal): -649247 or 14751734. OLE color: 14751734.
HSL color Cylindrical-coordinate representation of color #F617E1: hue angle of 305.65º 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 #F617E1 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 225 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.04 |
| HSL | 305.65º | 0.93% | 0.53% | - |
| HSV(B) | 305.65º | 0.91% | 0.96% | - |
| XYZ | 51.9 | 25.64 | 73.45 | - |
| YUV | 112.71 | 191.38 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 225 | 0 | 0.91 | 0.09 | 0.04 | 305.65 | 0.93 | 0.53 |
| Hex | F6 | 17 | E1 | 0 | 5B | 9 | 4 | 132 | 5D | 35 |
| Octal | 366 | 27 | 341 | 0 | 133 | 11 | 4 | 462 | 135 | 65 |
| Binary | 11110110 | 10111 | 11100001 | 0 | 1011011 | 1001 | 100 | 100110010 | 1011101 | 110101 |
Color Harmonies of #F617E1
Complementary color
Monochromatic Colors of #F617E1
Black with #F617E1
Text Example
Text Example
White with #F617E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F617E1; }
p { color: rgb(246,23,225); }
H1.HeaderClassName
{
color: #F617E1;
}
.AnyTagClassName
{
color: #F617E1;
}
</style>
background-color css
<style>
a { background-color: #F617E1; }
a { background-color: rgb(246,23,225); }
div.DivClassName
{
background-color: #F617E1;
}
.BgClassName
{
background-color: #F617E1;
}
</style>
border-color css
<style>
span { border-color: #F617E1; }
span { border-color: rgb(246,23,225); }
td.TdClassName
{
border-color: #F617E1;
}
.TagClassName
{
border-color: #F617E1;
}
</style>