Shades of Pale Magenta #F389D4
Tints of Pale Magenta #F389D4
RGB
CMYK
RGB Variations
Color information
#F389D4 (or 0xF389D4) is known color: Pale Magenta. HEX triplet: F3, 89 and D4. RGB value is (243,137,212). Sum of RGB (Red+Green+Blue) = 243+137+212=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F389D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389D4 is #0C762B. Grayscale: #B1B1B1. Windows color (decimal): -816684 or 13928947. OLE color: 13928947.
HSL color Cylindrical-coordinate representation of color #F389D4: hue angle of 317.55º 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 #F389D4 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 212 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.05 |
| HSL | 317.55º | 0.82% | 0.75% | - |
| HSV(B) | 317.55º | 0.44% | 0.95% | - |
| XYZ | 57.79 | 41.7 | 67.29 | - |
| YUV | 177.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 212 | 0 | 0.44 | 0.13 | 0.05 | 317.55 | 0.82 | 0.75 |
| Hex | F3 | 89 | D4 | 0 | 2C | D | 5 | 13E | 52 | 4B |
| Octal | 363 | 211 | 324 | 0 | 54 | 15 | 5 | 476 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11010100 | 0 | 101100 | 1101 | 101 | 100111110 | 1010010 | 1001011 |
Color Harmonies of #F389D4
Complementary color
Monochromatic Colors of #F389D4
Black with #F389D4
Text Example
Text Example
White with #F389D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389D4; }
p { color: rgb(243,137,212); }
H1.HeaderClassName
{
color: #F389D4;
}
.AnyTagClassName
{
color: #F389D4;
}
</style>
background-color css
<style>
a { background-color: #F389D4; }
a { background-color: rgb(243,137,212); }
div.DivClassName
{
background-color: #F389D4;
}
.BgClassName
{
background-color: #F389D4;
}
</style>
border-color css
<style>
span { border-color: #F389D4; }
span { border-color: rgb(243,137,212); }
td.TdClassName
{
border-color: #F389D4;
}
.TagClassName
{
border-color: #F389D4;
}
</style>