Shades of Pale Magenta #F873DB
Tints of Pale Magenta #F873DB
RGB
CMYK
RGB Variations
Color information
#F873DB (or 0xF873DB) is known color: Pale Magenta. HEX triplet: F8, 73 and DB. RGB value is (248,115,219). Sum of RGB (Red+Green+Blue) = 248+115+219=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 115 (45.31% from 255 or 19.76% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F873DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873DB is #078C24. Grayscale: #A6A6A6. Windows color (decimal): -494629 or 14382072. OLE color: 14382072.
HSL color Cylindrical-coordinate representation of color #F873DB: hue angle of 313.08º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 219 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 313.08º | 0.9% | 0.71% | - |
| HSV(B) | 313.08º | 0.54% | 0.97% | - |
| XYZ | 57.63 | 37.33 | 71.19 | - |
| YUV | 166.62 | 157.56 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 219 | 0 | 0.54 | 0.12 | 0.03 | 313.08 | 0.9 | 0.71 |
| Hex | F8 | 73 | DB | 0 | 36 | C | 3 | 139 | 5A | 47 |
| Octal | 370 | 163 | 333 | 0 | 66 | 14 | 3 | 471 | 132 | 107 |
| Binary | 11111000 | 1110011 | 11011011 | 0 | 110110 | 1100 | 11 | 100111001 | 1011010 | 1000111 |
Color Harmonies of #F873DB
Complementary color
Monochromatic Colors of #F873DB
Black with #F873DB
Text Example
Text Example
White with #F873DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873DB; }
p { color: rgb(248,115,219); }
H1.HeaderClassName
{
color: #F873DB;
}
.AnyTagClassName
{
color: #F873DB;
}
</style>
background-color css
<style>
a { background-color: #F873DB; }
a { background-color: rgb(248,115,219); }
div.DivClassName
{
background-color: #F873DB;
}
.BgClassName
{
background-color: #F873DB;
}
</style>
border-color css
<style>
span { border-color: #F873DB; }
span { border-color: rgb(248,115,219); }
td.TdClassName
{
border-color: #F873DB;
}
.TagClassName
{
border-color: #F873DB;
}
</style>