Shades of Magenta #F91DFF
Tints of Magenta #F91DFF
RGB
CMYK
RGB Variations
Color information
#F91DFF (or 0xF91DFF) is known color: Magenta. HEX triplet: F9, 1D and FF. RGB value is (249,29,255). Sum of RGB (Red+Green+Blue) = 249+29+255=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 29 (11.72% from 255 or 5.44% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F91DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DFF is #06E200. Grayscale: #777777. Windows color (decimal): -451073 or 16719353. OLE color: 16719353.
HSL color Cylindrical-coordinate representation of color #F91DFF: hue angle of 298.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91DFF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 29 | 255 | - |
| CMYK | 0.02 | 0.89 | 0 | 0 |
| HSL | 298.41º | 1% | 0.56% | - |
| HSV(B) | 298.41º | 0.89% | 1% | - |
| XYZ | 57.56 | 28.24 | 97.02 | - |
| YUV | 120.54 | 203.89 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 255 | 0.02 | 0.89 | 0 | 0 | 298.41 | 1 | 0.56 |
| Hex | F9 | 1D | FF | 2 | 59 | 0 | 0 | 12A | 64 | 38 |
| Octal | 371 | 35 | 377 | 2 | 131 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11111001 | 11101 | 11111111 | 10 | 1011001 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F91DFF
Complementary color
Monochromatic Colors of #F91DFF
Black with #F91DFF
Text Example
Text Example
White with #F91DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DFF; }
p { color: rgb(249,29,255); }
H1.HeaderClassName
{
color: #F91DFF;
}
.AnyTagClassName
{
color: #F91DFF;
}
</style>
background-color css
<style>
a { background-color: #F91DFF; }
a { background-color: rgb(249,29,255); }
div.DivClassName
{
background-color: #F91DFF;
}
.BgClassName
{
background-color: #F91DFF;
}
</style>
border-color css
<style>
span { border-color: #F91DFF; }
span { border-color: rgb(249,29,255); }
td.TdClassName
{
border-color: #F91DFF;
}
.TagClassName
{
border-color: #F91DFF;
}
</style>