Shades of Magenta #F914EC
Tints of Magenta #F914EC
RGB
CMYK
RGB Variations
Color information
#F914EC (or 0xF914EC) is known color: Magenta. HEX triplet: F9, 14 and EC. RGB value is (249,20,236). Sum of RGB (Red+Green+Blue) = 249+20+236=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 20 (8.20% from 255 or 3.96% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F914EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F914EC is #06EB13. Grayscale: #707070. Windows color (decimal): -453396 or 15471865. OLE color: 15471865.
HSL color Cylindrical-coordinate representation of color #F914EC: hue angle of 303.41º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F914EC is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 236 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.02 |
| HSL | 303.41º | 0.95% | 0.53% | - |
| HSV(B) | 303.41º | 0.92% | 0.98% | - |
| XYZ | 54.46 | 26.7 | 81.64 | - |
| YUV | 113.1 | 197.37 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 236 | 0 | 0.92 | 0.05 | 0.02 | 303.41 | 0.95 | 0.53 |
| Hex | F9 | 14 | EC | 0 | 5C | 5 | 2 | 12F | 5F | 35 |
| Octal | 371 | 24 | 354 | 0 | 134 | 5 | 2 | 457 | 137 | 65 |
| Binary | 11111001 | 10100 | 11101100 | 0 | 1011100 | 101 | 10 | 100101111 | 1011111 | 110101 |
Color Harmonies of #F914EC
Complementary color
Monochromatic Colors of #F914EC
Black with #F914EC
Text Example
Text Example
White with #F914EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914EC; }
p { color: rgb(249,20,236); }
H1.HeaderClassName
{
color: #F914EC;
}
.AnyTagClassName
{
color: #F914EC;
}
</style>
background-color css
<style>
a { background-color: #F914EC; }
a { background-color: rgb(249,20,236); }
div.DivClassName
{
background-color: #F914EC;
}
.BgClassName
{
background-color: #F914EC;
}
</style>
border-color css
<style>
span { border-color: #F914EC; }
span { border-color: rgb(249,20,236); }
td.TdClassName
{
border-color: #F914EC;
}
.TagClassName
{
border-color: #F914EC;
}
</style>