Shades of Magenta #F91EFF
Tints of Magenta #F91EFF
RGB
CMYK
RGB Variations
Color information
#F91EFF (or 0xF91EFF) is known color: Magenta. HEX triplet: F9, 1E and FF. RGB value is (249,30,255). Sum of RGB (Red+Green+Blue) = 249+30+255=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 30 (12.11% from 255 or 5.62% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #F91EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EFF is #06E100. Grayscale: #787878. Windows color (decimal): -450817 or 16719609. OLE color: 16719609.
HSL color Cylindrical-coordinate representation of color #F91EFF: hue angle of 298.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91EFF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 30 | 255 | - |
| CMYK | 0.02 | 0.88 | 0 | 0 |
| HSL | 298.4º | 1% | 0.56% | - |
| HSV(B) | 298.4º | 0.88% | 1% | - |
| XYZ | 57.58 | 28.29 | 97.03 | - |
| YUV | 121.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 255 | 0.02 | 0.88 | 0 | 0 | 298.4 | 1 | 0.56 |
| Hex | F9 | 1E | FF | 2 | 58 | 0 | 0 | 12A | 64 | 38 |
| Octal | 371 | 36 | 377 | 2 | 130 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11111001 | 11110 | 11111111 | 10 | 1011000 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F91EFF
Complementary color
Monochromatic Colors of #F91EFF
Black with #F91EFF
Text Example
Text Example
White with #F91EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EFF; }
p { color: rgb(249,30,255); }
H1.HeaderClassName
{
color: #F91EFF;
}
.AnyTagClassName
{
color: #F91EFF;
}
</style>
background-color css
<style>
a { background-color: #F91EFF; }
a { background-color: rgb(249,30,255); }
div.DivClassName
{
background-color: #F91EFF;
}
.BgClassName
{
background-color: #F91EFF;
}
</style>
border-color css
<style>
span { border-color: #F91EFF; }
span { border-color: rgb(249,30,255); }
td.TdClassName
{
border-color: #F91EFF;
}
.TagClassName
{
border-color: #F91EFF;
}
</style>