Shades of Pale Magenta #F389E5
Tints of Pale Magenta #F389E5
RGB
CMYK
RGB Variations
Color information
#F389E5 (or 0xF389E5) is known color: Pale Magenta. HEX triplet: F3, 89 and E5. RGB value is (243,137,229). Sum of RGB (Red+Green+Blue) = 243+137+229=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 137 (53.91% from 255 or 22.50% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F389E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389E5 is #0C761A. Grayscale: #B2B2B2. Windows color (decimal): -816667 or 15043059. OLE color: 15043059.
HSL color Cylindrical-coordinate representation of color #F389E5: hue angle of 307.92º 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 #F389E5 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 229 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.05 |
| HSL | 307.92º | 0.82% | 0.75% | - |
| HSV(B) | 307.92º | 0.44% | 0.95% | - |
| XYZ | 60.05 | 42.6 | 79.19 | - |
| YUV | 179.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 229 | 0 | 0.44 | 0.06 | 0.05 | 307.92 | 0.82 | 0.75 |
| Hex | F3 | 89 | E5 | 0 | 2C | 6 | 5 | 134 | 52 | 4B |
| Octal | 363 | 211 | 345 | 0 | 54 | 6 | 5 | 464 | 122 | 113 |
| Binary | 11110011 | 10001001 | 11100101 | 0 | 101100 | 110 | 101 | 100110100 | 1010010 | 1001011 |
Color Harmonies of #F389E5
Complementary color
Monochromatic Colors of #F389E5
Black with #F389E5
Text Example
Text Example
White with #F389E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389E5; }
p { color: rgb(243,137,229); }
H1.HeaderClassName
{
color: #F389E5;
}
.AnyTagClassName
{
color: #F389E5;
}
</style>
background-color css
<style>
a { background-color: #F389E5; }
a { background-color: rgb(243,137,229); }
div.DivClassName
{
background-color: #F389E5;
}
.BgClassName
{
background-color: #F389E5;
}
</style>
border-color css
<style>
span { border-color: #F389E5; }
span { border-color: rgb(243,137,229); }
td.TdClassName
{
border-color: #F389E5;
}
.TagClassName
{
border-color: #F389E5;
}
</style>