Shades of Pale Magenta #FB81E5
Tints of Pale Magenta #FB81E5
RGB
CMYK
RGB Variations
Color information
#FB81E5 (or 0xFB81E5) is known color: Pale Magenta. HEX triplet: FB, 81 and E5. RGB value is (251,129,229). Sum of RGB (Red+Green+Blue) = 251+129+229=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 129 (50.78% from 255 or 21.18% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81E5 is #047E1A. Grayscale: #B0B0B0. Windows color (decimal): -294427 or 15041019. OLE color: 15041019.
HSL color Cylindrical-coordinate representation of color #FB81E5: hue angle of 310.82º 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 #FB81E5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 229 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.02 |
| HSL | 310.82º | 0.94% | 0.75% | - |
| HSV(B) | 310.82º | 0.49% | 0.98% | - |
| XYZ | 61.78 | 41.87 | 78.95 | - |
| YUV | 176.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 229 | 0 | 0.49 | 0.09 | 0.02 | 310.82 | 0.94 | 0.75 |
| Hex | FB | 81 | E5 | 0 | 31 | 9 | 2 | 137 | 5E | 4B |
| Octal | 373 | 201 | 345 | 0 | 61 | 11 | 2 | 467 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11100101 | 0 | 110001 | 1001 | 10 | 100110111 | 1011110 | 1001011 |
Color Harmonies of #FB81E5
Complementary color
Monochromatic Colors of #FB81E5
Black with #FB81E5
Text Example
Text Example
White with #FB81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81E5; }
p { color: rgb(251,129,229); }
H1.HeaderClassName
{
color: #FB81E5;
}
.AnyTagClassName
{
color: #FB81E5;
}
</style>
background-color css
<style>
a { background-color: #FB81E5; }
a { background-color: rgb(251,129,229); }
div.DivClassName
{
background-color: #FB81E5;
}
.BgClassName
{
background-color: #FB81E5;
}
</style>
border-color css
<style>
span { border-color: #FB81E5; }
span { border-color: rgb(251,129,229); }
td.TdClassName
{
border-color: #FB81E5;
}
.TagClassName
{
border-color: #FB81E5;
}
</style>