Shades of Pale Magenta #FB80E4
Tints of Pale Magenta #FB80E4
RGB
CMYK
RGB Variations
Color information
#FB80E4 (or 0xFB80E4) is known color: Pale Magenta. HEX triplet: FB, 80 and E4. RGB value is (251,128,228). Sum of RGB (Red+Green+Blue) = 251+128+228=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 128 (50.39% from 255 or 21.09% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80E4 is #047F1B. Grayscale: #AFAFAF. Windows color (decimal): -294684 or 14975227. OLE color: 14975227.
HSL color Cylindrical-coordinate representation of color #FB80E4: hue angle of 311.22º 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 #FB80E4 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 228 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.02 |
| HSL | 311.22º | 0.94% | 0.74% | - |
| HSV(B) | 311.22º | 0.49% | 0.98% | - |
| XYZ | 61.51 | 41.55 | 78.18 | - |
| YUV | 176.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 228 | 0 | 0.49 | 0.09 | 0.02 | 311.22 | 0.94 | 0.74 |
| Hex | FB | 80 | E4 | 0 | 31 | 9 | 2 | 137 | 5E | 4A |
| Octal | 373 | 200 | 344 | 0 | 61 | 11 | 2 | 467 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11100100 | 0 | 110001 | 1001 | 10 | 100110111 | 1011110 | 1001010 |
Color Harmonies of #FB80E4
Complementary color
Monochromatic Colors of #FB80E4
Black with #FB80E4
Text Example
Text Example
White with #FB80E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80E4; }
p { color: rgb(251,128,228); }
H1.HeaderClassName
{
color: #FB80E4;
}
.AnyTagClassName
{
color: #FB80E4;
}
</style>
background-color css
<style>
a { background-color: #FB80E4; }
a { background-color: rgb(251,128,228); }
div.DivClassName
{
background-color: #FB80E4;
}
.BgClassName
{
background-color: #FB80E4;
}
</style>
border-color css
<style>
span { border-color: #FB80E4; }
span { border-color: rgb(251,128,228); }
td.TdClassName
{
border-color: #FB80E4;
}
.TagClassName
{
border-color: #FB80E4;
}
</style>