Shades of Magenta #F91FFF
Tints of Magenta #F91FFF
RGB
CMYK
RGB Variations
Color information
#F91FFF (or 0xF91FFF) is known color: Magenta. HEX triplet: F9, 1F and FF. RGB value is (249,31,255). Sum of RGB (Red+Green+Blue) = 249+31+255=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 31 (12.5% from 255 or 5.79% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #F91FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FFF is #06E000. Grayscale: #797979. Windows color (decimal): -450561 or 16719865. OLE color: 16719865.
HSL color Cylindrical-coordinate representation of color #F91FFF: hue angle of 298.39º 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 #F91FFF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 31 | 255 | - |
| CMYK | 0.02 | 0.88 | 0 | 0 |
| HSL | 298.39º | 1% | 0.56% | - |
| HSV(B) | 298.39º | 0.88% | 1% | - |
| XYZ | 57.61 | 28.34 | 97.04 | - |
| YUV | 121.72 | 203.22 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 255 | 0.02 | 0.88 | 0 | 0 | 298.39 | 1 | 0.56 |
| Hex | F9 | 1F | FF | 2 | 58 | 0 | 0 | 12A | 64 | 38 |
| Octal | 371 | 37 | 377 | 2 | 130 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11111001 | 11111 | 11111111 | 10 | 1011000 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F91FFF
Complementary color
Monochromatic Colors of #F91FFF
Black with #F91FFF
Text Example
Text Example
White with #F91FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FFF; }
p { color: rgb(249,31,255); }
H1.HeaderClassName
{
color: #F91FFF;
}
.AnyTagClassName
{
color: #F91FFF;
}
</style>
background-color css
<style>
a { background-color: #F91FFF; }
a { background-color: rgb(249,31,255); }
div.DivClassName
{
background-color: #F91FFF;
}
.BgClassName
{
background-color: #F91FFF;
}
</style>
border-color css
<style>
span { border-color: #F91FFF; }
span { border-color: rgb(249,31,255); }
td.TdClassName
{
border-color: #F91FFF;
}
.TagClassName
{
border-color: #F91FFF;
}
</style>