Shades of Pale Magenta #F878DB
Tints of Pale Magenta #F878DB
RGB
CMYK
RGB Variations
Color information
#F878DB (or 0xF878DB) is known color: Pale Magenta. HEX triplet: F8, 78 and DB. RGB value is (248,120,219). Sum of RGB (Red+Green+Blue) = 248+120+219=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F878DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878DB is #078724. Grayscale: #A9A9A9. Windows color (decimal): -493349 or 14383352. OLE color: 14383352.
HSL color Cylindrical-coordinate representation of color #F878DB: hue angle of 313.59º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F878DB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 219 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.03 |
| HSL | 313.59º | 0.9% | 0.72% | - |
| HSV(B) | 313.59º | 0.52% | 0.97% | - |
| XYZ | 58.21 | 38.5 | 71.38 | - |
| YUV | 169.56 | 155.91 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 219 | 0 | 0.52 | 0.12 | 0.03 | 313.59 | 0.9 | 0.72 |
| Hex | F8 | 78 | DB | 0 | 34 | C | 3 | 13A | 5A | 48 |
| Octal | 370 | 170 | 333 | 0 | 64 | 14 | 3 | 472 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11011011 | 0 | 110100 | 1100 | 11 | 100111010 | 1011010 | 1001000 |
Color Harmonies of #F878DB
Complementary color
Monochromatic Colors of #F878DB
Black with #F878DB
Text Example
Text Example
White with #F878DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878DB; }
p { color: rgb(248,120,219); }
H1.HeaderClassName
{
color: #F878DB;
}
.AnyTagClassName
{
color: #F878DB;
}
</style>
background-color css
<style>
a { background-color: #F878DB; }
a { background-color: rgb(248,120,219); }
div.DivClassName
{
background-color: #F878DB;
}
.BgClassName
{
background-color: #F878DB;
}
</style>
border-color css
<style>
span { border-color: #F878DB; }
span { border-color: rgb(248,120,219); }
td.TdClassName
{
border-color: #F878DB;
}
.TagClassName
{
border-color: #F878DB;
}
</style>