Shades of Magenta #F610FE
Tints of Magenta #F610FE
RGB
CMYK
RGB Variations
Color information
#F610FE (or 0xF610FE) is known color: Magenta. HEX triplet: F6, 10 and FE. RGB value is (246,16,254). Sum of RGB (Red+Green+Blue) = 246+16+254=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 16 (6.64% from 255 or 3.10% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #F610FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F610FE is #09EF01. Grayscale: #6F6F6F. Windows color (decimal): -651010 or 16650486. OLE color: 16650486.
HSL color Cylindrical-coordinate representation of color #F610FE: hue angle of 297.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F610FE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 16 | 254 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.00 |
| HSL | 297.98º | 0.99% | 0.53% | - |
| HSV(B) | 297.98º | 0.94% | 1% | - |
| XYZ | 56.08 | 27.12 | 96.04 | - |
| YUV | 111.9 | 208.2 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 254 | 0.03 | 0.94 | 0 | 0.00 | 297.98 | 0.99 | 0.53 |
| Hex | F6 | 10 | FE | 3 | 5E | 0 | 0 | 12A | 63 | 35 |
| Octal | 366 | 20 | 376 | 3 | 136 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11110110 | 10000 | 11111110 | 11 | 1011110 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F610FE
Complementary color
Monochromatic Colors of #F610FE
Black with #F610FE
Text Example
Text Example
White with #F610FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610FE; }
p { color: rgb(246,16,254); }
H1.HeaderClassName
{
color: #F610FE;
}
.AnyTagClassName
{
color: #F610FE;
}
</style>
background-color css
<style>
a { background-color: #F610FE; }
a { background-color: rgb(246,16,254); }
div.DivClassName
{
background-color: #F610FE;
}
.BgClassName
{
background-color: #F610FE;
}
</style>
border-color css
<style>
span { border-color: #F610FE; }
span { border-color: rgb(246,16,254); }
td.TdClassName
{
border-color: #F610FE;
}
.TagClassName
{
border-color: #F610FE;
}
</style>