Shades of Magenta #F10AF2
Tints of Magenta #F10AF2
RGB
CMYK
RGB Variations
Color information
#F10AF2 (or 0xF10AF2) is known color: Magenta. HEX triplet: F1, 0A and F2. RGB value is (241,10,242). Sum of RGB (Red+Green+Blue) = 241+10+242=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #F10AF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10AF2 is #0EF50D. Grayscale: #686868. Windows color (decimal): -980238 or 15862513. OLE color: 15862513.
HSL color Cylindrical-coordinate representation of color #F10AF2: hue angle of 299.74º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AF2 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 242 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.05 |
| HSL | 299.74º | 0.92% | 0.49% | - |
| HSV(B) | 299.74º | 0.96% | 0.95% | - |
| XYZ | 52.41 | 25.33 | 86.13 | - |
| YUV | 105.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 242 | 0.00 | 0.96 | 0 | 0.05 | 299.74 | 0.92 | 0.49 |
| Hex | F1 | A | F2 | 0 | 60 | 0 | 5 | 12C | 5C | 31 |
| Octal | 361 | 12 | 362 | 0 | 140 | 0 | 5 | 454 | 134 | 61 |
| Binary | 11110001 | 1010 | 11110010 | 0 | 1100000 | 0 | 101 | 100101100 | 1011100 | 110001 |
Color Harmonies of #F10AF2
Complementary color
Monochromatic Colors of #F10AF2
Black with #F10AF2
Text Example
Text Example
White with #F10AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AF2; }
p { color: rgb(241,10,242); }
H1.HeaderClassName
{
color: #F10AF2;
}
.AnyTagClassName
{
color: #F10AF2;
}
</style>
background-color css
<style>
a { background-color: #F10AF2; }
a { background-color: rgb(241,10,242); }
div.DivClassName
{
background-color: #F10AF2;
}
.BgClassName
{
background-color: #F10AF2;
}
</style>
border-color css
<style>
span { border-color: #F10AF2; }
span { border-color: rgb(241,10,242); }
td.TdClassName
{
border-color: #F10AF2;
}
.TagClassName
{
border-color: #F10AF2;
}
</style>