Shades of Magenta #F60AFF
Tints of Magenta #F60AFF
RGB
CMYK
RGB Variations
Color information
#F60AFF (or 0xF60AFF) is known color: Magenta. HEX triplet: F6, 0A and FF. RGB value is (246,10,255). Sum of RGB (Red+Green+Blue) = 246+10+255=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 10 (4.30% from 255 or 1.96% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #F60AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60AFF is #09F500. Grayscale: #6B6B6B. Windows color (decimal): -652545 or 16714486. OLE color: 16714486.
HSL color Cylindrical-coordinate representation of color #F60AFF: hue angle of 297.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60AFF is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 10 | 255 | - |
| CMYK | 0.04 | 0.96 | 0 | 0 |
| HSL | 297.8º | 1% | 0.52% | - |
| HSV(B) | 297.8º | 0.96% | 1% | - |
| XYZ | 56.16 | 27.03 | 96.86 | - |
| YUV | 108.49 | 210.69 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 255 | 0.04 | 0.96 | 0 | 0 | 297.8 | 1 | 0.52 |
| Hex | F6 | A | FF | 4 | 60 | 0 | 0 | 12A | 64 | 34 |
| Octal | 366 | 12 | 377 | 4 | 140 | 0 | 0 | 452 | 144 | 64 |
| Binary | 11110110 | 1010 | 11111111 | 100 | 1100000 | 0 | 0 | 100101010 | 1100100 | 110100 |
Color Harmonies of #F60AFF
Complementary color
Monochromatic Colors of #F60AFF
Black with #F60AFF
Text Example
Text Example
White with #F60AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AFF; }
p { color: rgb(246,10,255); }
H1.HeaderClassName
{
color: #F60AFF;
}
.AnyTagClassName
{
color: #F60AFF;
}
</style>
background-color css
<style>
a { background-color: #F60AFF; }
a { background-color: rgb(246,10,255); }
div.DivClassName
{
background-color: #F60AFF;
}
.BgClassName
{
background-color: #F60AFF;
}
</style>
border-color css
<style>
span { border-color: #F60AFF; }
span { border-color: rgb(246,10,255); }
td.TdClassName
{
border-color: #F60AFF;
}
.TagClassName
{
border-color: #F60AFF;
}
</style>