Shades of Pale Magenta #FB81E2
Tints of Pale Magenta #FB81E2
RGB
CMYK
RGB Variations
Color information
#FB81E2 (or 0xFB81E2) is known color: Pale Magenta. HEX triplet: FB, 81 and E2. RGB value is (251,129,226). Sum of RGB (Red+Green+Blue) = 251+129+226=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 129 (50.78% from 255 or 21.29% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81E2 is #047E1D. Grayscale: #B0B0B0. Windows color (decimal): -294430 or 14844411. OLE color: 14844411.
HSL color Cylindrical-coordinate representation of color #FB81E2: hue angle of 312.3º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB81E2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 226 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.02 |
| HSL | 312.3º | 0.94% | 0.75% | - |
| HSV(B) | 312.3º | 0.49% | 0.98% | - |
| XYZ | 61.36 | 41.7 | 76.77 | - |
| YUV | 176.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 226 | 0 | 0.49 | 0.10 | 0.02 | 312.3 | 0.94 | 0.75 |
| Hex | FB | 81 | E2 | 0 | 31 | A | 2 | 138 | 5E | 4B |
| Octal | 373 | 201 | 342 | 0 | 61 | 12 | 2 | 470 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11100010 | 0 | 110001 | 1010 | 10 | 100111000 | 1011110 | 1001011 |
Color Harmonies of #FB81E2
Complementary color
Monochromatic Colors of #FB81E2
Black with #FB81E2
Text Example
Text Example
White with #FB81E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81E2; }
p { color: rgb(251,129,226); }
H1.HeaderClassName
{
color: #FB81E2;
}
.AnyTagClassName
{
color: #FB81E2;
}
</style>
background-color css
<style>
a { background-color: #FB81E2; }
a { background-color: rgb(251,129,226); }
div.DivClassName
{
background-color: #FB81E2;
}
.BgClassName
{
background-color: #FB81E2;
}
</style>
border-color css
<style>
span { border-color: #FB81E2; }
span { border-color: rgb(251,129,226); }
td.TdClassName
{
border-color: #FB81E2;
}
.TagClassName
{
border-color: #FB81E2;
}
</style>