Shades of Pale Magenta #FB83EC
Tints of Pale Magenta #FB83EC
RGB
CMYK
RGB Variations
Color information
#FB83EC (or 0xFB83EC) is known color: Pale Magenta. HEX triplet: FB, 83 and EC. RGB value is (251,131,236). Sum of RGB (Red+Green+Blue) = 251+131+236=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB83EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB83EC is #047C13. Grayscale: #B2B2B2. Windows color (decimal): -293908 or 15500283. OLE color: 15500283.
HSL color Cylindrical-coordinate representation of color #FB83EC: hue angle of 307.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FB83EC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 236 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.02 |
| HSL | 307.5º | 0.94% | 0.75% | - |
| HSV(B) | 307.5º | 0.48% | 0.98% | - |
| XYZ | 63.04 | 42.8 | 84.3 | - |
| YUV | 178.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 236 | 0 | 0.48 | 0.06 | 0.02 | 307.5 | 0.94 | 0.75 |
| Hex | FB | 83 | EC | 0 | 30 | 6 | 2 | 134 | 5E | 4B |
| Octal | 373 | 203 | 354 | 0 | 60 | 6 | 2 | 464 | 136 | 113 |
| Binary | 11111011 | 10000011 | 11101100 | 0 | 110000 | 110 | 10 | 100110100 | 1011110 | 1001011 |
Color Harmonies of #FB83EC
Complementary color
Monochromatic Colors of #FB83EC
Black with #FB83EC
Text Example
Text Example
White with #FB83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB83EC; }
p { color: rgb(251,131,236); }
H1.HeaderClassName
{
color: #FB83EC;
}
.AnyTagClassName
{
color: #FB83EC;
}
</style>
background-color css
<style>
a { background-color: #FB83EC; }
a { background-color: rgb(251,131,236); }
div.DivClassName
{
background-color: #FB83EC;
}
.BgClassName
{
background-color: #FB83EC;
}
</style>
border-color css
<style>
span { border-color: #FB83EC; }
span { border-color: rgb(251,131,236); }
td.TdClassName
{
border-color: #FB83EC;
}
.TagClassName
{
border-color: #FB83EC;
}
</style>