Shades of Magenta #F119E6
Tints of Magenta #F119E6
RGB
CMYK
RGB Variations
Color information
#F119E6 (or 0xF119E6) is known color: Magenta. HEX triplet: F1, 19 and E6. RGB value is (241,25,230). Sum of RGB (Red+Green+Blue) = 241+25+230=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F119E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119E6 is #0EE619. Grayscale: #707070. Windows color (decimal): -976410 or 15079921. OLE color: 15079921.
HSL color Cylindrical-coordinate representation of color #F119E6: hue angle of 303.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F119E6 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 230 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.05 |
| HSL | 303.06º | 0.89% | 0.52% | - |
| HSV(B) | 303.06º | 0.9% | 0.95% | - |
| XYZ | 50.91 | 25.11 | 77.03 | - |
| YUV | 112.95 | 194.06 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 230 | 0 | 0.90 | 0.05 | 0.05 | 303.06 | 0.89 | 0.52 |
| Hex | F1 | 19 | E6 | 0 | 5A | 5 | 5 | 12F | 59 | 34 |
| Octal | 361 | 31 | 346 | 0 | 132 | 5 | 5 | 457 | 131 | 64 |
| Binary | 11110001 | 11001 | 11100110 | 0 | 1011010 | 101 | 101 | 100101111 | 1011001 | 110100 |
Color Harmonies of #F119E6
Complementary color
Monochromatic Colors of #F119E6
Black with #F119E6
Text Example
Text Example
White with #F119E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119E6; }
p { color: rgb(241,25,230); }
H1.HeaderClassName
{
color: #F119E6;
}
.AnyTagClassName
{
color: #F119E6;
}
</style>
background-color css
<style>
a { background-color: #F119E6; }
a { background-color: rgb(241,25,230); }
div.DivClassName
{
background-color: #F119E6;
}
.BgClassName
{
background-color: #F119E6;
}
</style>
border-color css
<style>
span { border-color: #F119E6; }
span { border-color: rgb(241,25,230); }
td.TdClassName
{
border-color: #F119E6;
}
.TagClassName
{
border-color: #F119E6;
}
</style>