Shades of Magenta #F60CEB
Tints of Magenta #F60CEB
RGB
CMYK
RGB Variations
Color information
#F60CEB (or 0xF60CEB) is known color: Magenta. HEX triplet: F6, 0C and EB. RGB value is (246,12,235). Sum of RGB (Red+Green+Blue) = 246+12+235=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CEB is #09F314. Grayscale: #6A6A6A. Windows color (decimal): -652053 or 15404278. OLE color: 15404278.
HSL color Cylindrical-coordinate representation of color #F60CEB: hue angle of 302.82º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60CEB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 235 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.04 |
| HSL | 302.82º | 0.93% | 0.51% | - |
| HSV(B) | 302.82º | 0.95% | 0.96% | - |
| XYZ | 53.13 | 25.85 | 80.79 | - |
| YUV | 107.39 | 200.02 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 235 | 0 | 0.95 | 0.04 | 0.04 | 302.82 | 0.93 | 0.51 |
| Hex | F6 | C | EB | 0 | 5F | 4 | 4 | 12F | 5D | 33 |
| Octal | 366 | 14 | 353 | 0 | 137 | 4 | 4 | 457 | 135 | 63 |
| Binary | 11110110 | 1100 | 11101011 | 0 | 1011111 | 100 | 100 | 100101111 | 1011101 | 110011 |
Color Harmonies of #F60CEB
Complementary color
Monochromatic Colors of #F60CEB
Black with #F60CEB
Text Example
Text Example
White with #F60CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CEB; }
p { color: rgb(246,12,235); }
H1.HeaderClassName
{
color: #F60CEB;
}
.AnyTagClassName
{
color: #F60CEB;
}
</style>
background-color css
<style>
a { background-color: #F60CEB; }
a { background-color: rgb(246,12,235); }
div.DivClassName
{
background-color: #F60CEB;
}
.BgClassName
{
background-color: #F60CEB;
}
</style>
border-color css
<style>
span { border-color: #F60CEB; }
span { border-color: rgb(246,12,235); }
td.TdClassName
{
border-color: #F60CEB;
}
.TagClassName
{
border-color: #F60CEB;
}
</style>