Shades of Pale Magenta #FB76E0
Tints of Pale Magenta #FB76E0
RGB
CMYK
RGB Variations
Color information
#FB76E0 (or 0xFB76E0) is known color: Pale Magenta. HEX triplet: FB, 76 and E0. RGB value is (251,118,224). Sum of RGB (Red+Green+Blue) = 251+118+224=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB76E0 is #04891F. Grayscale: #A9A9A9. Windows color (decimal): -297248 or 14710523. OLE color: 14710523.
HSL color Cylindrical-coordinate representation of color #FB76E0: hue angle of 312.18º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76E0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 224 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.02 |
| HSL | 312.18º | 0.94% | 0.72% | - |
| HSV(B) | 312.18º | 0.53% | 0.98% | - |
| XYZ | 59.72 | 38.85 | 74.87 | - |
| YUV | 169.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 224 | 0 | 0.53 | 0.11 | 0.02 | 312.18 | 0.94 | 0.72 |
| Hex | FB | 76 | E0 | 0 | 35 | B | 2 | 138 | 5E | 48 |
| Octal | 373 | 166 | 340 | 0 | 65 | 13 | 2 | 470 | 136 | 110 |
| Binary | 11111011 | 1110110 | 11100000 | 0 | 110101 | 1011 | 10 | 100111000 | 1011110 | 1001000 |
Color Harmonies of #FB76E0
Complementary color
Monochromatic Colors of #FB76E0
Black with #FB76E0
Text Example
Text Example
White with #FB76E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76E0; }
p { color: rgb(251,118,224); }
H1.HeaderClassName
{
color: #FB76E0;
}
.AnyTagClassName
{
color: #FB76E0;
}
</style>
background-color css
<style>
a { background-color: #FB76E0; }
a { background-color: rgb(251,118,224); }
div.DivClassName
{
background-color: #FB76E0;
}
.BgClassName
{
background-color: #FB76E0;
}
</style>
border-color css
<style>
span { border-color: #FB76E0; }
span { border-color: rgb(251,118,224); }
td.TdClassName
{
border-color: #FB76E0;
}
.TagClassName
{
border-color: #FB76E0;
}
</style>