Shades of Pale Magenta #F888DB
Tints of Pale Magenta #F888DB
RGB
CMYK
RGB Variations
Color information
#F888DB (or 0xF888DB) is known color: Pale Magenta. HEX triplet: F8, 88 and DB. RGB value is (248,136,219). Sum of RGB (Red+Green+Blue) = 248+136+219=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F888DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888DB is #077724. Grayscale: #B2B2B2. Windows color (decimal): -489253 or 14387448. OLE color: 14387448.
HSL color Cylindrical-coordinate representation of color #F888DB: hue angle of 315.54º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888DB is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 219 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.03 |
| HSL | 315.54º | 0.89% | 0.75% | - |
| HSV(B) | 315.54º | 0.45% | 0.97% | - |
| XYZ | 60.3 | 42.68 | 72.08 | - |
| YUV | 178.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 219 | 0 | 0.45 | 0.12 | 0.03 | 315.54 | 0.89 | 0.75 |
| Hex | F8 | 88 | DB | 0 | 2D | C | 3 | 13C | 59 | 4B |
| Octal | 370 | 210 | 333 | 0 | 55 | 14 | 3 | 474 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11011011 | 0 | 101101 | 1100 | 11 | 100111100 | 1011001 | 1001011 |
Color Harmonies of #F888DB
Complementary color
Monochromatic Colors of #F888DB
Black with #F888DB
Text Example
Text Example
White with #F888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888DB; }
p { color: rgb(248,136,219); }
H1.HeaderClassName
{
color: #F888DB;
}
.AnyTagClassName
{
color: #F888DB;
}
</style>
background-color css
<style>
a { background-color: #F888DB; }
a { background-color: rgb(248,136,219); }
div.DivClassName
{
background-color: #F888DB;
}
.BgClassName
{
background-color: #F888DB;
}
</style>
border-color css
<style>
span { border-color: #F888DB; }
span { border-color: rgb(248,136,219); }
td.TdClassName
{
border-color: #F888DB;
}
.TagClassName
{
border-color: #F888DB;
}
</style>