Shades of Pale Magenta #FB80ED
Tints of Pale Magenta #FB80ED
RGB
CMYK
RGB Variations
Color information
#FB80ED (or 0xFB80ED) is known color: Pale Magenta. HEX triplet: FB, 80 and ED. RGB value is (251,128,237). Sum of RGB (Red+Green+Blue) = 251+128+237=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80ED is #047F12. Grayscale: #B0B0B0. Windows color (decimal): -294675 or 15565051. OLE color: 15565051.
HSL color Cylindrical-coordinate representation of color #FB80ED: hue angle of 306.83º 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 #FB80ED is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 237 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.02 |
| HSL | 306.83º | 0.94% | 0.74% | - |
| HSV(B) | 306.83º | 0.49% | 0.98% | - |
| XYZ | 62.79 | 42.06 | 84.93 | - |
| YUV | 177.2 | 161.75 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 237 | 0 | 0.49 | 0.06 | 0.02 | 306.83 | 0.94 | 0.74 |
| Hex | FB | 80 | ED | 0 | 31 | 6 | 2 | 133 | 5E | 4A |
| Octal | 373 | 200 | 355 | 0 | 61 | 6 | 2 | 463 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11101101 | 0 | 110001 | 110 | 10 | 100110011 | 1011110 | 1001010 |
Color Harmonies of #FB80ED
Complementary color
Monochromatic Colors of #FB80ED
Black with #FB80ED
Text Example
Text Example
White with #FB80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80ED; }
p { color: rgb(251,128,237); }
H1.HeaderClassName
{
color: #FB80ED;
}
.AnyTagClassName
{
color: #FB80ED;
}
</style>
background-color css
<style>
a { background-color: #FB80ED; }
a { background-color: rgb(251,128,237); }
div.DivClassName
{
background-color: #FB80ED;
}
.BgClassName
{
background-color: #FB80ED;
}
</style>
border-color css
<style>
span { border-color: #FB80ED; }
span { border-color: rgb(251,128,237); }
td.TdClassName
{
border-color: #FB80ED;
}
.TagClassName
{
border-color: #FB80ED;
}
</style>