Shades of Pale Magenta #F289DB
Tints of Pale Magenta #F289DB
RGB
CMYK
RGB Variations
Color information
#F289DB (or 0xF289DB) is known color: Pale Magenta. HEX triplet: F2, 89 and DB. RGB value is (242,137,219). Sum of RGB (Red+Green+Blue) = 242+137+219=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 137 (53.91% from 255 or 22.91% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F289DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289DB is #0D7624. Grayscale: #B1B1B1. Windows color (decimal): -882213 or 14387698. OLE color: 14387698.
HSL color Cylindrical-coordinate representation of color #F289DB: hue angle of 313.14º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289DB is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 219 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.05 |
| HSL | 313.14º | 0.8% | 0.74% | - |
| HSV(B) | 313.14º | 0.43% | 0.95% | - |
| XYZ | 58.35 | 41.88 | 72.03 | - |
| YUV | 177.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 219 | 0 | 0.43 | 0.10 | 0.05 | 313.14 | 0.8 | 0.74 |
| Hex | F2 | 89 | DB | 0 | 2B | A | 5 | 139 | 50 | 4A |
| Octal | 362 | 211 | 333 | 0 | 53 | 12 | 5 | 471 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11011011 | 0 | 101011 | 1010 | 101 | 100111001 | 1010000 | 1001010 |
Color Harmonies of #F289DB
Complementary color
Monochromatic Colors of #F289DB
Black with #F289DB
Text Example
Text Example
White with #F289DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289DB; }
p { color: rgb(242,137,219); }
H1.HeaderClassName
{
color: #F289DB;
}
.AnyTagClassName
{
color: #F289DB;
}
</style>
background-color css
<style>
a { background-color: #F289DB; }
a { background-color: rgb(242,137,219); }
div.DivClassName
{
background-color: #F289DB;
}
.BgClassName
{
background-color: #F289DB;
}
</style>
border-color css
<style>
span { border-color: #F289DB; }
span { border-color: rgb(242,137,219); }
td.TdClassName
{
border-color: #F289DB;
}
.TagClassName
{
border-color: #F289DB;
}
</style>