Shades of Pale Magenta #F289D9
Tints of Pale Magenta #F289D9
RGB
CMYK
RGB Variations
Color information
#F289D9 (or 0xF289D9) is known color: Pale Magenta. HEX triplet: F2, 89 and D9. RGB value is (242,137,217). Sum of RGB (Red+Green+Blue) = 242+137+217=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F289D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289D9 is #0D7626. Grayscale: #B1B1B1. Windows color (decimal): -882215 or 14256626. OLE color: 14256626.
HSL color Cylindrical-coordinate representation of color #F289D9: hue angle of 314.29º 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 #F289D9 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 217 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.05 |
| HSL | 314.29º | 0.8% | 0.74% | - |
| HSV(B) | 314.29º | 0.43% | 0.95% | - |
| XYZ | 58.09 | 41.78 | 70.65 | - |
| YUV | 177.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 217 | 0 | 0.43 | 0.10 | 0.05 | 314.29 | 0.8 | 0.74 |
| Hex | F2 | 89 | D9 | 0 | 2B | A | 5 | 13A | 50 | 4A |
| Octal | 362 | 211 | 331 | 0 | 53 | 12 | 5 | 472 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11011001 | 0 | 101011 | 1010 | 101 | 100111010 | 1010000 | 1001010 |
Color Harmonies of #F289D9
Complementary color
Monochromatic Colors of #F289D9
Black with #F289D9
Text Example
Text Example
White with #F289D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289D9; }
p { color: rgb(242,137,217); }
H1.HeaderClassName
{
color: #F289D9;
}
.AnyTagClassName
{
color: #F289D9;
}
</style>
background-color css
<style>
a { background-color: #F289D9; }
a { background-color: rgb(242,137,217); }
div.DivClassName
{
background-color: #F289D9;
}
.BgClassName
{
background-color: #F289D9;
}
</style>
border-color css
<style>
span { border-color: #F289D9; }
span { border-color: rgb(242,137,217); }
td.TdClassName
{
border-color: #F289D9;
}
.TagClassName
{
border-color: #F289D9;
}
</style>