Shades of Magenta #F60CEE
Tints of Magenta #F60CEE
RGB
CMYK
RGB Variations
Color information
#F60CEE (or 0xF60CEE) is known color: Magenta. HEX triplet: F6, 0C and EE. RGB value is (246,12,238). Sum of RGB (Red+Green+Blue) = 246+12+238=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 12 (5.08% from 255 or 2.42% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CEE is #09F311. Grayscale: #6B6B6B. Windows color (decimal): -652050 or 15600886. OLE color: 15600886.
HSL color Cylindrical-coordinate representation of color #F60CEE: hue angle of 302.05º 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 #F60CEE is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 238 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.04 |
| HSL | 302.05º | 0.93% | 0.51% | - |
| HSV(B) | 302.05º | 0.95% | 0.96% | - |
| XYZ | 53.57 | 26.03 | 83.09 | - |
| YUV | 107.73 | 201.52 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 238 | 0 | 0.95 | 0.03 | 0.04 | 302.05 | 0.93 | 0.51 |
| Hex | F6 | C | EE | 0 | 5F | 3 | 4 | 12E | 5D | 33 |
| Octal | 366 | 14 | 356 | 0 | 137 | 3 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 1100 | 11101110 | 0 | 1011111 | 11 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F60CEE
Complementary color
Monochromatic Colors of #F60CEE
Black with #F60CEE
Text Example
Text Example
White with #F60CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CEE; }
p { color: rgb(246,12,238); }
H1.HeaderClassName
{
color: #F60CEE;
}
.AnyTagClassName
{
color: #F60CEE;
}
</style>
background-color css
<style>
a { background-color: #F60CEE; }
a { background-color: rgb(246,12,238); }
div.DivClassName
{
background-color: #F60CEE;
}
.BgClassName
{
background-color: #F60CEE;
}
</style>
border-color css
<style>
span { border-color: #F60CEE; }
span { border-color: rgb(246,12,238); }
td.TdClassName
{
border-color: #F60CEE;
}
.TagClassName
{
border-color: #F60CEE;
}
</style>