Shades of Magenta #F60EF3
Tints of Magenta #F60EF3
RGB
CMYK
RGB Variations
Color information
#F60EF3 (or 0xF60EF3) is known color: Magenta. HEX triplet: F6, 0E and F3. RGB value is (246,14,243). Sum of RGB (Red+Green+Blue) = 246+14+243=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 14 (5.86% from 255 or 2.78% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60EF3 is #09F10C. Grayscale: #6C6C6C. Windows color (decimal): -651533 or 15929078. OLE color: 15929078.
HSL color Cylindrical-coordinate representation of color #F60EF3: hue angle of 300.78º 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 #F60EF3 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 243 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.04 |
| HSL | 300.78º | 0.93% | 0.51% | - |
| HSV(B) | 300.78º | 0.94% | 0.96% | - |
| XYZ | 54.34 | 26.38 | 87.02 | - |
| YUV | 109.47 | 203.36 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 243 | 0 | 0.94 | 0.01 | 0.04 | 300.78 | 0.93 | 0.51 |
| Hex | F6 | E | F3 | 0 | 5E | 1 | 4 | 12D | 5D | 33 |
| Octal | 366 | 16 | 363 | 0 | 136 | 1 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 1110 | 11110011 | 0 | 1011110 | 1 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F60EF3
Complementary color
Monochromatic Colors of #F60EF3
Black with #F60EF3
Text Example
Text Example
White with #F60EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EF3; }
p { color: rgb(246,14,243); }
H1.HeaderClassName
{
color: #F60EF3;
}
.AnyTagClassName
{
color: #F60EF3;
}
</style>
background-color css
<style>
a { background-color: #F60EF3; }
a { background-color: rgb(246,14,243); }
div.DivClassName
{
background-color: #F60EF3;
}
.BgClassName
{
background-color: #F60EF3;
}
</style>
border-color css
<style>
span { border-color: #F60EF3; }
span { border-color: rgb(246,14,243); }
td.TdClassName
{
border-color: #F60EF3;
}
.TagClassName
{
border-color: #F60EF3;
}
</style>