Shades of Magenta #F60AF8
Tints of Magenta #F60AF8
RGB
CMYK
RGB Variations
Color information
#F60AF8 (or 0xF60AF8) is known color: Magenta. HEX triplet: F6, 0A and F8. RGB value is (246,10,248). Sum of RGB (Red+Green+Blue) = 246+10+248=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 10 (4.30% from 255 or 1.98% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #F60AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F60AF8 is #09F507. Grayscale: #6A6A6A. Windows color (decimal): -652552 or 16255734. OLE color: 16255734.
HSL color Cylindrical-coordinate representation of color #F60AF8: hue angle of 299.5º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60AF8 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 10 | 248 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.03 |
| HSL | 299.5º | 0.94% | 0.51% | - |
| HSV(B) | 299.5º | 0.96% | 0.97% | - |
| XYZ | 55.06 | 26.59 | 91.04 | - |
| YUV | 107.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 248 | 0.01 | 0.96 | 0 | 0.03 | 299.5 | 0.94 | 0.51 |
| Hex | F6 | A | F8 | 1 | 60 | 0 | 3 | 12B | 5E | 33 |
| Octal | 366 | 12 | 370 | 1 | 140 | 0 | 3 | 453 | 136 | 63 |
| Binary | 11110110 | 1010 | 11111000 | 1 | 1100000 | 0 | 11 | 100101011 | 1011110 | 110011 |
Color Harmonies of #F60AF8
Complementary color
Monochromatic Colors of #F60AF8
Black with #F60AF8
Text Example
Text Example
White with #F60AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AF8; }
p { color: rgb(246,10,248); }
H1.HeaderClassName
{
color: #F60AF8;
}
.AnyTagClassName
{
color: #F60AF8;
}
</style>
background-color css
<style>
a { background-color: #F60AF8; }
a { background-color: rgb(246,10,248); }
div.DivClassName
{
background-color: #F60AF8;
}
.BgClassName
{
background-color: #F60AF8;
}
</style>
border-color css
<style>
span { border-color: #F60AF8; }
span { border-color: rgb(246,10,248); }
td.TdClassName
{
border-color: #F60AF8;
}
.TagClassName
{
border-color: #F60AF8;
}
</style>