Shades of Magenta #F60CF1
Tints of Magenta #F60CF1
RGB
CMYK
RGB Variations
Color information
#F60CF1 (or 0xF60CF1) is known color: Magenta. HEX triplet: F6, 0C and F1. RGB value is (246,12,241). Sum of RGB (Red+Green+Blue) = 246+12+241=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 12 (5.08% from 255 or 2.40% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60CF1 is #09F30E. Grayscale: #6B6B6B. Windows color (decimal): -652047 or 15797494. OLE color: 15797494.
HSL color Cylindrical-coordinate representation of color #F60CF1: hue angle of 301.28º 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 #F60CF1 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 241 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.04 |
| HSL | 301.28º | 0.93% | 0.51% | - |
| HSV(B) | 301.28º | 0.95% | 0.96% | - |
| XYZ | 54.01 | 26.21 | 85.43 | - |
| YUV | 108.07 | 203.02 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 241 | 0 | 0.95 | 0.02 | 0.04 | 301.28 | 0.93 | 0.51 |
| Hex | F6 | C | F1 | 0 | 5F | 2 | 4 | 12D | 5D | 33 |
| Octal | 366 | 14 | 361 | 0 | 137 | 2 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 1100 | 11110001 | 0 | 1011111 | 10 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F60CF1
Complementary color
Monochromatic Colors of #F60CF1
Black with #F60CF1
Text Example
Text Example
White with #F60CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CF1; }
p { color: rgb(246,12,241); }
H1.HeaderClassName
{
color: #F60CF1;
}
.AnyTagClassName
{
color: #F60CF1;
}
</style>
background-color css
<style>
a { background-color: #F60CF1; }
a { background-color: rgb(246,12,241); }
div.DivClassName
{
background-color: #F60CF1;
}
.BgClassName
{
background-color: #F60CF1;
}
</style>
border-color css
<style>
span { border-color: #F60CF1; }
span { border-color: rgb(246,12,241); }
td.TdClassName
{
border-color: #F60CF1;
}
.TagClassName
{
border-color: #F60CF1;
}
</style>