Shades of Pale Magenta #FB81EE
Tints of Pale Magenta #FB81EE
RGB
CMYK
RGB Variations
Color information
#FB81EE (or 0xFB81EE) is known color: Pale Magenta. HEX triplet: FB, 81 and EE. RGB value is (251,129,238). Sum of RGB (Red+Green+Blue) = 251+129+238=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 129 (50.78% from 255 or 20.87% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB81EE is #047E11. Grayscale: #B1B1B1. Windows color (decimal): -294418 or 15630843. OLE color: 15630843.
HSL color Cylindrical-coordinate representation of color #FB81EE: hue angle of 306.39º 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 #FB81EE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 238 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.02 |
| HSL | 306.39º | 0.94% | 0.75% | - |
| HSV(B) | 306.39º | 0.49% | 0.98% | - |
| XYZ | 63.07 | 42.38 | 85.75 | - |
| YUV | 177.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 238 | 0 | 0.49 | 0.05 | 0.02 | 306.39 | 0.94 | 0.75 |
| Hex | FB | 81 | EE | 0 | 31 | 5 | 2 | 132 | 5E | 4B |
| Octal | 373 | 201 | 356 | 0 | 61 | 5 | 2 | 462 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11101110 | 0 | 110001 | 101 | 10 | 100110010 | 1011110 | 1001011 |
Color Harmonies of #FB81EE
Complementary color
Monochromatic Colors of #FB81EE
Black with #FB81EE
Text Example
Text Example
White with #FB81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81EE; }
p { color: rgb(251,129,238); }
H1.HeaderClassName
{
color: #FB81EE;
}
.AnyTagClassName
{
color: #FB81EE;
}
</style>
background-color css
<style>
a { background-color: #FB81EE; }
a { background-color: rgb(251,129,238); }
div.DivClassName
{
background-color: #FB81EE;
}
.BgClassName
{
background-color: #FB81EE;
}
</style>
border-color css
<style>
span { border-color: #FB81EE; }
span { border-color: rgb(251,129,238); }
td.TdClassName
{
border-color: #FB81EE;
}
.TagClassName
{
border-color: #FB81EE;
}
</style>