Shades of Magenta #F601E5
Tints of Magenta #F601E5
RGB
CMYK
RGB Variations
Color information
#F601E5 (or 0xF601E5) is known color: Magenta. HEX triplet: F6, 01 and E5. RGB value is (246,1,229). Sum of RGB (Red+Green+Blue) = 246+1+229=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F601E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601E5 is #09FE1A. Grayscale: #636363. Windows color (decimal): -654875 or 15008246. OLE color: 15008246.
HSL color Cylindrical-coordinate representation of color #F601E5: hue angle of 304.16º 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 #F601E5 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 229 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.04 |
| HSL | 304.16º | 0.99% | 0.48% | - |
| HSV(B) | 304.16º | 1% | 0.96% | - |
| XYZ | 52.16 | 25.27 | 76.26 | - |
| YUV | 100.25 | 200.67 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 229 | 0 | 1.00 | 0.07 | 0.04 | 304.16 | 0.99 | 0.48 |
| Hex | F6 | 1 | E5 | 0 | 64 | 7 | 4 | 130 | 63 | 30 |
| Octal | 366 | 1 | 345 | 0 | 144 | 7 | 4 | 460 | 143 | 60 |
| Binary | 11110110 | 1 | 11100101 | 0 | 1100100 | 111 | 100 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F601E5
Complementary color
Monochromatic Colors of #F601E5
Black with #F601E5
Text Example
Text Example
White with #F601E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601E5; }
p { color: rgb(246,1,229); }
H1.HeaderClassName
{
color: #F601E5;
}
.AnyTagClassName
{
color: #F601E5;
}
</style>
background-color css
<style>
a { background-color: #F601E5; }
a { background-color: rgb(246,1,229); }
div.DivClassName
{
background-color: #F601E5;
}
.BgClassName
{
background-color: #F601E5;
}
</style>
border-color css
<style>
span { border-color: #F601E5; }
span { border-color: rgb(246,1,229); }
td.TdClassName
{
border-color: #F601E5;
}
.TagClassName
{
border-color: #F601E5;
}
</style>