Shades of Magenta #F60DF0
Tints of Magenta #F60DF0
RGB
CMYK
RGB Variations
Color information
#F60DF0 (or 0xF60DF0) is known color: Magenta. HEX triplet: F6, 0D and F0. RGB value is (246,13,240). Sum of RGB (Red+Green+Blue) = 246+13+240=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 13 (5.47% from 255 or 2.61% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DF0 is #09F20F. Grayscale: #6B6B6B. Windows color (decimal): -651792 or 15732214. OLE color: 15732214.
HSL color Cylindrical-coordinate representation of color #F60DF0: hue angle of 301.55º 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 #F60DF0 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 240 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.04 |
| HSL | 301.55º | 0.93% | 0.51% | - |
| HSV(B) | 301.55º | 0.95% | 0.96% | - |
| XYZ | 53.88 | 26.17 | 84.65 | - |
| YUV | 108.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 240 | 0 | 0.95 | 0.02 | 0.04 | 301.55 | 0.93 | 0.51 |
| Hex | F6 | D | F0 | 0 | 5F | 2 | 4 | 12E | 5D | 33 |
| Octal | 366 | 15 | 360 | 0 | 137 | 2 | 4 | 456 | 135 | 63 |
| Binary | 11110110 | 1101 | 11110000 | 0 | 1011111 | 10 | 100 | 100101110 | 1011101 | 110011 |
Color Harmonies of #F60DF0
Complementary color
Monochromatic Colors of #F60DF0
Black with #F60DF0
Text Example
Text Example
White with #F60DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DF0; }
p { color: rgb(246,13,240); }
H1.HeaderClassName
{
color: #F60DF0;
}
.AnyTagClassName
{
color: #F60DF0;
}
</style>
background-color css
<style>
a { background-color: #F60DF0; }
a { background-color: rgb(246,13,240); }
div.DivClassName
{
background-color: #F60DF0;
}
.BgClassName
{
background-color: #F60DF0;
}
</style>
border-color css
<style>
span { border-color: #F60DF0; }
span { border-color: rgb(246,13,240); }
td.TdClassName
{
border-color: #F60DF0;
}
.TagClassName
{
border-color: #F60DF0;
}
</style>