Shades of Pale Magenta #F389D9
Tints of Pale Magenta #F389D9
RGB
CMYK
RGB Variations
Color information
#F389D9 (or 0xF389D9) is known color: Pale Magenta. HEX triplet: F3, 89 and D9. RGB value is (243,137,217). Sum of RGB (Red+Green+Blue) = 243+137+217=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F389D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389D9 is #0C7626. Grayscale: #B1B1B1. Windows color (decimal): -816679 or 14256627. OLE color: 14256627.
HSL color Cylindrical-coordinate representation of color #F389D9: hue angle of 314.72º 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 #F389D9 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 217 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.05 |
| HSL | 314.72º | 0.82% | 0.75% | - |
| HSV(B) | 314.72º | 0.44% | 0.95% | - |
| XYZ | 58.43 | 41.96 | 70.66 | - |
| YUV | 177.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 217 | 0 | 0.44 | 0.11 | 0.05 | 314.72 | 0.82 | 0.75 |
| Hex | F3 | 89 | D9 | 0 | 2C | B | 5 | 13B | 52 | 4B |
| Octal | 363 | 211 | 331 | 0 | 54 | 13 | 5 | 473 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11011001 | 0 | 101100 | 1011 | 101 | 100111011 | 1010010 | 1001011 |
Color Harmonies of #F389D9
Complementary color
Monochromatic Colors of #F389D9
Black with #F389D9
Text Example
Text Example
White with #F389D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389D9; }
p { color: rgb(243,137,217); }
H1.HeaderClassName
{
color: #F389D9;
}
.AnyTagClassName
{
color: #F389D9;
}
</style>
background-color css
<style>
a { background-color: #F389D9; }
a { background-color: rgb(243,137,217); }
div.DivClassName
{
background-color: #F389D9;
}
.BgClassName
{
background-color: #F389D9;
}
</style>
border-color css
<style>
span { border-color: #F389D9; }
span { border-color: rgb(243,137,217); }
td.TdClassName
{
border-color: #F389D9;
}
.TagClassName
{
border-color: #F389D9;
}
</style>