Shades of Pale Magenta #FB79E5
Tints of Pale Magenta #FB79E5
RGB
CMYK
RGB Variations
Color information
#FB79E5 (or 0xFB79E5) is known color: Pale Magenta. HEX triplet: FB, 79 and E5. RGB value is (251,121,229). Sum of RGB (Red+Green+Blue) = 251+121+229=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 121 (47.66% from 255 or 20.13% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79E5 is #04861A. Grayscale: #ABABAB. Windows color (decimal): -296475 or 15038971. OLE color: 15038971.
HSL color Cylindrical-coordinate representation of color #FB79E5: hue angle of 310.15º 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 #FB79E5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 229 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.02 |
| HSL | 310.15º | 0.94% | 0.73% | - |
| HSV(B) | 310.15º | 0.52% | 0.98% | - |
| XYZ | 60.76 | 39.84 | 78.62 | - |
| YUV | 172.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 229 | 0 | 0.52 | 0.09 | 0.02 | 310.15 | 0.94 | 0.73 |
| Hex | FB | 79 | E5 | 0 | 34 | 9 | 2 | 136 | 5E | 49 |
| Octal | 373 | 171 | 345 | 0 | 64 | 11 | 2 | 466 | 136 | 111 |
| Binary | 11111011 | 1111001 | 11100101 | 0 | 110100 | 1001 | 10 | 100110110 | 1011110 | 1001001 |
Color Harmonies of #FB79E5
Complementary color
Monochromatic Colors of #FB79E5
Black with #FB79E5
Text Example
Text Example
White with #FB79E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB79E5; }
p { color: rgb(251,121,229); }
H1.HeaderClassName
{
color: #FB79E5;
}
.AnyTagClassName
{
color: #FB79E5;
}
</style>
background-color css
<style>
a { background-color: #FB79E5; }
a { background-color: rgb(251,121,229); }
div.DivClassName
{
background-color: #FB79E5;
}
.BgClassName
{
background-color: #FB79E5;
}
</style>
border-color css
<style>
span { border-color: #FB79E5; }
span { border-color: rgb(251,121,229); }
td.TdClassName
{
border-color: #FB79E5;
}
.TagClassName
{
border-color: #FB79E5;
}
</style>