Shades of Pale Magenta #FB80E7
Tints of Pale Magenta #FB80E7
RGB
CMYK
RGB Variations
Color information
#FB80E7 (or 0xFB80E7) is known color: Pale Magenta. HEX triplet: FB, 80 and E7. RGB value is (251,128,231). Sum of RGB (Red+Green+Blue) = 251+128+231=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80E7 is #047F18. Grayscale: #B0B0B0. Windows color (decimal): -294681 or 15171835. OLE color: 15171835.
HSL color Cylindrical-coordinate representation of color #FB80E7: hue angle of 309.76º 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 #FB80E7 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 231 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.02 |
| HSL | 309.76º | 0.94% | 0.74% | - |
| HSV(B) | 309.76º | 0.49% | 0.98% | - |
| XYZ | 61.93 | 41.72 | 80.39 | - |
| YUV | 176.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 231 | 0 | 0.49 | 0.08 | 0.02 | 309.76 | 0.94 | 0.74 |
| Hex | FB | 80 | E7 | 0 | 31 | 8 | 2 | 136 | 5E | 4A |
| Octal | 373 | 200 | 347 | 0 | 61 | 10 | 2 | 466 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11100111 | 0 | 110001 | 1000 | 10 | 100110110 | 1011110 | 1001010 |
Color Harmonies of #FB80E7
Complementary color
Monochromatic Colors of #FB80E7
Black with #FB80E7
Text Example
Text Example
White with #FB80E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80E7; }
p { color: rgb(251,128,231); }
H1.HeaderClassName
{
color: #FB80E7;
}
.AnyTagClassName
{
color: #FB80E7;
}
</style>
background-color css
<style>
a { background-color: #FB80E7; }
a { background-color: rgb(251,128,231); }
div.DivClassName
{
background-color: #FB80E7;
}
.BgClassName
{
background-color: #FB80E7;
}
</style>
border-color css
<style>
span { border-color: #FB80E7; }
span { border-color: rgb(251,128,231); }
td.TdClassName
{
border-color: #FB80E7;
}
.TagClassName
{
border-color: #FB80E7;
}
</style>