Shades of Pale Magenta #F871DB
Tints of Pale Magenta #F871DB
RGB
CMYK
RGB Variations
Color information
#F871DB (or 0xF871DB) is known color: Pale Magenta. HEX triplet: F8, 71 and DB. RGB value is (248,113,219). Sum of RGB (Red+Green+Blue) = 248+113+219=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 113 (44.53% from 255 or 19.48% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F871DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871DB is #078E24. Grayscale: #A5A5A5. Windows color (decimal): -495141 or 14381560. OLE color: 14381560.
HSL color Cylindrical-coordinate representation of color #F871DB: hue angle of 312.89º degrees, saturation: 0.91, 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 #F871DB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 219 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.03 |
| HSL | 312.89º | 0.91% | 0.71% | - |
| HSV(B) | 312.89º | 0.54% | 0.97% | - |
| XYZ | 57.4 | 36.88 | 71.11 | - |
| YUV | 165.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 219 | 0 | 0.54 | 0.12 | 0.03 | 312.89 | 0.91 | 0.71 |
| Hex | F8 | 71 | DB | 0 | 36 | C | 3 | 139 | 5B | 47 |
| Octal | 370 | 161 | 333 | 0 | 66 | 14 | 3 | 471 | 133 | 107 |
| Binary | 11111000 | 1110001 | 11011011 | 0 | 110110 | 1100 | 11 | 100111001 | 1011011 | 1000111 |
Color Harmonies of #F871DB
Complementary color
Monochromatic Colors of #F871DB
Black with #F871DB
Text Example
Text Example
White with #F871DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F871DB; }
p { color: rgb(248,113,219); }
H1.HeaderClassName
{
color: #F871DB;
}
.AnyTagClassName
{
color: #F871DB;
}
</style>
background-color css
<style>
a { background-color: #F871DB; }
a { background-color: rgb(248,113,219); }
div.DivClassName
{
background-color: #F871DB;
}
.BgClassName
{
background-color: #F871DB;
}
</style>
border-color css
<style>
span { border-color: #F871DB; }
span { border-color: rgb(248,113,219); }
td.TdClassName
{
border-color: #F871DB;
}
.TagClassName
{
border-color: #F871DB;
}
</style>