Shades of Magenta #F60FFE
Tints of Magenta #F60FFE
RGB
CMYK
RGB Variations
Color information
#F60FFE (or 0xF60FFE) is known color: Magenta. HEX triplet: F6, 0F and FE. RGB value is (246,15,254). Sum of RGB (Red+Green+Blue) = 246+15+254=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 15 (6.25% from 255 or 2.91% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F60FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60FFE is #09F001. Grayscale: #6E6E6E. Windows color (decimal): -651266 or 16650230. OLE color: 16650230.
HSL color Cylindrical-coordinate representation of color #F60FFE: hue angle of 297.99º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60FFE is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 15 | 254 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.00 |
| HSL | 297.99º | 0.99% | 0.53% | - |
| HSV(B) | 297.99º | 0.94% | 1% | - |
| XYZ | 56.07 | 27.09 | 96.04 | - |
| YUV | 111.32 | 208.53 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 15 | 254 | 0.03 | 0.94 | 0 | 0.00 | 297.99 | 0.99 | 0.53 |
| Hex | F6 | F | FE | 3 | 5E | 0 | 0 | 12A | 63 | 35 |
| Octal | 366 | 17 | 376 | 3 | 136 | 0 | 0 | 452 | 143 | 65 |
| Binary | 11110110 | 1111 | 11111110 | 11 | 1011110 | 0 | 0 | 100101010 | 1100011 | 110101 |
Color Harmonies of #F60FFE
Complementary color
Monochromatic Colors of #F60FFE
Black with #F60FFE
Text Example
Text Example
White with #F60FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60FFE; }
p { color: rgb(246,15,254); }
H1.HeaderClassName
{
color: #F60FFE;
}
.AnyTagClassName
{
color: #F60FFE;
}
</style>
background-color css
<style>
a { background-color: #F60FFE; }
a { background-color: rgb(246,15,254); }
div.DivClassName
{
background-color: #F60FFE;
}
.BgClassName
{
background-color: #F60FFE;
}
</style>
border-color css
<style>
span { border-color: #F60FFE; }
span { border-color: rgb(246,15,254); }
td.TdClassName
{
border-color: #F60FFE;
}
.TagClassName
{
border-color: #F60FFE;
}
</style>