Shades of Pale Magenta #F890DB
Tints of Pale Magenta #F890DB
RGB
CMYK
RGB Variations
Color information
#F890DB (or 0xF890DB) is known color: Pale Magenta. HEX triplet: F8, 90 and DB. RGB value is (248,144,219). Sum of RGB (Red+Green+Blue) = 248+144+219=611 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.59% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 248 - color contains mainly: red. Hex color #F890DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890DB is #076F24. Grayscale: #B7B7B7. Windows color (decimal): -487205 or 14389496. OLE color: 14389496.
HSL color Cylindrical-coordinate representation of color #F890DB: hue angle of 316.73º 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 #F890DB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 219 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.03 |
| HSL | 316.73º | 0.88% | 0.77% | - |
| HSV(B) | 316.73º | 0.42% | 0.97% | - |
| XYZ | 61.47 | 45.02 | 72.47 | - |
| YUV | 183.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 219 | 0 | 0.42 | 0.12 | 0.03 | 316.73 | 0.88 | 0.77 |
| Hex | F8 | 90 | DB | 0 | 2A | C | 3 | 13D | 58 | 4D |
| Octal | 370 | 220 | 333 | 0 | 52 | 14 | 3 | 475 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11011011 | 0 | 101010 | 1100 | 11 | 100111101 | 1011000 | 1001101 |
Color Harmonies of #F890DB
Complementary color
Monochromatic Colors of #F890DB
Black with #F890DB
Text Example
Text Example
White with #F890DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890DB; }
p { color: rgb(248,144,219); }
H1.HeaderClassName
{
color: #F890DB;
}
.AnyTagClassName
{
color: #F890DB;
}
</style>
background-color css
<style>
a { background-color: #F890DB; }
a { background-color: rgb(248,144,219); }
div.DivClassName
{
background-color: #F890DB;
}
.BgClassName
{
background-color: #F890DB;
}
</style>
border-color css
<style>
span { border-color: #F890DB; }
span { border-color: rgb(248,144,219); }
td.TdClassName
{
border-color: #F890DB;
}
.TagClassName
{
border-color: #F890DB;
}
</style>