Shades of Magenta #F10FED
Tints of Magenta #F10FED
RGB
CMYK
RGB Variations
Color information
#F10FED (or 0xF10FED) is known color: Magenta. HEX triplet: F1, 0F and ED. RGB value is (241,15,237). Sum of RGB (Red+Green+Blue) = 241+15+237=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FED is #0EF012. Grayscale: #6B6B6B. Windows color (decimal): -978963 or 15536113. OLE color: 15536113.
HSL color Cylindrical-coordinate representation of color #F10FED: hue angle of 301.06º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10FED is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.05 |
| HSL | 301.06º | 0.89% | 0.5% | - |
| HSV(B) | 301.06º | 0.94% | 0.95% | - |
| XYZ | 51.73 | 25.16 | 82.25 | - |
| YUV | 107.88 | 200.87 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 237 | 0 | 0.94 | 0.02 | 0.05 | 301.06 | 0.89 | 0.5 |
| Hex | F1 | F | ED | 0 | 5E | 2 | 5 | 12D | 59 | 32 |
| Octal | 361 | 17 | 355 | 0 | 136 | 2 | 5 | 455 | 131 | 62 |
| Binary | 11110001 | 1111 | 11101101 | 0 | 1011110 | 10 | 101 | 100101101 | 1011001 | 110010 |
Color Harmonies of #F10FED
Complementary color
Monochromatic Colors of #F10FED
Black with #F10FED
Text Example
Text Example
White with #F10FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FED; }
p { color: rgb(241,15,237); }
H1.HeaderClassName
{
color: #F10FED;
}
.AnyTagClassName
{
color: #F10FED;
}
</style>
background-color css
<style>
a { background-color: #F10FED; }
a { background-color: rgb(241,15,237); }
div.DivClassName
{
background-color: #F10FED;
}
.BgClassName
{
background-color: #F10FED;
}
</style>
border-color css
<style>
span { border-color: #F10FED; }
span { border-color: rgb(241,15,237); }
td.TdClassName
{
border-color: #F10FED;
}
.TagClassName
{
border-color: #F10FED;
}
</style>