Shades of Magenta #F91AF6
Tints of Magenta #F91AF6
RGB
CMYK
RGB Variations
Color information
#F91AF6 (or 0xF91AF6) is known color: Magenta. HEX triplet: F9, 1A and F6. RGB value is (249,26,246). Sum of RGB (Red+Green+Blue) = 249+26+246=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91AF6 is #06E509. Grayscale: #757575. Windows color (decimal): -451850 or 16128761. OLE color: 16128761.
HSL color Cylindrical-coordinate representation of color #F91AF6: hue angle of 300.81º 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 #F91AF6 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 246 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.02 |
| HSL | 300.81º | 0.95% | 0.54% | - |
| HSV(B) | 300.81º | 0.9% | 0.98% | - |
| XYZ | 56.07 | 27.53 | 89.55 | - |
| YUV | 117.76 | 200.38 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 246 | 0 | 0.90 | 0.01 | 0.02 | 300.81 | 0.95 | 0.54 |
| Hex | F9 | 1A | F6 | 0 | 5A | 1 | 2 | 12D | 5F | 36 |
| Octal | 371 | 32 | 366 | 0 | 132 | 1 | 2 | 455 | 137 | 66 |
| Binary | 11111001 | 11010 | 11110110 | 0 | 1011010 | 1 | 10 | 100101101 | 1011111 | 110110 |
Color Harmonies of #F91AF6
Complementary color
Monochromatic Colors of #F91AF6
Black with #F91AF6
Text Example
Text Example
White with #F91AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AF6; }
p { color: rgb(249,26,246); }
H1.HeaderClassName
{
color: #F91AF6;
}
.AnyTagClassName
{
color: #F91AF6;
}
</style>
background-color css
<style>
a { background-color: #F91AF6; }
a { background-color: rgb(249,26,246); }
div.DivClassName
{
background-color: #F91AF6;
}
.BgClassName
{
background-color: #F91AF6;
}
</style>
border-color css
<style>
span { border-color: #F91AF6; }
span { border-color: rgb(249,26,246); }
td.TdClassName
{
border-color: #F91AF6;
}
.TagClassName
{
border-color: #F91AF6;
}
</style>