Shades of Pale Magenta #F88CDB
Tints of Pale Magenta #F88CDB
RGB
CMYK
RGB Variations
Color information
#F88CDB (or 0xF88CDB) is known color: Pale Magenta. HEX triplet: F8, 8C and DB. RGB value is (248,140,219). Sum of RGB (Red+Green+Blue) = 248+140+219=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CDB is #077324. Grayscale: #B5B5B5. Windows color (decimal): -488229 or 14388472. OLE color: 14388472.
HSL color Cylindrical-coordinate representation of color #F88CDB: hue angle of 316.11º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CDB is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 219 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.03 |
| HSL | 316.11º | 0.89% | 0.76% | - |
| HSV(B) | 316.11º | 0.44% | 0.97% | - |
| XYZ | 60.88 | 43.83 | 72.27 | - |
| YUV | 181.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 219 | 0 | 0.44 | 0.12 | 0.03 | 316.11 | 0.89 | 0.76 |
| Hex | F8 | 8C | DB | 0 | 2C | C | 3 | 13C | 59 | 4C |
| Octal | 370 | 214 | 333 | 0 | 54 | 14 | 3 | 474 | 131 | 114 |
| Binary | 11111000 | 10001100 | 11011011 | 0 | 101100 | 1100 | 11 | 100111100 | 1011001 | 1001100 |
Color Harmonies of #F88CDB
Complementary color
Monochromatic Colors of #F88CDB
Black with #F88CDB
Text Example
Text Example
White with #F88CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CDB; }
p { color: rgb(248,140,219); }
H1.HeaderClassName
{
color: #F88CDB;
}
.AnyTagClassName
{
color: #F88CDB;
}
</style>
background-color css
<style>
a { background-color: #F88CDB; }
a { background-color: rgb(248,140,219); }
div.DivClassName
{
background-color: #F88CDB;
}
.BgClassName
{
background-color: #F88CDB;
}
</style>
border-color css
<style>
span { border-color: #F88CDB; }
span { border-color: rgb(248,140,219); }
td.TdClassName
{
border-color: #F88CDB;
}
.TagClassName
{
border-color: #F88CDB;
}
</style>