Shades of Magenta #F610ED
Tints of Magenta #F610ED
RGB
CMYK
RGB Variations
Color information
#F610ED (or 0xF610ED) is known color: Magenta. HEX triplet: F6, 10 and ED. RGB value is (246,16,237). Sum of RGB (Red+Green+Blue) = 246+16+237=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F610ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610ED is #09EF12. Grayscale: #6D6D6D. Windows color (decimal): -651027 or 15536374. OLE color: 15536374.
HSL color Cylindrical-coordinate representation of color #F610ED: hue angle of 302.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610ED is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 237 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.04 |
| HSL | 302.35º | 0.93% | 0.51% | - |
| HSV(B) | 302.35º | 0.93% | 0.96% | - |
| XYZ | 53.48 | 26.08 | 82.34 | - |
| YUV | 109.96 | 199.7 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 237 | 0 | 0.93 | 0.04 | 0.04 | 302.35 | 0.93 | 0.51 |
| Hex | F6 | 10 | ED | 0 | 5D | 4 | 4 | 12E | 5D | 33 |
| Octal | 366 | 20 | 355 | 0 | 135 | 4 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 10000 | 11101101 | 0 | 1011101 | 100 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F610ED
Complementary color
Monochromatic Colors of #F610ED
Black with #F610ED
Text Example
Text Example
White with #F610ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610ED; }
p { color: rgb(246,16,237); }
H1.HeaderClassName
{
color: #F610ED;
}
.AnyTagClassName
{
color: #F610ED;
}
</style>
background-color css
<style>
a { background-color: #F610ED; }
a { background-color: rgb(246,16,237); }
div.DivClassName
{
background-color: #F610ED;
}
.BgClassName
{
background-color: #F610ED;
}
</style>
border-color css
<style>
span { border-color: #F610ED; }
span { border-color: rgb(246,16,237); }
td.TdClassName
{
border-color: #F610ED;
}
.TagClassName
{
border-color: #F610ED;
}
</style>