Shades of Magenta #F60EF5
Tints of Magenta #F60EF5
RGB
CMYK
RGB Variations
Color information
#F60EF5 (or 0xF60EF5) is known color: Magenta. HEX triplet: F6, 0E and F5. RGB value is (246,14,245). Sum of RGB (Red+Green+Blue) = 246+14+245=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 14 (5.86% from 255 or 2.77% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EF5 is #09F10A. Grayscale: #6D6D6D. Windows color (decimal): -651531 or 16060150. OLE color: 16060150.
HSL color Cylindrical-coordinate representation of color #F60EF5: hue angle of 300.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EF5 is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 245 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.04 |
| HSL | 300.26º | 0.93% | 0.51% | - |
| HSV(B) | 300.26º | 0.94% | 0.96% | - |
| XYZ | 54.64 | 26.5 | 88.62 | - |
| YUV | 109.7 | 204.36 | 225.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 245 | 0 | 0.94 | 0.00 | 0.04 | 300.26 | 0.93 | 0.51 |
| Hex | F6 | E | F5 | 0 | 5E | 0 | 4 | 12C | 5D | 33 |
| Octal | 366 | 16 | 365 | 0 | 136 | 0 | 4 | 454 | 135 | 63 |
| Binary | 11110110 | 1110 | 11110101 | 0 | 1011110 | 0 | 100 | 100101100 | 1011101 | 110011 |
Color Harmonies of #F60EF5
Complementary color
Monochromatic Colors of #F60EF5
Black with #F60EF5
Text Example
Text Example
White with #F60EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EF5; }
p { color: rgb(246,14,245); }
H1.HeaderClassName
{
color: #F60EF5;
}
.AnyTagClassName
{
color: #F60EF5;
}
</style>
background-color css
<style>
a { background-color: #F60EF5; }
a { background-color: rgb(246,14,245); }
div.DivClassName
{
background-color: #F60EF5;
}
.BgClassName
{
background-color: #F60EF5;
}
</style>
border-color css
<style>
span { border-color: #F60EF5; }
span { border-color: rgb(246,14,245); }
td.TdClassName
{
border-color: #F60EF5;
}
.TagClassName
{
border-color: #F60EF5;
}
</style>