Shades of Pale Magenta #FB79D8
Tints of Pale Magenta #FB79D8
RGB
CMYK
RGB Variations
Color information
#FB79D8 (or 0xFB79D8) is known color: Pale Magenta. HEX triplet: FB, 79 and D8. RGB value is (251,121,216). Sum of RGB (Red+Green+Blue) = 251+121+216=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB79D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB79D8 is #048627. Grayscale: #AAAAAA. Windows color (decimal): -296488 or 14187003. OLE color: 14187003.
HSL color Cylindrical-coordinate representation of color #FB79D8: hue angle of 316.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 #FB79D8 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 121 | 216 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.02 |
| HSL | 316.15º | 0.94% | 0.73% | - |
| HSV(B) | 316.15º | 0.52% | 0.98% | - |
| XYZ | 59.02 | 39.14 | 69.41 | - |
| YUV | 170.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 121 | 216 | 0 | 0.52 | 0.14 | 0.02 | 316.15 | 0.94 | 0.73 |
| Hex | FB | 79 | D8 | 0 | 34 | E | 2 | 13C | 5E | 49 |
| Octal | 373 | 171 | 330 | 0 | 64 | 16 | 2 | 474 | 136 | 111 |
| Binary | 11111011 | 1111001 | 11011000 | 0 | 110100 | 1110 | 10 | 100111100 | 1011110 | 1001001 |
Color Harmonies of #FB79D8
Complementary color
Monochromatic Colors of #FB79D8
Black with #FB79D8
Text Example
Text Example
White with #FB79D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB79D8; }
p { color: rgb(251,121,216); }
H1.HeaderClassName
{
color: #FB79D8;
}
.AnyTagClassName
{
color: #FB79D8;
}
</style>
background-color css
<style>
a { background-color: #FB79D8; }
a { background-color: rgb(251,121,216); }
div.DivClassName
{
background-color: #FB79D8;
}
.BgClassName
{
background-color: #FB79D8;
}
</style>
border-color css
<style>
span { border-color: #FB79D8; }
span { border-color: rgb(251,121,216); }
td.TdClassName
{
border-color: #FB79D8;
}
.TagClassName
{
border-color: #FB79D8;
}
</style>