Shades of Magenta #F91FEC
Tints of Magenta #F91FEC
RGB
CMYK
RGB Variations
Color information
#F91FEC (or 0xF91FEC) is known color: Magenta. HEX triplet: F9, 1F and EC. RGB value is (249,31,236). Sum of RGB (Red+Green+Blue) = 249+31+236=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 31 (12.5% from 255 or 6.01% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FEC is #06E013. Grayscale: #767676. Windows color (decimal): -450580 or 15474681. OLE color: 15474681.
HSL color Cylindrical-coordinate representation of color #F91FEC: hue angle of 303.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91FEC is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 236 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.02 |
| HSL | 303.58º | 0.95% | 0.55% | - |
| HSV(B) | 303.58º | 0.88% | 0.98% | - |
| XYZ | 54.7 | 27.18 | 81.72 | - |
| YUV | 119.55 | 193.72 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 236 | 0 | 0.88 | 0.05 | 0.02 | 303.58 | 0.95 | 0.55 |
| Hex | F9 | 1F | EC | 0 | 58 | 5 | 2 | 130 | 5F | 37 |
| Octal | 371 | 37 | 354 | 0 | 130 | 5 | 2 | 460 | 137 | 67 |
| Binary | 11111001 | 11111 | 11101100 | 0 | 1011000 | 101 | 10 | 100110000 | 1011111 | 110111 |
Color Harmonies of #F91FEC
Complementary color
Monochromatic Colors of #F91FEC
Black with #F91FEC
Text Example
Text Example
White with #F91FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FEC; }
p { color: rgb(249,31,236); }
H1.HeaderClassName
{
color: #F91FEC;
}
.AnyTagClassName
{
color: #F91FEC;
}
</style>
background-color css
<style>
a { background-color: #F91FEC; }
a { background-color: rgb(249,31,236); }
div.DivClassName
{
background-color: #F91FEC;
}
.BgClassName
{
background-color: #F91FEC;
}
</style>
border-color css
<style>
span { border-color: #F91FEC; }
span { border-color: rgb(249,31,236); }
td.TdClassName
{
border-color: #F91FEC;
}
.TagClassName
{
border-color: #F91FEC;
}
</style>