Shades of Magenta #F610F0
Tints of Magenta #F610F0
RGB
CMYK
RGB Variations
Color information
#F610F0 (or 0xF610F0) is known color: Magenta. HEX triplet: F6, 10 and F0. RGB value is (246,16,240). Sum of RGB (Red+Green+Blue) = 246+16+240=502 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.00% from 502); Green value is 16 (6.64% from 255 or 3.19% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 246 - color contains mainly: red. Hex color #F610F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610F0 is #09EF0F. Grayscale: #6D6D6D. Windows color (decimal): -651024 or 15732982. OLE color: 15732982.
HSL color Cylindrical-coordinate representation of color #F610F0: hue angle of 301.57º 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 #F610F0 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 240 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.04 |
| HSL | 301.57º | 0.93% | 0.51% | - |
| HSV(B) | 301.57º | 0.93% | 0.96% | - |
| XYZ | 53.92 | 26.25 | 84.66 | - |
| YUV | 110.31 | 201.2 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 240 | 0 | 0.93 | 0.02 | 0.04 | 301.57 | 0.93 | 0.51 |
| Hex | F6 | 10 | F0 | 0 | 5D | 2 | 4 | 12E | 5D | 33 |
| Octal | 366 | 20 | 360 | 0 | 135 | 2 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 10000 | 11110000 | 0 | 1011101 | 10 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F610F0
Complementary color
Monochromatic Colors of #F610F0
Black with #F610F0
Text Example
Text Example
White with #F610F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610F0; }
p { color: rgb(246,16,240); }
H1.HeaderClassName
{
color: #F610F0;
}
.AnyTagClassName
{
color: #F610F0;
}
</style>
background-color css
<style>
a { background-color: #F610F0; }
a { background-color: rgb(246,16,240); }
div.DivClassName
{
background-color: #F610F0;
}
.BgClassName
{
background-color: #F610F0;
}
</style>
border-color css
<style>
span { border-color: #F610F0; }
span { border-color: rgb(246,16,240); }
td.TdClassName
{
border-color: #F610F0;
}
.TagClassName
{
border-color: #F610F0;
}
</style>