Shades of Magenta #F601ED
Tints of Magenta #F601ED
RGB
CMYK
RGB Variations
Color information
#F601ED (or 0xF601ED) is known color: Magenta. HEX triplet: F6, 01 and ED. RGB value is (246,1,237). Sum of RGB (Red+Green+Blue) = 246+1+237=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F601ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F601ED is #09FE12. Grayscale: #646464. Windows color (decimal): -654867 or 15532534. OLE color: 15532534.
HSL color Cylindrical-coordinate representation of color #F601ED: hue angle of 302.2º 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 #F601ED is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 237 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.04 |
| HSL | 302.2º | 0.99% | 0.48% | - |
| HSV(B) | 302.2º | 1% | 0.96% | - |
| XYZ | 53.3 | 25.73 | 82.28 | - |
| YUV | 101.16 | 204.67 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 237 | 0 | 1.00 | 0.04 | 0.04 | 302.2 | 0.99 | 0.48 |
| Hex | F6 | 1 | ED | 0 | 64 | 4 | 4 | 12E | 63 | 30 |
| Octal | 366 | 1 | 355 | 0 | 144 | 4 | 4 | 456 | 143 | 60 |
| Binary | 11110110 | 1 | 11101101 | 0 | 1100100 | 100 | 100 | 100101110 | 1100011 | 110000 |
Color Harmonies of #F601ED
Complementary color
Monochromatic Colors of #F601ED
Black with #F601ED
Text Example
Text Example
White with #F601ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601ED; }
p { color: rgb(246,1,237); }
H1.HeaderClassName
{
color: #F601ED;
}
.AnyTagClassName
{
color: #F601ED;
}
</style>
background-color css
<style>
a { background-color: #F601ED; }
a { background-color: rgb(246,1,237); }
div.DivClassName
{
background-color: #F601ED;
}
.BgClassName
{
background-color: #F601ED;
}
</style>
border-color css
<style>
span { border-color: #F601ED; }
span { border-color: rgb(246,1,237); }
td.TdClassName
{
border-color: #F601ED;
}
.TagClassName
{
border-color: #F601ED;
}
</style>