Shades of Pale Magenta #F879DB
Tints of Pale Magenta #F879DB
RGB
CMYK
RGB Variations
Color information
#F879DB (or 0xF879DB) is known color: Pale Magenta. HEX triplet: F8, 79 and DB. RGB value is (248,121,219). Sum of RGB (Red+Green+Blue) = 248+121+219=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F879DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F879DB is #078624. Grayscale: #A9A9A9. Windows color (decimal): -493093 or 14383608. OLE color: 14383608.
HSL color Cylindrical-coordinate representation of color #F879DB: hue angle of 313.7º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879DB is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 219 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.03 |
| HSL | 313.7º | 0.9% | 0.72% | - |
| HSV(B) | 313.7º | 0.51% | 0.97% | - |
| XYZ | 58.33 | 38.75 | 71.42 | - |
| YUV | 170.15 | 155.58 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 219 | 0 | 0.51 | 0.12 | 0.03 | 313.7 | 0.9 | 0.72 |
| Hex | F8 | 79 | DB | 0 | 33 | C | 3 | 13A | 5A | 48 |
| Octal | 370 | 171 | 333 | 0 | 63 | 14 | 3 | 472 | 132 | 110 |
| Binary | 11111000 | 1111001 | 11011011 | 0 | 110011 | 1100 | 11 | 100111010 | 1011010 | 1001000 |
Color Harmonies of #F879DB
Complementary color
Monochromatic Colors of #F879DB
Black with #F879DB
Text Example
Text Example
White with #F879DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F879DB; }
p { color: rgb(248,121,219); }
H1.HeaderClassName
{
color: #F879DB;
}
.AnyTagClassName
{
color: #F879DB;
}
</style>
background-color css
<style>
a { background-color: #F879DB; }
a { background-color: rgb(248,121,219); }
div.DivClassName
{
background-color: #F879DB;
}
.BgClassName
{
background-color: #F879DB;
}
</style>
border-color css
<style>
span { border-color: #F879DB; }
span { border-color: rgb(248,121,219); }
td.TdClassName
{
border-color: #F879DB;
}
.TagClassName
{
border-color: #F879DB;
}
</style>