Shades of Pale Magenta #FB81D7
Tints of Pale Magenta #FB81D7
RGB
CMYK
RGB Variations
Color information
#FB81D7 (or 0xFB81D7) is known color: Pale Magenta. HEX triplet: FB, 81 and D7. RGB value is (251,129,215). Sum of RGB (Red+Green+Blue) = 251+129+215=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81D7 is #047E28. Grayscale: #AFAFAF. Windows color (decimal): -294441 or 14123515. OLE color: 14123515.
HSL color Cylindrical-coordinate representation of color #FB81D7: hue angle of 317.7º 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 #FB81D7 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 215 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.02 |
| HSL | 317.7º | 0.94% | 0.75% | - |
| HSV(B) | 317.7º | 0.49% | 0.98% | - |
| XYZ | 59.9 | 41.12 | 69.07 | - |
| YUV | 175.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 215 | 0 | 0.49 | 0.14 | 0.02 | 317.7 | 0.94 | 0.75 |
| Hex | FB | 81 | D7 | 0 | 31 | E | 2 | 13E | 5E | 4B |
| Octal | 373 | 201 | 327 | 0 | 61 | 16 | 2 | 476 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11010111 | 0 | 110001 | 1110 | 10 | 100111110 | 1011110 | 1001011 |
Color Harmonies of #FB81D7
Complementary color
Monochromatic Colors of #FB81D7
Black with #FB81D7
Text Example
Text Example
White with #FB81D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81D7; }
p { color: rgb(251,129,215); }
H1.HeaderClassName
{
color: #FB81D7;
}
.AnyTagClassName
{
color: #FB81D7;
}
</style>
background-color css
<style>
a { background-color: #FB81D7; }
a { background-color: rgb(251,129,215); }
div.DivClassName
{
background-color: #FB81D7;
}
.BgClassName
{
background-color: #FB81D7;
}
</style>
border-color css
<style>
span { border-color: #FB81D7; }
span { border-color: rgb(251,129,215); }
td.TdClassName
{
border-color: #FB81D7;
}
.TagClassName
{
border-color: #FB81D7;
}
</style>