Shades of Pale Magenta #F089DC
Tints of Pale Magenta #F089DC
RGB
CMYK
RGB Variations
Color information
#F089DC (or 0xF089DC) is known color: Pale Magenta. HEX triplet: F0, 89 and DC. RGB value is (240,137,220). Sum of RGB (Red+Green+Blue) = 240+137+220=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F089DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089DC is #0F7623. Grayscale: #B1B1B1. Windows color (decimal): -1013284 or 14453232. OLE color: 14453232.
HSL color Cylindrical-coordinate representation of color #F089DC: hue angle of 311.65º 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 #F089DC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 220 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.06 |
| HSL | 311.65º | 0.77% | 0.74% | - |
| HSV(B) | 311.65º | 0.43% | 0.94% | - |
| XYZ | 57.8 | 41.58 | 72.69 | - |
| YUV | 177.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 220 | 0 | 0.43 | 0.08 | 0.06 | 311.65 | 0.77 | 0.74 |
| Hex | F0 | 89 | DC | 0 | 2B | 8 | 6 | 138 | 4D | 4A |
| Octal | 360 | 211 | 334 | 0 | 53 | 10 | 6 | 470 | 115 | 112 |
| Binary | 11110000 | 10001001 | 11011100 | 0 | 101011 | 1000 | 110 | 100111000 | 1001101 | 1001010 |
Color Harmonies of #F089DC
Complementary color
Monochromatic Colors of #F089DC
Black with #F089DC
Text Example
Text Example
White with #F089DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089DC; }
p { color: rgb(240,137,220); }
H1.HeaderClassName
{
color: #F089DC;
}
.AnyTagClassName
{
color: #F089DC;
}
</style>
background-color css
<style>
a { background-color: #F089DC; }
a { background-color: rgb(240,137,220); }
div.DivClassName
{
background-color: #F089DC;
}
.BgClassName
{
background-color: #F089DC;
}
</style>
border-color css
<style>
span { border-color: #F089DC; }
span { border-color: rgb(240,137,220); }
td.TdClassName
{
border-color: #F089DC;
}
.TagClassName
{
border-color: #F089DC;
}
</style>