Shades of Pale Magenta #F089E5
Tints of Pale Magenta #F089E5
RGB
CMYK
RGB Variations
Color information
#F089E5 (or 0xF089E5) is known color: Pale Magenta. HEX triplet: F0, 89 and E5. RGB value is (240,137,229). Sum of RGB (Red+Green+Blue) = 240+137+229=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F089E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089E5 is #0F761A. Grayscale: #B2B2B2. Windows color (decimal): -1013275 or 15043056. OLE color: 15043056.
HSL color Cylindrical-coordinate representation of color #F089E5: hue angle of 306.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089E5 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 229 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.06 |
| HSL | 306.41º | 0.77% | 0.74% | - |
| HSV(B) | 306.41º | 0.43% | 0.94% | - |
| XYZ | 59.02 | 42.07 | 79.14 | - |
| YUV | 178.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 229 | 0 | 0.43 | 0.05 | 0.06 | 306.41 | 0.77 | 0.74 |
| Hex | F0 | 89 | E5 | 0 | 2B | 5 | 6 | 132 | 4D | 4A |
| Octal | 360 | 211 | 345 | 0 | 53 | 5 | 6 | 462 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11100101 | 0 | 101011 | 101 | 110 | 100110010 | 1001101 | 1001010 |
Color Harmonies of #F089E5
Complementary color
Monochromatic Colors of #F089E5
Black with #F089E5
Text Example
Text Example
White with #F089E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089E5; }
p { color: rgb(240,137,229); }
H1.HeaderClassName
{
color: #F089E5;
}
.AnyTagClassName
{
color: #F089E5;
}
</style>
background-color css
<style>
a { background-color: #F089E5; }
a { background-color: rgb(240,137,229); }
div.DivClassName
{
background-color: #F089E5;
}
.BgClassName
{
background-color: #F089E5;
}
</style>
border-color css
<style>
span { border-color: #F089E5; }
span { border-color: rgb(240,137,229); }
td.TdClassName
{
border-color: #F089E5;
}
.TagClassName
{
border-color: #F089E5;
}
</style>