Shades of Pale Magenta #FB80EF
Tints of Pale Magenta #FB80EF
RGB
CMYK
RGB Variations
Color information
#FB80EF (or 0xFB80EF) is known color: Pale Magenta. HEX triplet: FB, 80 and EF. RGB value is (251,128,239). Sum of RGB (Red+Green+Blue) = 251+128+239=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80EF is #047F10. Grayscale: #B1B1B1. Windows color (decimal): -294673 or 15696123. OLE color: 15696123.
HSL color Cylindrical-coordinate representation of color #FB80EF: hue angle of 305.85º 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 #FB80EF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 239 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.02 |
| HSL | 305.85º | 0.94% | 0.74% | - |
| HSV(B) | 305.85º | 0.49% | 0.98% | - |
| XYZ | 63.08 | 42.18 | 86.48 | - |
| YUV | 177.43 | 162.75 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 239 | 0 | 0.49 | 0.05 | 0.02 | 305.85 | 0.94 | 0.74 |
| Hex | FB | 80 | EF | 0 | 31 | 5 | 2 | 132 | 5E | 4A |
| Octal | 373 | 200 | 357 | 0 | 61 | 5 | 2 | 462 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11101111 | 0 | 110001 | 101 | 10 | 100110010 | 1011110 | 1001010 |
Color Harmonies of #FB80EF
Complementary color
Monochromatic Colors of #FB80EF
Black with #FB80EF
Text Example
Text Example
White with #FB80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80EF; }
p { color: rgb(251,128,239); }
H1.HeaderClassName
{
color: #FB80EF;
}
.AnyTagClassName
{
color: #FB80EF;
}
</style>
background-color css
<style>
a { background-color: #FB80EF; }
a { background-color: rgb(251,128,239); }
div.DivClassName
{
background-color: #FB80EF;
}
.BgClassName
{
background-color: #FB80EF;
}
</style>
border-color css
<style>
span { border-color: #FB80EF; }
span { border-color: rgb(251,128,239); }
td.TdClassName
{
border-color: #FB80EF;
}
.TagClassName
{
border-color: #FB80EF;
}
</style>