Shades of Pale Magenta #F389DB
Tints of Pale Magenta #F389DB
RGB
CMYK
RGB Variations
Color information
#F389DB (or 0xF389DB) is known color: Pale Magenta. HEX triplet: F3, 89 and DB. RGB value is (243,137,219). Sum of RGB (Red+Green+Blue) = 243+137+219=599 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.57% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 243 - color contains mainly: red. Hex color #F389DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389DB is #0C7624. Grayscale: #B1B1B1. Windows color (decimal): -816677 or 14387699. OLE color: 14387699.
HSL color Cylindrical-coordinate representation of color #F389DB: hue angle of 313.58º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389DB is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 219 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.05 |
| HSL | 313.58º | 0.82% | 0.75% | - |
| HSV(B) | 313.58º | 0.44% | 0.95% | - |
| XYZ | 58.69 | 42.06 | 72.04 | - |
| YUV | 178.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 219 | 0 | 0.44 | 0.10 | 0.05 | 313.58 | 0.82 | 0.75 |
| Hex | F3 | 89 | DB | 0 | 2C | A | 5 | 13A | 52 | 4B |
| Octal | 363 | 211 | 333 | 0 | 54 | 12 | 5 | 472 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11011011 | 0 | 101100 | 1010 | 101 | 100111010 | 1010010 | 1001011 |
Color Harmonies of #F389DB
Complementary color
Monochromatic Colors of #F389DB
Black with #F389DB
Text Example
Text Example
White with #F389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389DB; }
p { color: rgb(243,137,219); }
H1.HeaderClassName
{
color: #F389DB;
}
.AnyTagClassName
{
color: #F389DB;
}
</style>
background-color css
<style>
a { background-color: #F389DB; }
a { background-color: rgb(243,137,219); }
div.DivClassName
{
background-color: #F389DB;
}
.BgClassName
{
background-color: #F389DB;
}
</style>
border-color css
<style>
span { border-color: #F389DB; }
span { border-color: rgb(243,137,219); }
td.TdClassName
{
border-color: #F389DB;
}
.TagClassName
{
border-color: #F389DB;
}
</style>