Shades of Pale Magenta #FB7BE0
Tints of Pale Magenta #FB7BE0
RGB
CMYK
RGB Variations
Color information
#FB7BE0 (or 0xFB7BE0) is known color: Pale Magenta. HEX triplet: FB, 7B and E0. RGB value is (251,123,224). Sum of RGB (Red+Green+Blue) = 251+123+224=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 224 (87.89% from 255 or 37.46% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB7BE0 is #04841F. Grayscale: #ACACAC. Windows color (decimal): -295968 or 14711803. OLE color: 14711803.
HSL color Cylindrical-coordinate representation of color #FB7BE0: hue angle of 312.66º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7BE0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 224 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.02 |
| HSL | 312.66º | 0.94% | 0.73% | - |
| HSV(B) | 312.66º | 0.51% | 0.98% | - |
| XYZ | 60.32 | 40.06 | 75.07 | - |
| YUV | 172.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 224 | 0 | 0.51 | 0.11 | 0.02 | 312.66 | 0.94 | 0.73 |
| Hex | FB | 7B | E0 | 0 | 33 | B | 2 | 139 | 5E | 49 |
| Octal | 373 | 173 | 340 | 0 | 63 | 13 | 2 | 471 | 136 | 111 |
| Binary | 11111011 | 1111011 | 11100000 | 0 | 110011 | 1011 | 10 | 100111001 | 1011110 | 1001001 |
Color Harmonies of #FB7BE0
Complementary color
Monochromatic Colors of #FB7BE0
Black with #FB7BE0
Text Example
Text Example
White with #FB7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7BE0; }
p { color: rgb(251,123,224); }
H1.HeaderClassName
{
color: #FB7BE0;
}
.AnyTagClassName
{
color: #FB7BE0;
}
</style>
background-color css
<style>
a { background-color: #FB7BE0; }
a { background-color: rgb(251,123,224); }
div.DivClassName
{
background-color: #FB7BE0;
}
.BgClassName
{
background-color: #FB7BE0;
}
</style>
border-color css
<style>
span { border-color: #FB7BE0; }
span { border-color: rgb(251,123,224); }
td.TdClassName
{
border-color: #FB7BE0;
}
.TagClassName
{
border-color: #FB7BE0;
}
</style>