Shades of Pale Magenta #F389DD
Tints of Pale Magenta #F389DD
RGB
CMYK
RGB Variations
Color information
#F389DD (or 0xF389DD) is known color: Pale Magenta. HEX triplet: F3, 89 and DD. RGB value is (243,137,221). Sum of RGB (Red+Green+Blue) = 243+137+221=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F389DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389DD is #0C7622. Grayscale: #B2B2B2. Windows color (decimal): -816675 or 14518771. OLE color: 14518771.
HSL color Cylindrical-coordinate representation of color #F389DD: hue angle of 312.45º 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 #F389DD is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 221 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.05 |
| HSL | 312.45º | 0.82% | 0.75% | - |
| HSV(B) | 312.45º | 0.44% | 0.95% | - |
| XYZ | 58.96 | 42.17 | 73.44 | - |
| YUV | 178.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 221 | 0 | 0.44 | 0.09 | 0.05 | 312.45 | 0.82 | 0.75 |
| Hex | F3 | 89 | DD | 0 | 2C | 9 | 5 | 138 | 52 | 4B |
| Octal | 363 | 211 | 335 | 0 | 54 | 11 | 5 | 470 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11011101 | 0 | 101100 | 1001 | 101 | 100111000 | 1010010 | 1001011 |
Color Harmonies of #F389DD
Complementary color
Monochromatic Colors of #F389DD
Black with #F389DD
Text Example
Text Example
White with #F389DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389DD; }
p { color: rgb(243,137,221); }
H1.HeaderClassName
{
color: #F389DD;
}
.AnyTagClassName
{
color: #F389DD;
}
</style>
background-color css
<style>
a { background-color: #F389DD; }
a { background-color: rgb(243,137,221); }
div.DivClassName
{
background-color: #F389DD;
}
.BgClassName
{
background-color: #F389DD;
}
</style>
border-color css
<style>
span { border-color: #F389DD; }
span { border-color: rgb(243,137,221); }
td.TdClassName
{
border-color: #F389DD;
}
.TagClassName
{
border-color: #F389DD;
}
</style>