Shades of Pale Magenta #FF91EB
Tints of Pale Magenta #FF91EB
RGB
CMYK
RGB Variations
Color information
#FF91EB (or 0xFF91EB) is known color: Pale Magenta. HEX triplet: FF, 91 and EB. RGB value is (255,145,235). Sum of RGB (Red+Green+Blue) = 255+145+235=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 145 (57.03% from 255 or 22.83% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF91EB is #006E14. Grayscale: #BBBBBB. Windows color (decimal): -28181 or 15438335. OLE color: 15438335.
HSL color Cylindrical-coordinate representation of color #FF91EB: hue angle of 310.91º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91EB is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 235 | - |
| CMYK | 0 | 0.43 | 0.08 | 0 |
| HSL | 310.91º | 1% | 0.78% | - |
| HSV(B) | 310.91º | 0.43% | 1% | - |
| XYZ | 66.36 | 47.51 | 84.27 | - |
| YUV | 188.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 235 | 0 | 0.43 | 0.08 | 0 | 310.91 | 1 | 0.78 |
| Hex | FF | 91 | EB | 0 | 2B | 8 | 0 | 137 | 64 | 4E |
| Octal | 377 | 221 | 353 | 0 | 53 | 10 | 0 | 467 | 144 | 116 |
| Binary | 11111111 | 10010001 | 11101011 | 0 | 101011 | 1000 | 0 | 100110111 | 1100100 | 1001110 |
Color Harmonies of #FF91EB
Complementary color
Monochromatic Colors of #FF91EB
Black with #FF91EB
Text Example
Text Example
White with #FF91EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91EB; }
p { color: rgb(255,145,235); }
H1.HeaderClassName
{
color: #FF91EB;
}
.AnyTagClassName
{
color: #FF91EB;
}
</style>
background-color css
<style>
a { background-color: #FF91EB; }
a { background-color: rgb(255,145,235); }
div.DivClassName
{
background-color: #FF91EB;
}
.BgClassName
{
background-color: #FF91EB;
}
</style>
border-color css
<style>
span { border-color: #FF91EB; }
span { border-color: rgb(255,145,235); }
td.TdClassName
{
border-color: #FF91EB;
}
.TagClassName
{
border-color: #FF91EB;
}
</style>