Shades of Magenta #F60CEF
Tints of Magenta #F60CEF
RGB
CMYK
RGB Variations
Color information
#F60CEF (or 0xF60CEF) is known color: Magenta. HEX triplet: F6, 0C and EF. RGB value is (246,12,239). Sum of RGB (Red+Green+Blue) = 246+12+239=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CEF is #09F310. Grayscale: #6B6B6B. Windows color (decimal): -652049 or 15666422. OLE color: 15666422.
HSL color Cylindrical-coordinate representation of color #F60CEF: hue angle of 301.79º 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 #F60CEF is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 239 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.04 |
| HSL | 301.79º | 0.93% | 0.51% | - |
| HSV(B) | 301.79º | 0.95% | 0.96% | - |
| XYZ | 53.72 | 26.09 | 83.87 | - |
| YUV | 107.84 | 202.02 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 239 | 0 | 0.95 | 0.03 | 0.04 | 301.79 | 0.93 | 0.51 |
| Hex | F6 | C | EF | 0 | 5F | 3 | 4 | 12E | 5D | 33 |
| Octal | 366 | 14 | 357 | 0 | 137 | 3 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 1100 | 11101111 | 0 | 1011111 | 11 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F60CEF
Complementary color
Monochromatic Colors of #F60CEF
Black with #F60CEF
Text Example
Text Example
White with #F60CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CEF; }
p { color: rgb(246,12,239); }
H1.HeaderClassName
{
color: #F60CEF;
}
.AnyTagClassName
{
color: #F60CEF;
}
</style>
background-color css
<style>
a { background-color: #F60CEF; }
a { background-color: rgb(246,12,239); }
div.DivClassName
{
background-color: #F60CEF;
}
.BgClassName
{
background-color: #F60CEF;
}
</style>
border-color css
<style>
span { border-color: #F60CEF; }
span { border-color: rgb(246,12,239); }
td.TdClassName
{
border-color: #F60CEF;
}
.TagClassName
{
border-color: #F60CEF;
}
</style>