Shades of Pale Magenta #F089D4
Tints of Pale Magenta #F089D4
RGB
CMYK
RGB Variations
Color information
#F089D4 (or 0xF089D4) is known color: Pale Magenta. HEX triplet: F0, 89 and D4. RGB value is (240,137,212). Sum of RGB (Red+Green+Blue) = 240+137+212=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F089D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089D4 is #0F762B. Grayscale: #B0B0B0. Windows color (decimal): -1013292 or 13928944. OLE color: 13928944.
HSL color Cylindrical-coordinate representation of color #F089D4: hue angle of 316.31º 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 #F089D4 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 212 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.06 |
| HSL | 316.31º | 0.77% | 0.74% | - |
| HSV(B) | 316.31º | 0.43% | 0.94% | - |
| XYZ | 56.76 | 41.17 | 67.24 | - |
| YUV | 176.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 212 | 0 | 0.43 | 0.12 | 0.06 | 316.31 | 0.77 | 0.74 |
| Hex | F0 | 89 | D4 | 0 | 2B | C | 6 | 13C | 4D | 4A |
| Octal | 360 | 211 | 324 | 0 | 53 | 14 | 6 | 474 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11010100 | 0 | 101011 | 1100 | 110 | 100111100 | 1001101 | 1001010 |
Color Harmonies of #F089D4
Complementary color
Monochromatic Colors of #F089D4
Black with #F089D4
Text Example
Text Example
White with #F089D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089D4; }
p { color: rgb(240,137,212); }
H1.HeaderClassName
{
color: #F089D4;
}
.AnyTagClassName
{
color: #F089D4;
}
</style>
background-color css
<style>
a { background-color: #F089D4; }
a { background-color: rgb(240,137,212); }
div.DivClassName
{
background-color: #F089D4;
}
.BgClassName
{
background-color: #F089D4;
}
</style>
border-color css
<style>
span { border-color: #F089D4; }
span { border-color: rgb(240,137,212); }
td.TdClassName
{
border-color: #F089D4;
}
.TagClassName
{
border-color: #F089D4;
}
</style>