Shades of Magenta #F601E7
Tints of Magenta #F601E7
RGB
CMYK
RGB Variations
Color information
#F601E7 (or 0xF601E7) is known color: Magenta. HEX triplet: F6, 01 and E7. RGB value is (246,1,231). Sum of RGB (Red+Green+Blue) = 246+1+231=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F601E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601E7 is #09FE18. Grayscale: #636363. Windows color (decimal): -654873 or 15139318. OLE color: 15139318.
HSL color Cylindrical-coordinate representation of color #F601E7: hue angle of 303.67º 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 #F601E7 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 231 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.04 |
| HSL | 303.67º | 0.99% | 0.48% | - |
| HSV(B) | 303.67º | 1% | 0.96% | - |
| XYZ | 52.44 | 25.38 | 77.74 | - |
| YUV | 100.48 | 201.67 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 231 | 0 | 1.00 | 0.06 | 0.04 | 303.67 | 0.99 | 0.48 |
| Hex | F6 | 1 | E7 | 0 | 64 | 6 | 4 | 130 | 63 | 30 |
| Octal | 366 | 1 | 347 | 0 | 144 | 6 | 4 | 460 | 143 | 60 |
| Binary | 11110110 | 1 | 11100111 | 0 | 1100100 | 110 | 100 | 100110000 | 1100011 | 110000 |
Color Harmonies of #F601E7
Complementary color
Monochromatic Colors of #F601E7
Black with #F601E7
Text Example
Text Example
White with #F601E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601E7; }
p { color: rgb(246,1,231); }
H1.HeaderClassName
{
color: #F601E7;
}
.AnyTagClassName
{
color: #F601E7;
}
</style>
background-color css
<style>
a { background-color: #F601E7; }
a { background-color: rgb(246,1,231); }
div.DivClassName
{
background-color: #F601E7;
}
.BgClassName
{
background-color: #F601E7;
}
</style>
border-color css
<style>
span { border-color: #F601E7; }
span { border-color: rgb(246,1,231); }
td.TdClassName
{
border-color: #F601E7;
}
.TagClassName
{
border-color: #F601E7;
}
</style>