Shades of Pale Magenta #FB80E2
Tints of Pale Magenta #FB80E2
RGB
CMYK
RGB Variations
Color information
#FB80E2 (or 0xFB80E2) is known color: Pale Magenta. HEX triplet: FB, 80 and E2. RGB value is (251,128,226). Sum of RGB (Red+Green+Blue) = 251+128+226=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB80E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB80E2 is #047F1D. Grayscale: #AFAFAF. Windows color (decimal): -294686 or 14844155. OLE color: 14844155.
HSL color Cylindrical-coordinate representation of color #FB80E2: hue angle of 312.2º 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 #FB80E2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 226 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.02 |
| HSL | 312.2º | 0.94% | 0.74% | - |
| HSV(B) | 312.2º | 0.49% | 0.98% | - |
| XYZ | 61.23 | 41.44 | 76.72 | - |
| YUV | 175.95 | 156.25 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 226 | 0 | 0.49 | 0.10 | 0.02 | 312.2 | 0.94 | 0.74 |
| Hex | FB | 80 | E2 | 0 | 31 | A | 2 | 138 | 5E | 4A |
| Octal | 373 | 200 | 342 | 0 | 61 | 12 | 2 | 470 | 136 | 112 |
| Binary | 11111011 | 10000000 | 11100010 | 0 | 110001 | 1010 | 10 | 100111000 | 1011110 | 1001010 |
Color Harmonies of #FB80E2
Complementary color
Monochromatic Colors of #FB80E2
Black with #FB80E2
Text Example
Text Example
White with #FB80E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB80E2; }
p { color: rgb(251,128,226); }
H1.HeaderClassName
{
color: #FB80E2;
}
.AnyTagClassName
{
color: #FB80E2;
}
</style>
background-color css
<style>
a { background-color: #FB80E2; }
a { background-color: rgb(251,128,226); }
div.DivClassName
{
background-color: #FB80E2;
}
.BgClassName
{
background-color: #FB80E2;
}
</style>
border-color css
<style>
span { border-color: #FB80E2; }
span { border-color: rgb(251,128,226); }
td.TdClassName
{
border-color: #FB80E2;
}
.TagClassName
{
border-color: #FB80E2;
}
</style>