Shades of Pale Magenta #F389D3
Tints of Pale Magenta #F389D3
RGB
CMYK
RGB Variations
Color information
#F389D3 (or 0xF389D3) is known color: Pale Magenta. HEX triplet: F3, 89 and D3. RGB value is (243,137,211). Sum of RGB (Red+Green+Blue) = 243+137+211=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 137 (53.91% from 255 or 23.18% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F389D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389D3 is #0C762C. Grayscale: #B0B0B0. Windows color (decimal): -816685 or 13863411. OLE color: 13863411.
HSL color Cylindrical-coordinate representation of color #F389D3: hue angle of 318.11º 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 #F389D3 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 211 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.05 |
| HSL | 318.11º | 0.82% | 0.75% | - |
| HSV(B) | 318.11º | 0.44% | 0.95% | - |
| XYZ | 57.67 | 41.65 | 66.63 | - |
| YUV | 177.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 211 | 0 | 0.44 | 0.13 | 0.05 | 318.11 | 0.82 | 0.75 |
| Hex | F3 | 89 | D3 | 0 | 2C | D | 5 | 13E | 52 | 4B |
| Octal | 363 | 211 | 323 | 0 | 54 | 15 | 5 | 476 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11010011 | 0 | 101100 | 1101 | 101 | 100111110 | 1010010 | 1001011 |
Color Harmonies of #F389D3
Complementary color
Monochromatic Colors of #F389D3
Black with #F389D3
Text Example
Text Example
White with #F389D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389D3; }
p { color: rgb(243,137,211); }
H1.HeaderClassName
{
color: #F389D3;
}
.AnyTagClassName
{
color: #F389D3;
}
</style>
background-color css
<style>
a { background-color: #F389D3; }
a { background-color: rgb(243,137,211); }
div.DivClassName
{
background-color: #F389D3;
}
.BgClassName
{
background-color: #F389D3;
}
</style>
border-color css
<style>
span { border-color: #F389D3; }
span { border-color: rgb(243,137,211); }
td.TdClassName
{
border-color: #F389D3;
}
.TagClassName
{
border-color: #F389D3;
}
</style>