Shades of Magenta #F60CE5
Tints of Magenta #F60CE5
RGB
CMYK
RGB Variations
Color information
#F60CE5 (or 0xF60CE5) is known color: Magenta. HEX triplet: F6, 0C and E5. RGB value is (246,12,229). Sum of RGB (Red+Green+Blue) = 246+12+229=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 12 (5.08% from 255 or 2.46% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F60CE5 is #09F31A. Grayscale: #6A6A6A. Windows color (decimal): -652059 or 15011062. OLE color: 15011062.
HSL color Cylindrical-coordinate representation of color #F60CE5: hue angle of 304.36º 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 #F60CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.04 |
| HSL | 304.36º | 0.93% | 0.51% | - |
| HSV(B) | 304.36º | 0.95% | 0.96% | - |
| XYZ | 52.28 | 25.51 | 76.3 | - |
| YUV | 106.7 | 197.02 | 227.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 229 | 0 | 0.95 | 0.07 | 0.04 | 304.36 | 0.93 | 0.51 |
| Hex | F6 | C | E5 | 0 | 5F | 7 | 4 | 130 | 5D | 33 |
| Octal | 366 | 14 | 345 | 0 | 137 | 7 | 4 | 460 | 135 | 63 |
| Binary | 11110110 | 1100 | 11100101 | 0 | 1011111 | 111 | 100 | 100110000 | 1011101 | 110011 |
Color Harmonies of #F60CE5
Complementary color
Monochromatic Colors of #F60CE5
Black with #F60CE5
Text Example
Text Example
White with #F60CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CE5; }
p { color: rgb(246,12,229); }
H1.HeaderClassName
{
color: #F60CE5;
}
.AnyTagClassName
{
color: #F60CE5;
}
</style>
background-color css
<style>
a { background-color: #F60CE5; }
a { background-color: rgb(246,12,229); }
div.DivClassName
{
background-color: #F60CE5;
}
.BgClassName
{
background-color: #F60CE5;
}
</style>
border-color css
<style>
span { border-color: #F60CE5; }
span { border-color: rgb(246,12,229); }
td.TdClassName
{
border-color: #F60CE5;
}
.TagClassName
{
border-color: #F60CE5;
}
</style>