Shades of Magenta #F604ED
Tints of Magenta #F604ED
RGB
CMYK
RGB Variations
Color information
#F604ED (or 0xF604ED) is known color: Magenta. HEX triplet: F6, 04 and ED. RGB value is (246,4,237). Sum of RGB (Red+Green+Blue) = 246+4+237=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F604ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604ED is #09FB12. Grayscale: #666666. Windows color (decimal): -654099 or 15533302. OLE color: 15533302.
HSL color Cylindrical-coordinate representation of color #F604ED: hue angle of 302.23º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F604ED is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 237 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.04 |
| HSL | 302.23º | 0.97% | 0.49% | - |
| HSV(B) | 302.23º | 0.98% | 0.96% | - |
| XYZ | 53.34 | 25.79 | 82.29 | - |
| YUV | 102.92 | 203.67 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 237 | 0 | 0.98 | 0.04 | 0.04 | 302.23 | 0.97 | 0.49 |
| Hex | F6 | 4 | ED | 0 | 62 | 4 | 4 | 12E | 61 | 31 |
| Octal | 366 | 4 | 355 | 0 | 142 | 4 | 4 | 456 | 141 | 61 |
| Binary | 11110110 | 100 | 11101101 | 0 | 1100010 | 100 | 100 | 100101110 | 1100001 | 110001 |
Color Harmonies of #F604ED
Complementary color
Monochromatic Colors of #F604ED
Black with #F604ED
Text Example
Text Example
White with #F604ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F604ED; }
p { color: rgb(246,4,237); }
H1.HeaderClassName
{
color: #F604ED;
}
.AnyTagClassName
{
color: #F604ED;
}
</style>
background-color css
<style>
a { background-color: #F604ED; }
a { background-color: rgb(246,4,237); }
div.DivClassName
{
background-color: #F604ED;
}
.BgClassName
{
background-color: #F604ED;
}
</style>
border-color css
<style>
span { border-color: #F604ED; }
span { border-color: rgb(246,4,237); }
td.TdClassName
{
border-color: #F604ED;
}
.TagClassName
{
border-color: #F604ED;
}
</style>