Shades of Magenta #F10FEA
Tints of Magenta #F10FEA
RGB
CMYK
RGB Variations
Color information
#F10FEA (or 0xF10FEA) is known color: Magenta. HEX triplet: F1, 0F and EA. RGB value is (241,15,234). Sum of RGB (Red+Green+Blue) = 241+15+234=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F10FEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F10FEA is #0EF015. Grayscale: #6A6A6A. Windows color (decimal): -978966 or 15339505. OLE color: 15339505.
HSL color Cylindrical-coordinate representation of color #F10FEA: hue angle of 301.86º 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 #F10FEA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 15 | 234 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.05 |
| HSL | 301.86º | 0.89% | 0.5% | - |
| HSV(B) | 301.86º | 0.94% | 0.95% | - |
| XYZ | 51.3 | 24.98 | 79.96 | - |
| YUV | 107.54 | 199.37 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 15 | 234 | 0 | 0.94 | 0.03 | 0.05 | 301.86 | 0.89 | 0.5 |
| Hex | F1 | F | EA | 0 | 5E | 3 | 5 | 12E | 59 | 32 |
| Octal | 361 | 17 | 352 | 0 | 136 | 3 | 5 | 456 | 131 | 62 |
| Binary | 11110001 | 1111 | 11101010 | 0 | 1011110 | 11 | 101 | 100101110 | 1011001 | 110010 |
Color Harmonies of #F10FEA
Complementary color
Monochromatic Colors of #F10FEA
Black with #F10FEA
Text Example
Text Example
White with #F10FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10FEA; }
p { color: rgb(241,15,234); }
H1.HeaderClassName
{
color: #F10FEA;
}
.AnyTagClassName
{
color: #F10FEA;
}
</style>
background-color css
<style>
a { background-color: #F10FEA; }
a { background-color: rgb(241,15,234); }
div.DivClassName
{
background-color: #F10FEA;
}
.BgClassName
{
background-color: #F10FEA;
}
</style>
border-color css
<style>
span { border-color: #F10FEA; }
span { border-color: rgb(241,15,234); }
td.TdClassName
{
border-color: #F10FEA;
}
.TagClassName
{
border-color: #F10FEA;
}
</style>