Shades of Magenta #F10AED
Tints of Magenta #F10AED
RGB
CMYK
RGB Variations
Color information
#F10AED (or 0xF10AED) is known color: Magenta. HEX triplet: F1, 0A and ED. RGB value is (241,10,237). Sum of RGB (Red+Green+Blue) = 241+10+237=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 10 (4.30% from 255 or 2.05% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10AED is #0EF512. Grayscale: #686868. Windows color (decimal): -980243 or 15534833. OLE color: 15534833.
HSL color Cylindrical-coordinate representation of color #F10AED: hue angle of 301.04º 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 #F10AED is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 237 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.05 |
| HSL | 301.04º | 0.92% | 0.49% | - |
| HSV(B) | 301.04º | 0.96% | 0.95% | - |
| XYZ | 51.67 | 25.03 | 82.23 | - |
| YUV | 104.95 | 202.53 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 237 | 0 | 0.96 | 0.02 | 0.05 | 301.04 | 0.92 | 0.49 |
| Hex | F1 | A | ED | 0 | 60 | 2 | 5 | 12D | 5C | 31 |
| Octal | 361 | 12 | 355 | 0 | 140 | 2 | 5 | 455 | 134 | 61 |
| Binary | 11110001 | 1010 | 11101101 | 0 | 1100000 | 10 | 101 | 100101101 | 1011100 | 110001 |
Color Harmonies of #F10AED
Complementary color
Monochromatic Colors of #F10AED
Black with #F10AED
Text Example
Text Example
White with #F10AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AED; }
p { color: rgb(241,10,237); }
H1.HeaderClassName
{
color: #F10AED;
}
.AnyTagClassName
{
color: #F10AED;
}
</style>
background-color css
<style>
a { background-color: #F10AED; }
a { background-color: rgb(241,10,237); }
div.DivClassName
{
background-color: #F10AED;
}
.BgClassName
{
background-color: #F10AED;
}
</style>
border-color css
<style>
span { border-color: #F10AED; }
span { border-color: rgb(241,10,237); }
td.TdClassName
{
border-color: #F10AED;
}
.TagClassName
{
border-color: #F10AED;
}
</style>