Shades of Pale Magenta #F089E4
Tints of Pale Magenta #F089E4
RGB
CMYK
RGB Variations
Color information
#F089E4 (or 0xF089E4) is known color: Pale Magenta. HEX triplet: F0, 89 and E4. RGB value is (240,137,228). Sum of RGB (Red+Green+Blue) = 240+137+228=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 137 (53.91% from 255 or 22.64% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F089E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089E4 is #0F761B. Grayscale: #B1B1B1. Windows color (decimal): -1013276 or 14977520. OLE color: 14977520.
HSL color Cylindrical-coordinate representation of color #F089E4: hue angle of 306.99º 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 #F089E4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 228 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.06 |
| HSL | 306.99º | 0.77% | 0.74% | - |
| HSV(B) | 306.99º | 0.43% | 0.94% | - |
| XYZ | 58.88 | 42.02 | 78.41 | - |
| YUV | 178.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 228 | 0 | 0.43 | 0.05 | 0.06 | 306.99 | 0.77 | 0.74 |
| Hex | F0 | 89 | E4 | 0 | 2B | 5 | 6 | 133 | 4D | 4A |
| Octal | 360 | 211 | 344 | 0 | 53 | 5 | 6 | 463 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11100100 | 0 | 101011 | 101 | 110 | 100110011 | 1001101 | 1001010 |
Color Harmonies of #F089E4
Complementary color
Monochromatic Colors of #F089E4
Black with #F089E4
Text Example
Text Example
White with #F089E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089E4; }
p { color: rgb(240,137,228); }
H1.HeaderClassName
{
color: #F089E4;
}
.AnyTagClassName
{
color: #F089E4;
}
</style>
background-color css
<style>
a { background-color: #F089E4; }
a { background-color: rgb(240,137,228); }
div.DivClassName
{
background-color: #F089E4;
}
.BgClassName
{
background-color: #F089E4;
}
</style>
border-color css
<style>
span { border-color: #F089E4; }
span { border-color: rgb(240,137,228); }
td.TdClassName
{
border-color: #F089E4;
}
.TagClassName
{
border-color: #F089E4;
}
</style>