Shades of Pale Magenta #F389E7
Tints of Pale Magenta #F389E7
RGB
CMYK
RGB Variations
Color information
#F389E7 (or 0xF389E7) is known color: Pale Magenta. HEX triplet: F3, 89 and E7. RGB value is (243,137,231). Sum of RGB (Red+Green+Blue) = 243+137+231=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 137 (53.91% from 255 or 22.42% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F389E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F389E7 is #0C7618. Grayscale: #B3B3B3. Windows color (decimal): -816665 or 15174131. OLE color: 15174131.
HSL color Cylindrical-coordinate representation of color #F389E7: hue angle of 306.79º 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 #F389E7 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 231 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.05 |
| HSL | 306.79º | 0.82% | 0.75% | - |
| HSV(B) | 306.79º | 0.44% | 0.95% | - |
| XYZ | 60.33 | 42.72 | 80.67 | - |
| YUV | 179.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 231 | 0 | 0.44 | 0.05 | 0.05 | 306.79 | 0.82 | 0.75 |
| Hex | F3 | 89 | E7 | 0 | 2C | 5 | 5 | 133 | 52 | 4B |
| Octal | 363 | 211 | 347 | 0 | 54 | 5 | 5 | 463 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11100111 | 0 | 101100 | 101 | 101 | 100110011 | 1010010 | 1001011 |
Color Harmonies of #F389E7
Complementary color
Monochromatic Colors of #F389E7
Black with #F389E7
Text Example
Text Example
White with #F389E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389E7; }
p { color: rgb(243,137,231); }
H1.HeaderClassName
{
color: #F389E7;
}
.AnyTagClassName
{
color: #F389E7;
}
</style>
background-color css
<style>
a { background-color: #F389E7; }
a { background-color: rgb(243,137,231); }
div.DivClassName
{
background-color: #F389E7;
}
.BgClassName
{
background-color: #F389E7;
}
</style>
border-color css
<style>
span { border-color: #F389E7; }
span { border-color: rgb(243,137,231); }
td.TdClassName
{
border-color: #F389E7;
}
.TagClassName
{
border-color: #F389E7;
}
</style>