Shades of Magenta #F610EF
Tints of Magenta #F610EF
RGB
CMYK
RGB Variations
Color information
#F610EF (or 0xF610EF) is known color: Magenta. HEX triplet: F6, 10 and EF. RGB value is (246,16,239). Sum of RGB (Red+Green+Blue) = 246+16+239=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 16 (6.64% from 255 or 3.19% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F610EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610EF is #09EF10. Grayscale: #6D6D6D. Windows color (decimal): -651025 or 15667446. OLE color: 15667446.
HSL color Cylindrical-coordinate representation of color #F610EF: hue angle of 301.83º 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 #F610EF is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 239 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.04 |
| HSL | 301.83º | 0.93% | 0.51% | - |
| HSV(B) | 301.83º | 0.93% | 0.96% | - |
| XYZ | 53.77 | 26.2 | 83.88 | - |
| YUV | 110.19 | 200.7 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 239 | 0 | 0.93 | 0.03 | 0.04 | 301.83 | 0.93 | 0.51 |
| Hex | F6 | 10 | EF | 0 | 5D | 3 | 4 | 12E | 5D | 33 |
| Octal | 366 | 20 | 357 | 0 | 135 | 3 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 10000 | 11101111 | 0 | 1011101 | 11 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F610EF
Complementary color
Monochromatic Colors of #F610EF
Black with #F610EF
Text Example
Text Example
White with #F610EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610EF; }
p { color: rgb(246,16,239); }
H1.HeaderClassName
{
color: #F610EF;
}
.AnyTagClassName
{
color: #F610EF;
}
</style>
background-color css
<style>
a { background-color: #F610EF; }
a { background-color: rgb(246,16,239); }
div.DivClassName
{
background-color: #F610EF;
}
.BgClassName
{
background-color: #F610EF;
}
</style>
border-color css
<style>
span { border-color: #F610EF; }
span { border-color: rgb(246,16,239); }
td.TdClassName
{
border-color: #F610EF;
}
.TagClassName
{
border-color: #F610EF;
}
</style>