Shades of Pale Magenta #FB77E7
Tints of Pale Magenta #FB77E7
RGB
CMYK
RGB Variations
Color information
#FB77E7 (or 0xFB77E7) is known color: Pale Magenta. HEX triplet: FB, 77 and E7. RGB value is (251,119,231). Sum of RGB (Red+Green+Blue) = 251+119+231=601 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.76% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 251 - color contains mainly: red. Hex color #FB77E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB77E7 is #048818. Grayscale: #AAAAAA. Windows color (decimal): -296985 or 15169531. OLE color: 15169531.
HSL color Cylindrical-coordinate representation of color #FB77E7: hue angle of 309.09º 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 #FB77E7 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 119 | 231 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.02 |
| HSL | 309.09º | 0.94% | 0.73% | - |
| HSV(B) | 309.09º | 0.53% | 0.98% | - |
| XYZ | 60.8 | 39.47 | 80.02 | - |
| YUV | 171.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 119 | 231 | 0 | 0.53 | 0.08 | 0.02 | 309.09 | 0.94 | 0.73 |
| Hex | FB | 77 | E7 | 0 | 35 | 8 | 2 | 135 | 5E | 49 |
| Octal | 373 | 167 | 347 | 0 | 65 | 10 | 2 | 465 | 136 | 111 |
| Binary | 11111011 | 1110111 | 11100111 | 0 | 110101 | 1000 | 10 | 100110101 | 1011110 | 1001001 |
Color Harmonies of #FB77E7
Complementary color
Monochromatic Colors of #FB77E7
Black with #FB77E7
Text Example
Text Example
White with #FB77E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB77E7; }
p { color: rgb(251,119,231); }
H1.HeaderClassName
{
color: #FB77E7;
}
.AnyTagClassName
{
color: #FB77E7;
}
</style>
background-color css
<style>
a { background-color: #FB77E7; }
a { background-color: rgb(251,119,231); }
div.DivClassName
{
background-color: #FB77E7;
}
.BgClassName
{
background-color: #FB77E7;
}
</style>
border-color css
<style>
span { border-color: #FB77E7; }
span { border-color: rgb(251,119,231); }
td.TdClassName
{
border-color: #FB77E7;
}
.TagClassName
{
border-color: #FB77E7;
}
</style>