Shades of Magenta #F60EFE
Tints of Magenta #F60EFE
RGB
CMYK
RGB Variations
Color information
#F60EFE (or 0xF60EFE) is known color: Magenta. HEX triplet: F6, 0E and FE. RGB value is (246,14,254). Sum of RGB (Red+Green+Blue) = 246+14+254=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 14 (5.86% from 255 or 2.72% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #F60EFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EFE is #09F101. Grayscale: #6E6E6E. Windows color (decimal): -651522 or 16649974. OLE color: 16649974.
HSL color Cylindrical-coordinate representation of color #F60EFE: hue angle of 298º 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 #F60EFE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 14 | 254 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.00 |
| HSL | 298º | 0.99% | 0.53% | - |
| HSV(B) | 298º | 0.94% | 1% | - |
| XYZ | 56.05 | 27.06 | 96.04 | - |
| YUV | 110.73 | 208.86 | 224.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 254 | 0.03 | 0.94 | 0 | 0.00 | 298 | 0.99 | 0.53 |
| Hex | F6 | E | FE | 3 | 5E | 0 | 0 | 12A | 63 | 35 |
| Octal | 366 | 16 | 376 | 3 | 136 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11110110 | 1110 | 11111110 | 11 | 1011110 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F60EFE
Complementary color
Monochromatic Colors of #F60EFE
Black with #F60EFE
Text Example
Text Example
White with #F60EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EFE; }
p { color: rgb(246,14,254); }
H1.HeaderClassName
{
color: #F60EFE;
}
.AnyTagClassName
{
color: #F60EFE;
}
</style>
background-color css
<style>
a { background-color: #F60EFE; }
a { background-color: rgb(246,14,254); }
div.DivClassName
{
background-color: #F60EFE;
}
.BgClassName
{
background-color: #F60EFE;
}
</style>
border-color css
<style>
span { border-color: #F60EFE; }
span { border-color: rgb(246,14,254); }
td.TdClassName
{
border-color: #F60EFE;
}
.TagClassName
{
border-color: #F60EFE;
}
</style>