Shades of Magenta #F91FFE
Tints of Magenta #F91FFE
RGB
CMYK
RGB Variations
Color information
#F91FFE (or 0xF91FFE) is known color: Magenta. HEX triplet: F9, 1F and FE. RGB value is (249,31,254). Sum of RGB (Red+Green+Blue) = 249+31+254=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 31 (12.5% from 255 or 5.81% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F91FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FFE is #06E001. Grayscale: #787878. Windows color (decimal): -450562 or 16654329. OLE color: 16654329.
HSL color Cylindrical-coordinate representation of color #F91FFE: hue angle of 298.65º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91FFE is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 31 | 254 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.00 |
| HSL | 298.65º | 0.99% | 0.56% | - |
| HSV(B) | 298.65º | 0.88% | 1% | - |
| XYZ | 57.45 | 28.28 | 96.2 | - |
| YUV | 121.6 | 202.72 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 254 | 0.02 | 0.88 | 0 | 0.00 | 298.65 | 0.99 | 0.56 |
| Hex | F9 | 1F | FE | 2 | 58 | 0 | 0 | 12B | 63 | 38 |
| Octal | 371 | 37 | 376 | 2 | 130 | 0 | 0 | 453 | 143 | 70 |
| Binary | 11111001 | 11111 | 11111110 | 10 | 1011000 | 0 | 0 | 100101011 | 1100011 | 111000 |
Color Harmonies of #F91FFE
Complementary color
Monochromatic Colors of #F91FFE
Black with #F91FFE
Text Example
Text Example
White with #F91FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FFE; }
p { color: rgb(249,31,254); }
H1.HeaderClassName
{
color: #F91FFE;
}
.AnyTagClassName
{
color: #F91FFE;
}
</style>
background-color css
<style>
a { background-color: #F91FFE; }
a { background-color: rgb(249,31,254); }
div.DivClassName
{
background-color: #F91FFE;
}
.BgClassName
{
background-color: #F91FFE;
}
</style>
border-color css
<style>
span { border-color: #F91FFE; }
span { border-color: rgb(249,31,254); }
td.TdClassName
{
border-color: #F91FFE;
}
.TagClassName
{
border-color: #F91FFE;
}
</style>