Shades of Magenta #F60EFF
Tints of Magenta #F60EFF
RGB
CMYK
RGB Variations
Color information
#F60EFF (or 0xF60EFF) is known color: Magenta. HEX triplet: F6, 0E and FF. RGB value is (246,14,255). Sum of RGB (Red+Green+Blue) = 246+14+255=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 14 (5.86% from 255 or 2.72% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EFF is #09F100. Grayscale: #6E6E6E. Windows color (decimal): -651521 or 16715510. OLE color: 16715510.
HSL color Cylindrical-coordinate representation of color #F60EFF: hue angle of 297.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60EFF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 14 | 255 | - |
| CMYK | 0.04 | 0.95 | 0 | 0 |
| HSL | 297.76º | 1% | 0.53% | - |
| HSV(B) | 297.76º | 0.95% | 1% | - |
| XYZ | 56.21 | 27.13 | 96.88 | - |
| YUV | 110.84 | 209.36 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 255 | 0.04 | 0.95 | 0 | 0 | 297.76 | 1 | 0.53 |
| Hex | F6 | E | FF | 4 | 5F | 0 | 0 | 12A | 64 | 35 |
| Octal | 366 | 16 | 377 | 4 | 137 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11110110 | 1110 | 11111111 | 100 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F60EFF
Complementary color
Monochromatic Colors of #F60EFF
Black with #F60EFF
Text Example
Text Example
White with #F60EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EFF; }
p { color: rgb(246,14,255); }
H1.HeaderClassName
{
color: #F60EFF;
}
.AnyTagClassName
{
color: #F60EFF;
}
</style>
background-color css
<style>
a { background-color: #F60EFF; }
a { background-color: rgb(246,14,255); }
div.DivClassName
{
background-color: #F60EFF;
}
.BgClassName
{
background-color: #F60EFF;
}
</style>
border-color css
<style>
span { border-color: #F60EFF; }
span { border-color: rgb(246,14,255); }
td.TdClassName
{
border-color: #F60EFF;
}
.TagClassName
{
border-color: #F60EFF;
}
</style>