Shades of Magenta #F91AFF
Tints of Magenta #F91AFF
RGB
CMYK
RGB Variations
Color information
#F91AFF (or 0xF91AFF) is known color: Magenta. HEX triplet: F9, 1A and FF. RGB value is (249,26,255). Sum of RGB (Red+Green+Blue) = 249+26+255=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 26 (10.55% from 255 or 4.91% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #F91AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91AFF is #06E500. Grayscale: #767676. Windows color (decimal): -451841 or 16718585. OLE color: 16718585.
HSL color Cylindrical-coordinate representation of color #F91AFF: hue angle of 298.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AFF is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 26 | 255 | - |
| CMYK | 0.02 | 0.90 | 0 | 0 |
| HSL | 298.43º | 1% | 0.55% | - |
| HSV(B) | 298.43º | 0.9% | 1% | - |
| XYZ | 57.49 | 28.1 | 97 | - |
| YUV | 118.78 | 204.88 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 255 | 0.02 | 0.90 | 0 | 0 | 298.43 | 1 | 0.55 |
| Hex | F9 | 1A | FF | 2 | 5A | 0 | 0 | 12A | 64 | 37 |
| Octal | 371 | 32 | 377 | 2 | 132 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11111001 | 11010 | 11111111 | 10 | 1011010 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F91AFF
Complementary color
Monochromatic Colors of #F91AFF
Black with #F91AFF
Text Example
Text Example
White with #F91AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AFF; }
p { color: rgb(249,26,255); }
H1.HeaderClassName
{
color: #F91AFF;
}
.AnyTagClassName
{
color: #F91AFF;
}
</style>
background-color css
<style>
a { background-color: #F91AFF; }
a { background-color: rgb(249,26,255); }
div.DivClassName
{
background-color: #F91AFF;
}
.BgClassName
{
background-color: #F91AFF;
}
</style>
border-color css
<style>
span { border-color: #F91AFF; }
span { border-color: rgb(249,26,255); }
td.TdClassName
{
border-color: #F91AFF;
}
.TagClassName
{
border-color: #F91AFF;
}
</style>