Shades of Pale Magenta #FB81E9
Tints of Pale Magenta #FB81E9
RGB
CMYK
RGB Variations
Color information
#FB81E9 (or 0xFB81E9) is known color: Pale Magenta. HEX triplet: FB, 81 and E9. RGB value is (251,129,233). Sum of RGB (Red+Green+Blue) = 251+129+233=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81E9 is #047E16. Grayscale: #B1B1B1. Windows color (decimal): -294423 or 15303163. OLE color: 15303163.
HSL color Cylindrical-coordinate representation of color #FB81E9: hue angle of 308.85º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81E9 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 233 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.02 |
| HSL | 308.85º | 0.94% | 0.75% | - |
| HSV(B) | 308.85º | 0.49% | 0.98% | - |
| XYZ | 62.34 | 42.09 | 81.93 | - |
| YUV | 177.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 233 | 0 | 0.49 | 0.07 | 0.02 | 308.85 | 0.94 | 0.75 |
| Hex | FB | 81 | E9 | 0 | 31 | 7 | 2 | 135 | 5E | 4B |
| Octal | 373 | 201 | 351 | 0 | 61 | 7 | 2 | 465 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11101001 | 0 | 110001 | 111 | 10 | 100110101 | 1011110 | 1001011 |
Color Harmonies of #FB81E9
Complementary color
Monochromatic Colors of #FB81E9
Black with #FB81E9
Text Example
Text Example
White with #FB81E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81E9; }
p { color: rgb(251,129,233); }
H1.HeaderClassName
{
color: #FB81E9;
}
.AnyTagClassName
{
color: #FB81E9;
}
</style>
background-color css
<style>
a { background-color: #FB81E9; }
a { background-color: rgb(251,129,233); }
div.DivClassName
{
background-color: #FB81E9;
}
.BgClassName
{
background-color: #FB81E9;
}
</style>
border-color css
<style>
span { border-color: #FB81E9; }
span { border-color: rgb(251,129,233); }
td.TdClassName
{
border-color: #FB81E9;
}
.TagClassName
{
border-color: #FB81E9;
}
</style>