Shades of Hot Magenta #F601E3
Tints of Hot Magenta #F601E3
RGB
CMYK
RGB Variations
Color information
#F601E3 (or 0xF601E3) is known color: Hot Magenta. HEX triplet: F6, 01 and E3. RGB value is (246,1,227). Sum of RGB (Red+Green+Blue) = 246+1+227=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 227 (89.06% from 255 or 47.89% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F601E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601E3 is #09FE1C. Grayscale: #636363. Windows color (decimal): -654877 or 14877174. OLE color: 14877174.
HSL color Cylindrical-coordinate representation of color #F601E3: hue angle of 304.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601E3 is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 227 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.04 |
| HSL | 304.65º | 0.99% | 0.48% | - |
| HSV(B) | 304.65º | 1% | 0.96% | - |
| XYZ | 51.88 | 25.16 | 74.8 | - |
| YUV | 100.02 | 199.67 | 232.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 227 | 0 | 1.00 | 0.08 | 0.04 | 304.65 | 0.99 | 0.48 |
| Hex | F6 | 1 | E3 | 0 | 64 | 8 | 4 | 131 | 63 | 30 |
| Octal | 366 | 1 | 343 | 0 | 144 | 10 | 4 | 461 | 143 | 60 |
| Binary | 11110110 | 1 | 11100011 | 0 | 1100100 | 1000 | 100 | 100110001 | 1100011 | 110000 |
Color Harmonies of #F601E3
Complementary color
Monochromatic Colors of #F601E3
Black with #F601E3
Text Example
Text Example
White with #F601E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601E3; }
p { color: rgb(246,1,227); }
H1.HeaderClassName
{
color: #F601E3;
}
.AnyTagClassName
{
color: #F601E3;
}
</style>
background-color css
<style>
a { background-color: #F601E3; }
a { background-color: rgb(246,1,227); }
div.DivClassName
{
background-color: #F601E3;
}
.BgClassName
{
background-color: #F601E3;
}
</style>
border-color css
<style>
span { border-color: #F601E3; }
span { border-color: rgb(246,1,227); }
td.TdClassName
{
border-color: #F601E3;
}
.TagClassName
{
border-color: #F601E3;
}
</style>