Shades of Pale Magenta #FB80E5
Tints of Pale Magenta #FB80E5
RGB
CMYK
RGB Variations
Color information
#FB80E5 (or 0xFB80E5) is known color: Pale Magenta. HEX triplet: FB, 80 and E5. RGB value is (251,128,229). Sum of RGB (Red+Green+Blue) = 251+128+229=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80E5 is #047F1A. Grayscale: #B0B0B0. Windows color (decimal): -294683 or 15040763. OLE color: 15040763.
HSL color Cylindrical-coordinate representation of color #FB80E5: hue angle of 310.73º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB80E5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 229 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.02 |
| HSL | 310.73º | 0.94% | 0.74% | - |
| HSV(B) | 310.73º | 0.49% | 0.98% | - |
| XYZ | 61.65 | 41.6 | 78.91 | - |
| YUV | 176.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 229 | 0 | 0.49 | 0.09 | 0.02 | 310.73 | 0.94 | 0.74 |
| Hex | FB | 80 | E5 | 0 | 31 | 9 | 2 | 137 | 5E | 4A |
| Octal | 373 | 200 | 345 | 0 | 61 | 11 | 2 | 467 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11100101 | 0 | 110001 | 1001 | 10 | 100110111 | 1011110 | 1001010 |
Color Harmonies of #FB80E5
Complementary color
Monochromatic Colors of #FB80E5
Black with #FB80E5
Text Example
Text Example
White with #FB80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80E5; }
p { color: rgb(251,128,229); }
H1.HeaderClassName
{
color: #FB80E5;
}
.AnyTagClassName
{
color: #FB80E5;
}
</style>
background-color css
<style>
a { background-color: #FB80E5; }
a { background-color: rgb(251,128,229); }
div.DivClassName
{
background-color: #FB80E5;
}
.BgClassName
{
background-color: #FB80E5;
}
</style>
border-color css
<style>
span { border-color: #FB80E5; }
span { border-color: rgb(251,128,229); }
td.TdClassName
{
border-color: #FB80E5;
}
.TagClassName
{
border-color: #FB80E5;
}
</style>