Shades of Magenta #F61AF2
Tints of Magenta #F61AF2
RGB
CMYK
RGB Variations
Color information
#F61AF2 (or 0xF61AF2) is known color: Magenta. HEX triplet: F6, 1A and F2. RGB value is (246,26,242). Sum of RGB (Red+Green+Blue) = 246+26+242=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 26 (10.55% from 255 or 5.06% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F61AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61AF2 is #09E50D. Grayscale: #737373. Windows color (decimal): -648462 or 15866614. OLE color: 15866614.
HSL color Cylindrical-coordinate representation of color #F61AF2: hue angle of 301.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61AF2 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 242 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.04 |
| HSL | 301.09º | 0.92% | 0.53% | - |
| HSV(B) | 301.09º | 0.89% | 0.96% | - |
| XYZ | 54.4 | 26.74 | 86.3 | - |
| YUV | 116.4 | 198.89 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 242 | 0 | 0.89 | 0.02 | 0.04 | 301.09 | 0.92 | 0.53 |
| Hex | F6 | 1A | F2 | 0 | 59 | 2 | 4 | 12D | 5C | 35 |
| Octal | 366 | 32 | 362 | 0 | 131 | 2 | 4 | 455 | 134 | 65 |
| Binary | 11110110 | 11010 | 11110010 | 0 | 1011001 | 10 | 100 | 100101101 | 1011100 | 110101 |
Color Harmonies of #F61AF2
Complementary color
Monochromatic Colors of #F61AF2
Black with #F61AF2
Text Example
Text Example
White with #F61AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61AF2; }
p { color: rgb(246,26,242); }
H1.HeaderClassName
{
color: #F61AF2;
}
.AnyTagClassName
{
color: #F61AF2;
}
</style>
background-color css
<style>
a { background-color: #F61AF2; }
a { background-color: rgb(246,26,242); }
div.DivClassName
{
background-color: #F61AF2;
}
.BgClassName
{
background-color: #F61AF2;
}
</style>
border-color css
<style>
span { border-color: #F61AF2; }
span { border-color: rgb(246,26,242); }
td.TdClassName
{
border-color: #F61AF2;
}
.TagClassName
{
border-color: #F61AF2;
}
</style>