Shades of Magenta #F605ED
Tints of Magenta #F605ED
RGB
CMYK
RGB Variations
Color information
#F605ED (or 0xF605ED) is known color: Magenta. HEX triplet: F6, 05 and ED. RGB value is (246,5,237). Sum of RGB (Red+Green+Blue) = 246+5+237=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F605ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605ED is #09FA12. Grayscale: #666666. Windows color (decimal): -653843 or 15533558. OLE color: 15533558.
HSL color Cylindrical-coordinate representation of color #F605ED: hue angle of 302.24º degrees, saturation: 0.96, 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 #F605ED is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 237 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.04 |
| HSL | 302.24º | 0.96% | 0.49% | - |
| HSV(B) | 302.24º | 0.98% | 0.96% | - |
| XYZ | 53.35 | 25.82 | 82.29 | - |
| YUV | 103.51 | 203.34 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 237 | 0 | 0.98 | 0.04 | 0.04 | 302.24 | 0.96 | 0.49 |
| Hex | F6 | 5 | ED | 0 | 62 | 4 | 4 | 12E | 60 | 31 |
| Octal | 366 | 5 | 355 | 0 | 142 | 4 | 4 | 456 | 140 | 61 |
| Binary | 11110110 | 101 | 11101101 | 0 | 1100010 | 100 | 100 | 100101110 | 1100000 | 110001 |
Color Harmonies of #F605ED
Complementary color
Monochromatic Colors of #F605ED
Black with #F605ED
Text Example
Text Example
White with #F605ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605ED; }
p { color: rgb(246,5,237); }
H1.HeaderClassName
{
color: #F605ED;
}
.AnyTagClassName
{
color: #F605ED;
}
</style>
background-color css
<style>
a { background-color: #F605ED; }
a { background-color: rgb(246,5,237); }
div.DivClassName
{
background-color: #F605ED;
}
.BgClassName
{
background-color: #F605ED;
}
</style>
border-color css
<style>
span { border-color: #F605ED; }
span { border-color: rgb(246,5,237); }
td.TdClassName
{
border-color: #F605ED;
}
.TagClassName
{
border-color: #F605ED;
}
</style>