Shades of Pale Magenta #FB79EC
Tints of Pale Magenta #FB79EC
RGB
CMYK
RGB Variations
Color information
#FB79EC (or 0xFB79EC) is known color: Pale Magenta. HEX triplet: FB, 79 and EC. RGB value is (251,121,236). Sum of RGB (Red+Green+Blue) = 251+121+236=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 121 (47.66% from 255 or 19.90% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB79EC is #048613. Grayscale: #ACACAC. Windows color (decimal): -296468 or 15497723. OLE color: 15497723.
HSL color Cylindrical-coordinate representation of color #FB79EC: hue angle of 306.92º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB79EC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 236 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.02 |
| HSL | 306.92º | 0.94% | 0.73% | - |
| HSV(B) | 306.92º | 0.52% | 0.98% | - |
| XYZ | 61.76 | 40.24 | 83.87 | - |
| YUV | 172.98 | 163.57 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 236 | 0 | 0.52 | 0.06 | 0.02 | 306.92 | 0.94 | 0.73 |
| Hex | FB | 79 | EC | 0 | 34 | 6 | 2 | 133 | 5E | 49 |
| Octal | 373 | 171 | 354 | 0 | 64 | 6 | 2 | 463 | 136 | 111 |
| Binary | 11111011 | 1111001 | 11101100 | 0 | 110100 | 110 | 10 | 100110011 | 1011110 | 1001001 |
Color Harmonies of #FB79EC
Complementary color
Monochromatic Colors of #FB79EC
Black with #FB79EC
Text Example
Text Example
White with #FB79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB79EC; }
p { color: rgb(251,121,236); }
H1.HeaderClassName
{
color: #FB79EC;
}
.AnyTagClassName
{
color: #FB79EC;
}
</style>
background-color css
<style>
a { background-color: #FB79EC; }
a { background-color: rgb(251,121,236); }
div.DivClassName
{
background-color: #FB79EC;
}
.BgClassName
{
background-color: #FB79EC;
}
</style>
border-color css
<style>
span { border-color: #FB79EC; }
span { border-color: rgb(251,121,236); }
td.TdClassName
{
border-color: #FB79EC;
}
.TagClassName
{
border-color: #FB79EC;
}
</style>