Shades of Magenta #F114ED
Tints of Magenta #F114ED
RGB
CMYK
RGB Variations
Color information
#F114ED (or 0xF114ED) is known color: Magenta. HEX triplet: F1, 14 and ED. RGB value is (241,20,237). Sum of RGB (Red+Green+Blue) = 241+20+237=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F114ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114ED is #0EEB12. Grayscale: #6E6E6E. Windows color (decimal): -977683 or 15537393. OLE color: 15537393.
HSL color Cylindrical-coordinate representation of color #F114ED: hue angle of 301.09º 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 #F114ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 237 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.05 |
| HSL | 301.09º | 0.89% | 0.51% | - |
| HSV(B) | 301.09º | 0.92% | 0.95% | - |
| XYZ | 51.81 | 25.32 | 82.28 | - |
| YUV | 110.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 237 | 0 | 0.92 | 0.02 | 0.05 | 301.09 | 0.89 | 0.51 |
| Hex | F1 | 14 | ED | 0 | 5C | 2 | 5 | 12D | 59 | 33 |
| Octal | 361 | 24 | 355 | 0 | 134 | 2 | 5 | 455 | 131 | 63 |
| Binary | 11110001 | 10100 | 11101101 | 0 | 1011100 | 10 | 101 | 100101101 | 1011001 | 110011 |
Color Harmonies of #F114ED
Complementary color
Monochromatic Colors of #F114ED
Black with #F114ED
Text Example
Text Example
White with #F114ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F114ED; }
p { color: rgb(241,20,237); }
H1.HeaderClassName
{
color: #F114ED;
}
.AnyTagClassName
{
color: #F114ED;
}
</style>
background-color css
<style>
a { background-color: #F114ED; }
a { background-color: rgb(241,20,237); }
div.DivClassName
{
background-color: #F114ED;
}
.BgClassName
{
background-color: #F114ED;
}
</style>
border-color css
<style>
span { border-color: #F114ED; }
span { border-color: rgb(241,20,237); }
td.TdClassName
{
border-color: #F114ED;
}
.TagClassName
{
border-color: #F114ED;
}
</style>