Shades of Magenta #F60FF2
Tints of Magenta #F60FF2
RGB
CMYK
RGB Variations
Color information
#F60FF2 (or 0xF60FF2) is known color: Magenta. HEX triplet: F6, 0F and F2. RGB value is (246,15,242). Sum of RGB (Red+Green+Blue) = 246+15+242=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F60FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FF2 is #09F00D. Grayscale: #6D6D6D. Windows color (decimal): -651278 or 15863798. OLE color: 15863798.
HSL color Cylindrical-coordinate representation of color #F60FF2: hue angle of 301.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.04 |
| HSL | 301.04º | 0.93% | 0.51% | - |
| HSV(B) | 301.04º | 0.94% | 0.96% | - |
| XYZ | 54.2 | 26.35 | 86.23 | - |
| YUV | 109.95 | 202.53 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 242 | 0 | 0.94 | 0.02 | 0.04 | 301.04 | 0.93 | 0.51 |
| Hex | F6 | F | F2 | 0 | 5E | 2 | 4 | 12D | 5D | 33 |
| Octal | 366 | 17 | 362 | 0 | 136 | 2 | 4 | 455 | 135 | 63 |
| Binary | 11110110 | 1111 | 11110010 | 0 | 1011110 | 10 | 100 | 100101101 | 1011101 | 110011 |
Color Harmonies of #F60FF2
Complementary color
Monochromatic Colors of #F60FF2
Black with #F60FF2
Text Example
Text Example
White with #F60FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FF2; }
p { color: rgb(246,15,242); }
H1.HeaderClassName
{
color: #F60FF2;
}
.AnyTagClassName
{
color: #F60FF2;
}
</style>
background-color css
<style>
a { background-color: #F60FF2; }
a { background-color: rgb(246,15,242); }
div.DivClassName
{
background-color: #F60FF2;
}
.BgClassName
{
background-color: #F60FF2;
}
</style>
border-color css
<style>
span { border-color: #F60FF2; }
span { border-color: rgb(246,15,242); }
td.TdClassName
{
border-color: #F60FF2;
}
.TagClassName
{
border-color: #F60FF2;
}
</style>