Shades of Pale Magenta #F877DB
Tints of Pale Magenta #F877DB
RGB
CMYK
RGB Variations
Color information
#F877DB (or 0xF877DB) is known color: Pale Magenta. HEX triplet: F8, 77 and DB. RGB value is (248,119,219). Sum of RGB (Red+Green+Blue) = 248+119+219=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 119 (46.88% from 255 or 20.31% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F877DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877DB is #078824. Grayscale: #A8A8A8. Windows color (decimal): -493605 or 14383096. OLE color: 14383096.
HSL color Cylindrical-coordinate representation of color #F877DB: hue angle of 313.49º 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 #F877DB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 219 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.03 |
| HSL | 313.49º | 0.9% | 0.72% | - |
| HSV(B) | 313.49º | 0.52% | 0.97% | - |
| XYZ | 58.09 | 38.26 | 71.34 | - |
| YUV | 168.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 219 | 0 | 0.52 | 0.12 | 0.03 | 313.49 | 0.9 | 0.72 |
| Hex | F8 | 77 | DB | 0 | 34 | C | 3 | 139 | 5A | 48 |
| Octal | 370 | 167 | 333 | 0 | 64 | 14 | 3 | 471 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11011011 | 0 | 110100 | 1100 | 11 | 100111001 | 1011010 | 1001000 |
Color Harmonies of #F877DB
Complementary color
Monochromatic Colors of #F877DB
Black with #F877DB
Text Example
Text Example
White with #F877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877DB; }
p { color: rgb(248,119,219); }
H1.HeaderClassName
{
color: #F877DB;
}
.AnyTagClassName
{
color: #F877DB;
}
</style>
background-color css
<style>
a { background-color: #F877DB; }
a { background-color: rgb(248,119,219); }
div.DivClassName
{
background-color: #F877DB;
}
.BgClassName
{
background-color: #F877DB;
}
</style>
border-color css
<style>
span { border-color: #F877DB; }
span { border-color: rgb(248,119,219); }
td.TdClassName
{
border-color: #F877DB;
}
.TagClassName
{
border-color: #F877DB;
}
</style>