Shades of Magenta #F601E6
Tints of Magenta #F601E6
RGB
CMYK
RGB Variations
Color information
#F601E6 (or 0xF601E6) is known color: Magenta. HEX triplet: F6, 01 and E6. RGB value is (246,1,230). Sum of RGB (Red+Green+Blue) = 246+1+230=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F601E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601E6 is #09FE19. Grayscale: #636363. Windows color (decimal): -654874 or 15073782. OLE color: 15073782.
HSL color Cylindrical-coordinate representation of color #F601E6: hue angle of 303.92º 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 #F601E6 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 230 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.04 |
| HSL | 303.92º | 0.99% | 0.48% | - |
| HSV(B) | 303.92º | 1% | 0.96% | - |
| XYZ | 52.3 | 25.33 | 77 | - |
| YUV | 100.36 | 201.17 | 231.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 230 | 0 | 1.00 | 0.07 | 0.04 | 303.92 | 0.99 | 0.48 |
| Hex | F6 | 1 | E6 | 0 | 64 | 7 | 4 | 130 | 63 | 30 |
| Octal | 366 | 1 | 346 | 0 | 144 | 7 | 4 | 460 | 143 | 60 |
| Binary | 11110110 | 1 | 11100110 | 0 | 1100100 | 111 | 100 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F601E6
Complementary color
Monochromatic Colors of #F601E6
Black with #F601E6
Text Example
Text Example
White with #F601E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601E6; }
p { color: rgb(246,1,230); }
H1.HeaderClassName
{
color: #F601E6;
}
.AnyTagClassName
{
color: #F601E6;
}
</style>
background-color css
<style>
a { background-color: #F601E6; }
a { background-color: rgb(246,1,230); }
div.DivClassName
{
background-color: #F601E6;
}
.BgClassName
{
background-color: #F601E6;
}
</style>
border-color css
<style>
span { border-color: #F601E6; }
span { border-color: rgb(246,1,230); }
td.TdClassName
{
border-color: #F601E6;
}
.TagClassName
{
border-color: #F601E6;
}
</style>