Shades of Magenta #F113EB
Tints of Magenta #F113EB
RGB
CMYK
RGB Variations
Color information
#F113EB (or 0xF113EB) is known color: Magenta. HEX triplet: F1, 13 and EB. RGB value is (241,19,235). Sum of RGB (Red+Green+Blue) = 241+19+235=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 19 (7.81% from 255 or 3.84% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F113EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113EB is #0EEC14. Grayscale: #6D6D6D. Windows color (decimal): -977941 or 15406065. OLE color: 15406065.
HSL color Cylindrical-coordinate representation of color #F113EB: hue angle of 301.62º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113EB is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 235 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.62º | 0.89% | 0.51% | - |
| HSV(B) | 301.62º | 0.92% | 0.95% | - |
| XYZ | 51.5 | 25.16 | 80.74 | - |
| YUV | 110 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 235 | 0 | 0.92 | 0.02 | 0.05 | 301.62 | 0.89 | 0.51 |
| Hex | F1 | 13 | EB | 0 | 5C | 2 | 5 | 12E | 59 | 33 |
| Octal | 361 | 23 | 353 | 0 | 134 | 2 | 5 | 456 | 131 | 63 |
| Binary | 11110001 | 10011 | 11101011 | 0 | 1011100 | 10 | 101 | 100101110 | 1011001 | 110011 |
Color Harmonies of #F113EB
Complementary color
Monochromatic Colors of #F113EB
Black with #F113EB
Text Example
Text Example
White with #F113EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113EB; }
p { color: rgb(241,19,235); }
H1.HeaderClassName
{
color: #F113EB;
}
.AnyTagClassName
{
color: #F113EB;
}
</style>
background-color css
<style>
a { background-color: #F113EB; }
a { background-color: rgb(241,19,235); }
div.DivClassName
{
background-color: #F113EB;
}
.BgClassName
{
background-color: #F113EB;
}
</style>
border-color css
<style>
span { border-color: #F113EB; }
span { border-color: rgb(241,19,235); }
td.TdClassName
{
border-color: #F113EB;
}
.TagClassName
{
border-color: #F113EB;
}
</style>