Shades of Magenta #F119ED
Tints of Magenta #F119ED
RGB
CMYK
RGB Variations
Color information
#F119ED (or 0xF119ED) is known color: Magenta. HEX triplet: F1, 19 and ED. RGB value is (241,25,237). Sum of RGB (Red+Green+Blue) = 241+25+237=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F119ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F119ED is #0EE612. Grayscale: #717171. Windows color (decimal): -976403 or 15538673. OLE color: 15538673.
HSL color Cylindrical-coordinate representation of color #F119ED: hue angle of 301.11º 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 #F119ED is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 237 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.05 |
| HSL | 301.11º | 0.89% | 0.52% | - |
| HSV(B) | 301.11º | 0.9% | 0.95% | - |
| XYZ | 51.91 | 25.51 | 82.31 | - |
| YUV | 113.75 | 197.56 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 237 | 0 | 0.90 | 0.02 | 0.05 | 301.11 | 0.89 | 0.52 |
| Hex | F1 | 19 | ED | 0 | 5A | 2 | 5 | 12D | 59 | 34 |
| Octal | 361 | 31 | 355 | 0 | 132 | 2 | 5 | 455 | 131 | 64 |
| Binary | 11110001 | 11001 | 11101101 | 0 | 1011010 | 10 | 101 | 100101101 | 1011001 | 110100 |
Color Harmonies of #F119ED
Complementary color
Monochromatic Colors of #F119ED
Black with #F119ED
Text Example
Text Example
White with #F119ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F119ED; }
p { color: rgb(241,25,237); }
H1.HeaderClassName
{
color: #F119ED;
}
.AnyTagClassName
{
color: #F119ED;
}
</style>
background-color css
<style>
a { background-color: #F119ED; }
a { background-color: rgb(241,25,237); }
div.DivClassName
{
background-color: #F119ED;
}
.BgClassName
{
background-color: #F119ED;
}
</style>
border-color css
<style>
span { border-color: #F119ED; }
span { border-color: rgb(241,25,237); }
td.TdClassName
{
border-color: #F119ED;
}
.TagClassName
{
border-color: #F119ED;
}
</style>