Shades of Magenta #F91EFB
Tints of Magenta #F91EFB
RGB
CMYK
RGB Variations
Color information
#F91EFB (or 0xF91EFB) is known color: Magenta. HEX triplet: F9, 1E and FB. RGB value is (249,30,251). Sum of RGB (Red+Green+Blue) = 249+30+251=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 30 (12.11% from 255 or 5.66% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #F91EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EFB is #06E104. Grayscale: #787878. Windows color (decimal): -450821 or 16457465. OLE color: 16457465.
HSL color Cylindrical-coordinate representation of color #F91EFB: hue angle of 299.46º degrees, saturation: 0.97, 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 #F91EFB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 30 | 251 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.02 |
| HSL | 299.46º | 0.97% | 0.55% | - |
| HSV(B) | 299.46º | 0.88% | 0.98% | - |
| XYZ | 56.94 | 28.03 | 93.68 | - |
| YUV | 120.68 | 201.55 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 30 | 251 | 0.01 | 0.88 | 0 | 0.02 | 299.46 | 0.97 | 0.55 |
| Hex | F9 | 1E | FB | 1 | 58 | 0 | 2 | 12B | 61 | 37 |
| Octal | 371 | 36 | 373 | 1 | 130 | 0 | 2 | 453 | 141 | 67 |
| Binary | 11111001 | 11110 | 11111011 | 1 | 1011000 | 0 | 10 | 100101011 | 1100001 | 110111 |
Color Harmonies of #F91EFB
Complementary color
Monochromatic Colors of #F91EFB
Black with #F91EFB
Text Example
Text Example
White with #F91EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91EFB; }
p { color: rgb(249,30,251); }
H1.HeaderClassName
{
color: #F91EFB;
}
.AnyTagClassName
{
color: #F91EFB;
}
</style>
background-color css
<style>
a { background-color: #F91EFB; }
a { background-color: rgb(249,30,251); }
div.DivClassName
{
background-color: #F91EFB;
}
.BgClassName
{
background-color: #F91EFB;
}
</style>
border-color css
<style>
span { border-color: #F91EFB; }
span { border-color: rgb(249,30,251); }
td.TdClassName
{
border-color: #F91EFB;
}
.TagClassName
{
border-color: #F91EFB;
}
</style>