Shades of Pale Magenta #F891DF
Tints of Pale Magenta #F891DF
RGB
CMYK
RGB Variations
Color information
#F891DF (or 0xF891DF) is known color: Pale Magenta. HEX triplet: F8, 91 and DF. RGB value is (248,145,223). Sum of RGB (Red+Green+Blue) = 248+145+223=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F891DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891DF is #076E20. Grayscale: #B8B8B8. Windows color (decimal): -486945 or 14651896. OLE color: 14651896.
HSL color Cylindrical-coordinate representation of color #F891DF: hue angle of 314.56º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F891DF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 223 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.03 |
| HSL | 314.56º | 0.88% | 0.77% | - |
| HSV(B) | 314.56º | 0.42% | 0.97% | - |
| XYZ | 62.16 | 45.53 | 75.33 | - |
| YUV | 184.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 223 | 0 | 0.42 | 0.10 | 0.03 | 314.56 | 0.88 | 0.77 |
| Hex | F8 | 91 | DF | 0 | 2A | A | 3 | 13B | 58 | 4D |
| Octal | 370 | 221 | 337 | 0 | 52 | 12 | 3 | 473 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11011111 | 0 | 101010 | 1010 | 11 | 100111011 | 1011000 | 1001101 |
Color Harmonies of #F891DF
Complementary color
Monochromatic Colors of #F891DF
Black with #F891DF
Text Example
Text Example
White with #F891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891DF; }
p { color: rgb(248,145,223); }
H1.HeaderClassName
{
color: #F891DF;
}
.AnyTagClassName
{
color: #F891DF;
}
</style>
background-color css
<style>
a { background-color: #F891DF; }
a { background-color: rgb(248,145,223); }
div.DivClassName
{
background-color: #F891DF;
}
.BgClassName
{
background-color: #F891DF;
}
</style>
border-color css
<style>
span { border-color: #F891DF; }
span { border-color: rgb(248,145,223); }
td.TdClassName
{
border-color: #F891DF;
}
.TagClassName
{
border-color: #F891DF;
}
</style>