Shades of Pale Magenta #F881DB
Tints of Pale Magenta #F881DB
RGB
CMYK
RGB Variations
Color information
#F881DB (or 0xF881DB) is known color: Pale Magenta. HEX triplet: F8, 81 and DB. RGB value is (248,129,219). Sum of RGB (Red+Green+Blue) = 248+129+219=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DB is #077E24. Grayscale: #AEAEAE. Windows color (decimal): -491045 or 14385656. OLE color: 14385656.
HSL color Cylindrical-coordinate representation of color #F881DB: hue angle of 314.62º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F881DB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 219 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.03 |
| HSL | 314.62º | 0.89% | 0.74% | - |
| HSV(B) | 314.62º | 0.48% | 0.97% | - |
| XYZ | 59.35 | 40.77 | 71.76 | - |
| YUV | 174.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 219 | 0 | 0.48 | 0.12 | 0.03 | 314.62 | 0.89 | 0.74 |
| Hex | F8 | 81 | DB | 0 | 30 | C | 3 | 13B | 59 | 4A |
| Octal | 370 | 201 | 333 | 0 | 60 | 14 | 3 | 473 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11011011 | 0 | 110000 | 1100 | 11 | 100111011 | 1011001 | 1001010 |
Color Harmonies of #F881DB
Complementary color
Monochromatic Colors of #F881DB
Black with #F881DB
Text Example
Text Example
White with #F881DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881DB; }
p { color: rgb(248,129,219); }
H1.HeaderClassName
{
color: #F881DB;
}
.AnyTagClassName
{
color: #F881DB;
}
</style>
background-color css
<style>
a { background-color: #F881DB; }
a { background-color: rgb(248,129,219); }
div.DivClassName
{
background-color: #F881DB;
}
.BgClassName
{
background-color: #F881DB;
}
</style>
border-color css
<style>
span { border-color: #F881DB; }
span { border-color: rgb(248,129,219); }
td.TdClassName
{
border-color: #F881DB;
}
.TagClassName
{
border-color: #F881DB;
}
</style>