Shades of Magenta #F91AF5
Tints of Magenta #F91AF5
RGB
CMYK
RGB Variations
Color information
#F91AF5 (or 0xF91AF5) is known color: Magenta. HEX triplet: F9, 1A and F5. RGB value is (249,26,245). Sum of RGB (Red+Green+Blue) = 249+26+245=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91AF5 is #06E50A. Grayscale: #747474. Windows color (decimal): -451851 or 16063225. OLE color: 16063225.
HSL color Cylindrical-coordinate representation of color #F91AF5: hue angle of 301.08º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AF5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 245 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.02 |
| HSL | 301.08º | 0.95% | 0.54% | - |
| HSV(B) | 301.08º | 0.9% | 0.98% | - |
| XYZ | 55.92 | 27.47 | 88.74 | - |
| YUV | 117.64 | 199.88 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 245 | 0 | 0.90 | 0.02 | 0.02 | 301.08 | 0.95 | 0.54 |
| Hex | F9 | 1A | F5 | 0 | 5A | 2 | 2 | 12D | 5F | 36 |
| Octal | 371 | 32 | 365 | 0 | 132 | 2 | 2 | 455 | 137 | 66 |
| Binary | 11111001 | 11010 | 11110101 | 0 | 1011010 | 10 | 10 | 100101101 | 1011111 | 110110 |
Color Harmonies of #F91AF5
Complementary color
Monochromatic Colors of #F91AF5
Black with #F91AF5
Text Example
Text Example
White with #F91AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AF5; }
p { color: rgb(249,26,245); }
H1.HeaderClassName
{
color: #F91AF5;
}
.AnyTagClassName
{
color: #F91AF5;
}
</style>
background-color css
<style>
a { background-color: #F91AF5; }
a { background-color: rgb(249,26,245); }
div.DivClassName
{
background-color: #F91AF5;
}
.BgClassName
{
background-color: #F91AF5;
}
</style>
border-color css
<style>
span { border-color: #F91AF5; }
span { border-color: rgb(249,26,245); }
td.TdClassName
{
border-color: #F91AF5;
}
.TagClassName
{
border-color: #F91AF5;
}
</style>