Shades of Magenta #F610EB
Tints of Magenta #F610EB
RGB
CMYK
RGB Variations
Color information
#F610EB (or 0xF610EB) is known color: Magenta. HEX triplet: F6, 10 and EB. RGB value is (246,16,235). Sum of RGB (Red+Green+Blue) = 246+16+235=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F610EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610EB is #09EF14. Grayscale: #6D6D6D. Windows color (decimal): -651029 or 15405302. OLE color: 15405302.
HSL color Cylindrical-coordinate representation of color #F610EB: hue angle of 302.87º 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 #F610EB is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 235 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.04 |
| HSL | 302.87º | 0.93% | 0.51% | - |
| HSV(B) | 302.87º | 0.93% | 0.96% | - |
| XYZ | 53.19 | 25.96 | 80.81 | - |
| YUV | 109.74 | 198.7 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 235 | 0 | 0.93 | 0.04 | 0.04 | 302.87 | 0.93 | 0.51 |
| Hex | F6 | 10 | EB | 0 | 5D | 4 | 4 | 12F | 5D | 33 |
| Octal | 366 | 20 | 353 | 0 | 135 | 4 | 4 | 457 | 135 | 63 |
| Binary | 11110110 | 10000 | 11101011 | 0 | 1011101 | 100 | 100 | 100101111 | 1011101 | 110011 |
Color Harmonies of #F610EB
Complementary color
Monochromatic Colors of #F610EB
Black with #F610EB
Text Example
Text Example
White with #F610EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610EB; }
p { color: rgb(246,16,235); }
H1.HeaderClassName
{
color: #F610EB;
}
.AnyTagClassName
{
color: #F610EB;
}
</style>
background-color css
<style>
a { background-color: #F610EB; }
a { background-color: rgb(246,16,235); }
div.DivClassName
{
background-color: #F610EB;
}
.BgClassName
{
background-color: #F610EB;
}
</style>
border-color css
<style>
span { border-color: #F610EB; }
span { border-color: rgb(246,16,235); }
td.TdClassName
{
border-color: #F610EB;
}
.TagClassName
{
border-color: #F610EB;
}
</style>