Shades of Pale Magenta #FB80E6
Tints of Pale Magenta #FB80E6
RGB
CMYK
RGB Variations
Color information
#FB80E6 (or 0xFB80E6) is known color: Pale Magenta. HEX triplet: FB, 80 and E6. RGB value is (251,128,230). Sum of RGB (Red+Green+Blue) = 251+128+230=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB80E6 is #047F19. Grayscale: #B0B0B0. Windows color (decimal): -294682 or 15106299. OLE color: 15106299.
HSL color Cylindrical-coordinate representation of color #FB80E6: hue angle of 310.24º 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 #FB80E6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 230 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.02 |
| HSL | 310.24º | 0.94% | 0.74% | - |
| HSV(B) | 310.24º | 0.49% | 0.98% | - |
| XYZ | 61.79 | 41.66 | 79.65 | - |
| YUV | 176.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 230 | 0 | 0.49 | 0.08 | 0.02 | 310.24 | 0.94 | 0.74 |
| Hex | FB | 80 | E6 | 0 | 31 | 8 | 2 | 136 | 5E | 4A |
| Octal | 373 | 200 | 346 | 0 | 61 | 10 | 2 | 466 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11100110 | 0 | 110001 | 1000 | 10 | 100110110 | 1011110 | 1001010 |
Color Harmonies of #FB80E6
Complementary color
Monochromatic Colors of #FB80E6
Black with #FB80E6
Text Example
Text Example
White with #FB80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80E6; }
p { color: rgb(251,128,230); }
H1.HeaderClassName
{
color: #FB80E6;
}
.AnyTagClassName
{
color: #FB80E6;
}
</style>
background-color css
<style>
a { background-color: #FB80E6; }
a { background-color: rgb(251,128,230); }
div.DivClassName
{
background-color: #FB80E6;
}
.BgClassName
{
background-color: #FB80E6;
}
</style>
border-color css
<style>
span { border-color: #FB80E6; }
span { border-color: rgb(251,128,230); }
td.TdClassName
{
border-color: #FB80E6;
}
.TagClassName
{
border-color: #FB80E6;
}
</style>