Shades of Magenta #F91BEB
Tints of Magenta #F91BEB
RGB
CMYK
RGB Variations
Color information
#F91BEB (or 0xF91BEB) is known color: Magenta. HEX triplet: F9, 1B and EB. RGB value is (249,27,235). Sum of RGB (Red+Green+Blue) = 249+27+235=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 27 (10.94% from 255 or 5.28% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91BEB is #06E414. Grayscale: #747474. Windows color (decimal): -451605 or 15408121. OLE color: 15408121.
HSL color Cylindrical-coordinate representation of color #F91BEB: hue angle of 303.78º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91BEB is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 235 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.02 |
| HSL | 303.78º | 0.95% | 0.54% | - |
| HSV(B) | 303.78º | 0.89% | 0.98% | - |
| XYZ | 54.45 | 26.92 | 80.92 | - |
| YUV | 117.09 | 194.55 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 235 | 0 | 0.89 | 0.06 | 0.02 | 303.78 | 0.95 | 0.54 |
| Hex | F9 | 1B | EB | 0 | 59 | 6 | 2 | 130 | 5F | 36 |
| Octal | 371 | 33 | 353 | 0 | 131 | 6 | 2 | 460 | 137 | 66 |
| Binary | 11111001 | 11011 | 11101011 | 0 | 1011001 | 110 | 10 | 100110000 | 1011111 | 110110 |
Color Harmonies of #F91BEB
Complementary color
Monochromatic Colors of #F91BEB
Black with #F91BEB
Text Example
Text Example
White with #F91BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BEB; }
p { color: rgb(249,27,235); }
H1.HeaderClassName
{
color: #F91BEB;
}
.AnyTagClassName
{
color: #F91BEB;
}
</style>
background-color css
<style>
a { background-color: #F91BEB; }
a { background-color: rgb(249,27,235); }
div.DivClassName
{
background-color: #F91BEB;
}
.BgClassName
{
background-color: #F91BEB;
}
</style>
border-color css
<style>
span { border-color: #F91BEB; }
span { border-color: rgb(249,27,235); }
td.TdClassName
{
border-color: #F91BEB;
}
.TagClassName
{
border-color: #F91BEB;
}
</style>