Shades of Pale Magenta #FB81DF
Tints of Pale Magenta #FB81DF
RGB
CMYK
RGB Variations
Color information
#FB81DF (or 0xFB81DF) is known color: Pale Magenta. HEX triplet: FB, 81 and DF. RGB value is (251,129,223). Sum of RGB (Red+Green+Blue) = 251+129+223=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 129 (50.78% from 255 or 21.39% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 251 - color contains mainly: red. Hex color #FB81DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB81DF is #047E20. Grayscale: #AFAFAF. Windows color (decimal): -294433 or 14647803. OLE color: 14647803.
HSL color Cylindrical-coordinate representation of color #FB81DF: hue angle of 313.77º 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 #FB81DF is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 223 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.02 |
| HSL | 313.77º | 0.94% | 0.75% | - |
| HSV(B) | 313.77º | 0.49% | 0.98% | - |
| XYZ | 60.95 | 41.54 | 74.62 | - |
| YUV | 176.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 223 | 0 | 0.49 | 0.11 | 0.02 | 313.77 | 0.94 | 0.75 |
| Hex | FB | 81 | DF | 0 | 31 | B | 2 | 13A | 5E | 4B |
| Octal | 373 | 201 | 337 | 0 | 61 | 13 | 2 | 472 | 136 | 113 |
| Binary | 11111011 | 10000001 | 11011111 | 0 | 110001 | 1011 | 10 | 100111010 | 1011110 | 1001011 |
Color Harmonies of #FB81DF
Complementary color
Monochromatic Colors of #FB81DF
Black with #FB81DF
Text Example
Text Example
White with #FB81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB81DF; }
p { color: rgb(251,129,223); }
H1.HeaderClassName
{
color: #FB81DF;
}
.AnyTagClassName
{
color: #FB81DF;
}
</style>
background-color css
<style>
a { background-color: #FB81DF; }
a { background-color: rgb(251,129,223); }
div.DivClassName
{
background-color: #FB81DF;
}
.BgClassName
{
background-color: #FB81DF;
}
</style>
border-color css
<style>
span { border-color: #FB81DF; }
span { border-color: rgb(251,129,223); }
td.TdClassName
{
border-color: #FB81DF;
}
.TagClassName
{
border-color: #FB81DF;
}
</style>