Shades of Magenta #F119E7
Tints of Magenta #F119E7
RGB
CMYK
RGB Variations
Color information
#F119E7 (or 0xF119E7) is known color: Magenta. HEX triplet: F1, 19 and E7. RGB value is (241,25,231). Sum of RGB (Red+Green+Blue) = 241+25+231=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 25 (10.16% from 255 or 5.03% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F119E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119E7 is #0EE618. Grayscale: #707070. Windows color (decimal): -976409 or 15145457. OLE color: 15145457.
HSL color Cylindrical-coordinate representation of color #F119E7: hue angle of 302.78º 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 #F119E7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 231 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.05 |
| HSL | 302.78º | 0.89% | 0.52% | - |
| HSV(B) | 302.78º | 0.9% | 0.95% | - |
| XYZ | 51.05 | 25.17 | 77.77 | - |
| YUV | 113.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 231 | 0 | 0.90 | 0.04 | 0.05 | 302.78 | 0.89 | 0.52 |
| Hex | F1 | 19 | E7 | 0 | 5A | 4 | 5 | 12F | 59 | 34 |
| Octal | 361 | 31 | 347 | 0 | 132 | 4 | 5 | 457 | 131 | 64 |
| Binary | 11110001 | 11001 | 11100111 | 0 | 1011010 | 100 | 101 | 100101111 | 1011001 | 110100 |
Color Harmonies of #F119E7
Complementary color
Monochromatic Colors of #F119E7
Black with #F119E7
Text Example
Text Example
White with #F119E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119E7; }
p { color: rgb(241,25,231); }
H1.HeaderClassName
{
color: #F119E7;
}
.AnyTagClassName
{
color: #F119E7;
}
</style>
background-color css
<style>
a { background-color: #F119E7; }
a { background-color: rgb(241,25,231); }
div.DivClassName
{
background-color: #F119E7;
}
.BgClassName
{
background-color: #F119E7;
}
</style>
border-color css
<style>
span { border-color: #F119E7; }
span { border-color: rgb(241,25,231); }
td.TdClassName
{
border-color: #F119E7;
}
.TagClassName
{
border-color: #F119E7;
}
</style>