Shades of Magenta #F60CE7
Tints of Magenta #F60CE7
RGB
CMYK
RGB Variations
Color information
#F60CE7 (or 0xF60CE7) is known color: Magenta. HEX triplet: F6, 0C and E7. RGB value is (246,12,231). Sum of RGB (Red+Green+Blue) = 246+12+231=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 12 (5.08% from 255 or 2.45% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CE7 is #09F318. Grayscale: #6A6A6A. Windows color (decimal): -652057 or 15142134. OLE color: 15142134.
HSL color Cylindrical-coordinate representation of color #F60CE7: hue angle of 303.85º 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 #F60CE7 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 231 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.04 |
| HSL | 303.85º | 0.93% | 0.51% | - |
| HSV(B) | 303.85º | 0.95% | 0.96% | - |
| XYZ | 52.56 | 25.63 | 77.78 | - |
| YUV | 106.93 | 198.02 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 231 | 0 | 0.95 | 0.06 | 0.04 | 303.85 | 0.93 | 0.51 |
| Hex | F6 | C | E7 | 0 | 5F | 6 | 4 | 130 | 5D | 33 |
| Octal | 366 | 14 | 347 | 0 | 137 | 6 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1100 | 11100111 | 0 | 1011111 | 110 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60CE7
Complementary color
Monochromatic Colors of #F60CE7
Black with #F60CE7
Text Example
Text Example
White with #F60CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE7; }
p { color: rgb(246,12,231); }
H1.HeaderClassName
{
color: #F60CE7;
}
.AnyTagClassName
{
color: #F60CE7;
}
</style>
background-color css
<style>
a { background-color: #F60CE7; }
a { background-color: rgb(246,12,231); }
div.DivClassName
{
background-color: #F60CE7;
}
.BgClassName
{
background-color: #F60CE7;
}
</style>
border-color css
<style>
span { border-color: #F60CE7; }
span { border-color: rgb(246,12,231); }
td.TdClassName
{
border-color: #F60CE7;
}
.TagClassName
{
border-color: #F60CE7;
}
</style>