Shades of Magenta #F91DFE
Tints of Magenta #F91DFE
RGB
CMYK
RGB Variations
Color information
#F91DFE (or 0xF91DFE) is known color: Magenta. HEX triplet: F9, 1D and FE. RGB value is (249,29,254). Sum of RGB (Red+Green+Blue) = 249+29+254=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 29 (11.72% from 255 or 5.45% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #F91DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DFE is #06E201. Grayscale: #777777. Windows color (decimal): -451074 or 16653817. OLE color: 16653817.
HSL color Cylindrical-coordinate representation of color #F91DFE: hue angle of 298.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91DFE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 29 | 254 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.00 |
| HSL | 298.67º | 0.99% | 0.55% | - |
| HSV(B) | 298.67º | 0.89% | 1% | - |
| XYZ | 57.4 | 28.17 | 96.18 | - |
| YUV | 120.43 | 203.39 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 254 | 0.02 | 0.89 | 0 | 0.00 | 298.67 | 0.99 | 0.55 |
| Hex | F9 | 1D | FE | 2 | 59 | 0 | 0 | 12B | 63 | 37 |
| Octal | 371 | 35 | 376 | 2 | 131 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111001 | 11101 | 11111110 | 10 | 1011001 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #F91DFE
Complementary color
Monochromatic Colors of #F91DFE
Black with #F91DFE
Text Example
Text Example
White with #F91DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DFE; }
p { color: rgb(249,29,254); }
H1.HeaderClassName
{
color: #F91DFE;
}
.AnyTagClassName
{
color: #F91DFE;
}
</style>
background-color css
<style>
a { background-color: #F91DFE; }
a { background-color: rgb(249,29,254); }
div.DivClassName
{
background-color: #F91DFE;
}
.BgClassName
{
background-color: #F91DFE;
}
</style>
border-color css
<style>
span { border-color: #F91DFE; }
span { border-color: rgb(249,29,254); }
td.TdClassName
{
border-color: #F91DFE;
}
.TagClassName
{
border-color: #F91DFE;
}
</style>