Shades of Pale Magenta #F88DDB
Tints of Pale Magenta #F88DDB
RGB
CMYK
RGB Variations
Color information
#F88DDB (or 0xF88DDB) is known color: Pale Magenta. HEX triplet: F8, 8D and DB. RGB value is (248,141,219). Sum of RGB (Red+Green+Blue) = 248+141+219=608 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.79% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DDB is #077224. Grayscale: #B5B5B5. Windows color (decimal): -487973 or 14388728. OLE color: 14388728.
HSL color Cylindrical-coordinate representation of color #F88DDB: hue angle of 316.26º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DDB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 219 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.03 |
| HSL | 316.26º | 0.88% | 0.76% | - |
| HSV(B) | 316.26º | 0.43% | 0.97% | - |
| XYZ | 61.02 | 44.12 | 72.32 | - |
| YUV | 181.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 219 | 0 | 0.43 | 0.12 | 0.03 | 316.26 | 0.88 | 0.76 |
| Hex | F8 | 8D | DB | 0 | 2B | C | 3 | 13C | 58 | 4C |
| Octal | 370 | 215 | 333 | 0 | 53 | 14 | 3 | 474 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11011011 | 0 | 101011 | 1100 | 11 | 100111100 | 1011000 | 1001100 |
Color Harmonies of #F88DDB
Complementary color
Monochromatic Colors of #F88DDB
Black with #F88DDB
Text Example
Text Example
White with #F88DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DDB; }
p { color: rgb(248,141,219); }
H1.HeaderClassName
{
color: #F88DDB;
}
.AnyTagClassName
{
color: #F88DDB;
}
</style>
background-color css
<style>
a { background-color: #F88DDB; }
a { background-color: rgb(248,141,219); }
div.DivClassName
{
background-color: #F88DDB;
}
.BgClassName
{
background-color: #F88DDB;
}
</style>
border-color css
<style>
span { border-color: #F88DDB; }
span { border-color: rgb(248,141,219); }
td.TdClassName
{
border-color: #F88DDB;
}
.TagClassName
{
border-color: #F88DDB;
}
</style>