Shades of Pale Magenta #FB91E9
Tints of Pale Magenta #FB91E9
RGB
CMYK
RGB Variations
Color information
#FB91E9 (or 0xFB91E9) is known color: Pale Magenta. HEX triplet: FB, 91 and E9. RGB value is (251,145,233). Sum of RGB (Red+Green+Blue) = 251+145+233=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 145 (57.03% from 255 or 23.05% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB91E9 is #046E16. Grayscale: #BABABA. Windows color (decimal): -290327 or 15307259. OLE color: 15307259.
HSL color Cylindrical-coordinate representation of color #FB91E9: hue angle of 310.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91E9 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 233 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.02 |
| HSL | 310.19º | 0.93% | 0.78% | - |
| HSV(B) | 310.19º | 0.42% | 0.98% | - |
| XYZ | 64.62 | 46.64 | 82.69 | - |
| YUV | 186.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 233 | 0 | 0.42 | 0.07 | 0.02 | 310.19 | 0.93 | 0.78 |
| Hex | FB | 91 | E9 | 0 | 2A | 7 | 2 | 136 | 5D | 4E |
| Octal | 373 | 221 | 351 | 0 | 52 | 7 | 2 | 466 | 135 | 116 |
| Binary | 11111011 | 10010001 | 11101001 | 0 | 101010 | 111 | 10 | 100110110 | 1011101 | 1001110 |
Color Harmonies of #FB91E9
Complementary color
Monochromatic Colors of #FB91E9
Black with #FB91E9
Text Example
Text Example
White with #FB91E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91E9; }
p { color: rgb(251,145,233); }
H1.HeaderClassName
{
color: #FB91E9;
}
.AnyTagClassName
{
color: #FB91E9;
}
</style>
background-color css
<style>
a { background-color: #FB91E9; }
a { background-color: rgb(251,145,233); }
div.DivClassName
{
background-color: #FB91E9;
}
.BgClassName
{
background-color: #FB91E9;
}
</style>
border-color css
<style>
span { border-color: #FB91E9; }
span { border-color: rgb(251,145,233); }
td.TdClassName
{
border-color: #FB91E9;
}
.TagClassName
{
border-color: #FB91E9;
}
</style>