Shades of Magenta #F91DEB
Tints of Magenta #F91DEB
RGB
CMYK
RGB Variations
Color information
#F91DEB (or 0xF91DEB) is known color: Magenta. HEX triplet: F9, 1D and EB. RGB value is (249,29,235). Sum of RGB (Red+Green+Blue) = 249+29+235=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 29 (11.72% from 255 or 5.65% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91DEB is #06E214. Grayscale: #757575. Windows color (decimal): -451093 or 15408633. OLE color: 15408633.
HSL color Cylindrical-coordinate representation of color #F91DEB: hue angle of 303.82º degrees, saturation: 0.95, 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 #F91DEB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 235 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.02 |
| HSL | 303.82º | 0.95% | 0.55% | - |
| HSV(B) | 303.82º | 0.88% | 0.98% | - |
| XYZ | 54.5 | 27.02 | 80.94 | - |
| YUV | 118.26 | 193.89 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 235 | 0 | 0.88 | 0.06 | 0.02 | 303.82 | 0.95 | 0.55 |
| Hex | F9 | 1D | EB | 0 | 58 | 6 | 2 | 130 | 5F | 37 |
| Octal | 371 | 35 | 353 | 0 | 130 | 6 | 2 | 460 | 137 | 67 |
| Binary | 11111001 | 11101 | 11101011 | 0 | 1011000 | 110 | 10 | 100110000 | 1011111 | 110111 |
Color Harmonies of #F91DEB
Complementary color
Monochromatic Colors of #F91DEB
Black with #F91DEB
Text Example
Text Example
White with #F91DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DEB; }
p { color: rgb(249,29,235); }
H1.HeaderClassName
{
color: #F91DEB;
}
.AnyTagClassName
{
color: #F91DEB;
}
</style>
background-color css
<style>
a { background-color: #F91DEB; }
a { background-color: rgb(249,29,235); }
div.DivClassName
{
background-color: #F91DEB;
}
.BgClassName
{
background-color: #F91DEB;
}
</style>
border-color css
<style>
span { border-color: #F91DEB; }
span { border-color: rgb(249,29,235); }
td.TdClassName
{
border-color: #F91DEB;
}
.TagClassName
{
border-color: #F91DEB;
}
</style>