Shades of Magenta #F91FEF
Tints of Magenta #F91FEF
RGB
CMYK
RGB Variations
Color information
#F91FEF (or 0xF91FEF) is known color: Magenta. HEX triplet: F9, 1F and EF. RGB value is (249,31,239). Sum of RGB (Red+Green+Blue) = 249+31+239=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 31 (12.5% from 255 or 5.97% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F91FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FEF is #06E010. Grayscale: #777777. Windows color (decimal): -450577 or 15671289. OLE color: 15671289.
HSL color Cylindrical-coordinate representation of color #F91FEF: hue angle of 302.75º 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 #F91FEF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 239 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.02 |
| HSL | 302.75º | 0.95% | 0.55% | - |
| HSV(B) | 302.75º | 0.88% | 0.98% | - |
| XYZ | 55.14 | 27.35 | 84.03 | - |
| YUV | 119.89 | 195.22 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 239 | 0 | 0.88 | 0.04 | 0.02 | 302.75 | 0.95 | 0.55 |
| Hex | F9 | 1F | EF | 0 | 58 | 4 | 2 | 12F | 5F | 37 |
| Octal | 371 | 37 | 357 | 0 | 130 | 4 | 2 | 457 | 137 | 67 |
| Binary | 11111001 | 11111 | 11101111 | 0 | 1011000 | 100 | 10 | 100101111 | 1011111 | 110111 |
Color Harmonies of #F91FEF
Complementary color
Monochromatic Colors of #F91FEF
Black with #F91FEF
Text Example
Text Example
White with #F91FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FEF; }
p { color: rgb(249,31,239); }
H1.HeaderClassName
{
color: #F91FEF;
}
.AnyTagClassName
{
color: #F91FEF;
}
</style>
background-color css
<style>
a { background-color: #F91FEF; }
a { background-color: rgb(249,31,239); }
div.DivClassName
{
background-color: #F91FEF;
}
.BgClassName
{
background-color: #F91FEF;
}
</style>
border-color css
<style>
span { border-color: #F91FEF; }
span { border-color: rgb(249,31,239); }
td.TdClassName
{
border-color: #F91FEF;
}
.TagClassName
{
border-color: #F91FEF;
}
</style>