Shades of Magenta #F91CF6
Tints of Magenta #F91CF6
RGB
CMYK
RGB Variations
Color information
#F91CF6 (or 0xF91CF6) is known color: Magenta. HEX triplet: F9, 1C and F6. RGB value is (249,28,246). Sum of RGB (Red+Green+Blue) = 249+28+246=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 28 (11.33% from 255 or 5.35% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91CF6 is #06E309. Grayscale: #767676. Windows color (decimal): -451338 or 16129273. OLE color: 16129273.
HSL color Cylindrical-coordinate representation of color #F91CF6: 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.89%. Process color model (Four color, CMYK) of #F91CF6 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 246 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.02 |
| HSL | 300.81º | 0.95% | 0.54% | - |
| HSV(B) | 300.81º | 0.89% | 0.98% | - |
| XYZ | 56.12 | 27.62 | 89.56 | - |
| YUV | 118.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 246 | 0 | 0.89 | 0.01 | 0.02 | 300.81 | 0.95 | 0.54 |
| Hex | F9 | 1C | F6 | 0 | 59 | 1 | 2 | 12D | 5F | 36 |
| Octal | 371 | 34 | 366 | 0 | 131 | 1 | 2 | 455 | 137 | 66 |
| Binary | 11111001 | 11100 | 11110110 | 0 | 1011001 | 1 | 10 | 100101101 | 1011111 | 110110 |
Color Harmonies of #F91CF6
Complementary color
Monochromatic Colors of #F91CF6
Black with #F91CF6
Text Example
Text Example
White with #F91CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CF6; }
p { color: rgb(249,28,246); }
H1.HeaderClassName
{
color: #F91CF6;
}
.AnyTagClassName
{
color: #F91CF6;
}
</style>
background-color css
<style>
a { background-color: #F91CF6; }
a { background-color: rgb(249,28,246); }
div.DivClassName
{
background-color: #F91CF6;
}
.BgClassName
{
background-color: #F91CF6;
}
</style>
border-color css
<style>
span { border-color: #F91CF6; }
span { border-color: rgb(249,28,246); }
td.TdClassName
{
border-color: #F91CF6;
}
.TagClassName
{
border-color: #F91CF6;
}
</style>