Shades of Magenta #F60DFF
Tints of Magenta #F60DFF
RGB
CMYK
RGB Variations
Color information
#F60DFF (or 0xF60DFF) is known color: Magenta. HEX triplet: F6, 0D and FF. RGB value is (246,13,255). Sum of RGB (Red+Green+Blue) = 246+13+255=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 13 (5.47% from 255 or 2.53% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60DFF is #09F200. Grayscale: #6D6D6D. Windows color (decimal): -651777 or 16715254. OLE color: 16715254.
HSL color Cylindrical-coordinate representation of color #F60DFF: hue angle of 297.77º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DFF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 13 | 255 | - |
| CMYK | 0.04 | 0.95 | 0 | 0 |
| HSL | 297.77º | 1% | 0.53% | - |
| HSV(B) | 297.77º | 0.95% | 1% | - |
| XYZ | 56.2 | 27.1 | 96.88 | - |
| YUV | 110.26 | 209.69 | 224.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 255 | 0.04 | 0.95 | 0 | 0 | 297.77 | 1 | 0.53 |
| Hex | F6 | D | FF | 4 | 5F | 0 | 0 | 12A | 64 | 35 |
| Octal | 366 | 15 | 377 | 4 | 137 | 0 | 0 | 452 | 144 | 65 |
| Binary | 11110110 | 1101 | 11111111 | 100 | 1011111 | 0 | 0 | 100101010 | 1100100 | 110101 |
Color Harmonies of #F60DFF
Complementary color
Monochromatic Colors of #F60DFF
Black with #F60DFF
Text Example
Text Example
White with #F60DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DFF; }
p { color: rgb(246,13,255); }
H1.HeaderClassName
{
color: #F60DFF;
}
.AnyTagClassName
{
color: #F60DFF;
}
</style>
background-color css
<style>
a { background-color: #F60DFF; }
a { background-color: rgb(246,13,255); }
div.DivClassName
{
background-color: #F60DFF;
}
.BgClassName
{
background-color: #F60DFF;
}
</style>
border-color css
<style>
span { border-color: #F60DFF; }
span { border-color: rgb(246,13,255); }
td.TdClassName
{
border-color: #F60DFF;
}
.TagClassName
{
border-color: #F60DFF;
}
</style>