Shades of Pale Magenta #FB77E4
Tints of Pale Magenta #FB77E4
RGB
CMYK
RGB Variations
Color information
#FB77E4 (or 0xFB77E4) is known color: Pale Magenta. HEX triplet: FB, 77 and E4. RGB value is (251,119,228). Sum of RGB (Red+Green+Blue) = 251+119+228=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 119 (46.88% from 255 or 19.90% from 598); Blue value is 228 (89.45% from 255 or 38.13% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB77E4 is #04881B. Grayscale: #AAAAAA. Windows color (decimal): -296988 or 14972923. OLE color: 14972923.
HSL color Cylindrical-coordinate representation of color #FB77E4: hue angle of 310.45º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB77E4 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 228 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.02 |
| HSL | 310.45º | 0.94% | 0.73% | - |
| HSV(B) | 310.45º | 0.53% | 0.98% | - |
| XYZ | 60.38 | 39.3 | 77.8 | - |
| YUV | 170.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 228 | 0 | 0.53 | 0.09 | 0.02 | 310.45 | 0.94 | 0.73 |
| Hex | FB | 77 | E4 | 0 | 35 | 9 | 2 | 136 | 5E | 49 |
| Octal | 373 | 167 | 344 | 0 | 65 | 11 | 2 | 466 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11100100 | 0 | 110101 | 1001 | 10 | 100110110 | 1011110 | 1001001 |
Color Harmonies of #FB77E4
Complementary color
Monochromatic Colors of #FB77E4
Black with #FB77E4
Text Example
Text Example
White with #FB77E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77E4; }
p { color: rgb(251,119,228); }
H1.HeaderClassName
{
color: #FB77E4;
}
.AnyTagClassName
{
color: #FB77E4;
}
</style>
background-color css
<style>
a { background-color: #FB77E4; }
a { background-color: rgb(251,119,228); }
div.DivClassName
{
background-color: #FB77E4;
}
.BgClassName
{
background-color: #FB77E4;
}
</style>
border-color css
<style>
span { border-color: #FB77E4; }
span { border-color: rgb(251,119,228); }
td.TdClassName
{
border-color: #FB77E4;
}
.TagClassName
{
border-color: #FB77E4;
}
</style>