Shades of Magenta #F91FFB
Tints of Magenta #F91FFB
RGB
CMYK
RGB Variations
Color information
#F91FFB (or 0xF91FFB) is known color: Magenta. HEX triplet: F9, 1F and FB. RGB value is (249,31,251). Sum of RGB (Red+Green+Blue) = 249+31+251=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 31 (12.5% from 255 or 5.84% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #F91FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91FFB is #06E004. Grayscale: #787878. Windows color (decimal): -450565 or 16457721. OLE color: 16457721.
HSL color Cylindrical-coordinate representation of color #F91FFB: hue angle of 299.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91FFB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 31 | 251 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.02 |
| HSL | 299.45º | 0.96% | 0.55% | - |
| HSV(B) | 299.45º | 0.88% | 0.98% | - |
| XYZ | 56.97 | 28.08 | 93.69 | - |
| YUV | 121.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 31 | 251 | 0.01 | 0.88 | 0 | 0.02 | 299.45 | 0.96 | 0.55 |
| Hex | F9 | 1F | FB | 1 | 58 | 0 | 2 | 12B | 60 | 37 |
| Octal | 371 | 37 | 373 | 1 | 130 | 0 | 2 | 453 | 140 | 67 |
| Binary | 11111001 | 11111 | 11111011 | 1 | 1011000 | 0 | 10 | 100101011 | 1100000 | 110111 |
Color Harmonies of #F91FFB
Complementary color
Monochromatic Colors of #F91FFB
Black with #F91FFB
Text Example
Text Example
White with #F91FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91FFB; }
p { color: rgb(249,31,251); }
H1.HeaderClassName
{
color: #F91FFB;
}
.AnyTagClassName
{
color: #F91FFB;
}
</style>
background-color css
<style>
a { background-color: #F91FFB; }
a { background-color: rgb(249,31,251); }
div.DivClassName
{
background-color: #F91FFB;
}
.BgClassName
{
background-color: #F91FFB;
}
</style>
border-color css
<style>
span { border-color: #F91FFB; }
span { border-color: rgb(249,31,251); }
td.TdClassName
{
border-color: #F91FFB;
}
.TagClassName
{
border-color: #F91FFB;
}
</style>