Shades of Pale Magenta #F880DB
Tints of Pale Magenta #F880DB
RGB
CMYK
RGB Variations
Color information
#F880DB (or 0xF880DB) is known color: Pale Magenta. HEX triplet: F8, 80 and DB. RGB value is (248,128,219). Sum of RGB (Red+Green+Blue) = 248+128+219=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F880DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880DB is #077F24. Grayscale: #AEAEAE. Windows color (decimal): -491301 or 14385400. OLE color: 14385400.
HSL color Cylindrical-coordinate representation of color #F880DB: hue angle of 314.5º degrees, saturation: 0.9, 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 #F880DB is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 219 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.03 |
| HSL | 314.5º | 0.9% | 0.74% | - |
| HSV(B) | 314.5º | 0.48% | 0.97% | - |
| XYZ | 59.22 | 40.51 | 71.72 | - |
| YUV | 174.25 | 153.26 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 219 | 0 | 0.48 | 0.12 | 0.03 | 314.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | DB | 0 | 30 | C | 3 | 13A | 5A | 4A |
| Octal | 370 | 200 | 333 | 0 | 60 | 14 | 3 | 472 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11011011 | 0 | 110000 | 1100 | 11 | 100111010 | 1011010 | 1001010 |
Color Harmonies of #F880DB
Complementary color
Monochromatic Colors of #F880DB
Black with #F880DB
Text Example
Text Example
White with #F880DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880DB; }
p { color: rgb(248,128,219); }
H1.HeaderClassName
{
color: #F880DB;
}
.AnyTagClassName
{
color: #F880DB;
}
</style>
background-color css
<style>
a { background-color: #F880DB; }
a { background-color: rgb(248,128,219); }
div.DivClassName
{
background-color: #F880DB;
}
.BgClassName
{
background-color: #F880DB;
}
</style>
border-color css
<style>
span { border-color: #F880DB; }
span { border-color: rgb(248,128,219); }
td.TdClassName
{
border-color: #F880DB;
}
.TagClassName
{
border-color: #F880DB;
}
</style>