Shades of Pale Magenta #F089DB
Tints of Pale Magenta #F089DB
RGB
CMYK
RGB Variations
Color information
#F089DB (or 0xF089DB) is known color: Pale Magenta. HEX triplet: F0, 89 and DB. RGB value is (240,137,219). Sum of RGB (Red+Green+Blue) = 240+137+219=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F089DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089DB is #0F7624. Grayscale: #B0B0B0. Windows color (decimal): -1013285 or 14387696. OLE color: 14387696.
HSL color Cylindrical-coordinate representation of color #F089DB: hue angle of 312.23º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089DB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 219 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.06 |
| HSL | 312.23º | 0.77% | 0.74% | - |
| HSV(B) | 312.23º | 0.43% | 0.94% | - |
| XYZ | 57.67 | 41.53 | 71.99 | - |
| YUV | 177.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 219 | 0 | 0.43 | 0.09 | 0.06 | 312.23 | 0.77 | 0.74 |
| Hex | F0 | 89 | DB | 0 | 2B | 9 | 6 | 138 | 4D | 4A |
| Octal | 360 | 211 | 333 | 0 | 53 | 11 | 6 | 470 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11011011 | 0 | 101011 | 1001 | 110 | 100111000 | 1001101 | 1001010 |
Color Harmonies of #F089DB
Complementary color
Monochromatic Colors of #F089DB
Black with #F089DB
Text Example
Text Example
White with #F089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089DB; }
p { color: rgb(240,137,219); }
H1.HeaderClassName
{
color: #F089DB;
}
.AnyTagClassName
{
color: #F089DB;
}
</style>
background-color css
<style>
a { background-color: #F089DB; }
a { background-color: rgb(240,137,219); }
div.DivClassName
{
background-color: #F089DB;
}
.BgClassName
{
background-color: #F089DB;
}
</style>
border-color css
<style>
span { border-color: #F089DB; }
span { border-color: rgb(240,137,219); }
td.TdClassName
{
border-color: #F089DB;
}
.TagClassName
{
border-color: #F089DB;
}
</style>