Shades of Magenta #F60FEE
Tints of Magenta #F60FEE
RGB
CMYK
RGB Variations
Color information
#F60FEE (or 0xF60FEE) is known color: Magenta. HEX triplet: F6, 0F and EE. RGB value is (246,15,238). Sum of RGB (Red+Green+Blue) = 246+15+238=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FEE is #09F011. Grayscale: #6C6C6C. Windows color (decimal): -651282 or 15601654. OLE color: 15601654.
HSL color Cylindrical-coordinate representation of color #F60FEE: hue angle of 302.08º 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 #F60FEE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 238 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.04 |
| HSL | 302.08º | 0.93% | 0.51% | - |
| HSV(B) | 302.08º | 0.94% | 0.96% | - |
| XYZ | 53.61 | 26.11 | 83.1 | - |
| YUV | 109.49 | 200.53 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 238 | 0 | 0.94 | 0.03 | 0.04 | 302.08 | 0.93 | 0.51 |
| Hex | F6 | F | EE | 0 | 5E | 3 | 4 | 12E | 5D | 33 |
| Octal | 366 | 17 | 356 | 0 | 136 | 3 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 1111 | 11101110 | 0 | 1011110 | 11 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F60FEE
Complementary color
Monochromatic Colors of #F60FEE
Black with #F60FEE
Text Example
Text Example
White with #F60FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FEE; }
p { color: rgb(246,15,238); }
H1.HeaderClassName
{
color: #F60FEE;
}
.AnyTagClassName
{
color: #F60FEE;
}
</style>
background-color css
<style>
a { background-color: #F60FEE; }
a { background-color: rgb(246,15,238); }
div.DivClassName
{
background-color: #F60FEE;
}
.BgClassName
{
background-color: #F60FEE;
}
</style>
border-color css
<style>
span { border-color: #F60FEE; }
span { border-color: rgb(246,15,238); }
td.TdClassName
{
border-color: #F60FEE;
}
.TagClassName
{
border-color: #F60FEE;
}
</style>