Shades of Pale Magenta #F289D8
Tints of Pale Magenta #F289D8
RGB
CMYK
RGB Variations
Color information
#F289D8 (or 0xF289D8) is known color: Pale Magenta. HEX triplet: F2, 89 and D8. RGB value is (242,137,216). Sum of RGB (Red+Green+Blue) = 242+137+216=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F289D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289D8 is #0D7627. Grayscale: #B1B1B1. Windows color (decimal): -882216 or 14191090. OLE color: 14191090.
HSL color Cylindrical-coordinate representation of color #F289D8: hue angle of 314.86º 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 #F289D8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 216 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.05 |
| HSL | 314.86º | 0.8% | 0.74% | - |
| HSV(B) | 314.86º | 0.43% | 0.95% | - |
| XYZ | 57.96 | 41.73 | 69.97 | - |
| YUV | 177.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 216 | 0 | 0.43 | 0.11 | 0.05 | 314.86 | 0.8 | 0.74 |
| Hex | F2 | 89 | D8 | 0 | 2B | B | 5 | 13B | 50 | 4A |
| Octal | 362 | 211 | 330 | 0 | 53 | 13 | 5 | 473 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11011000 | 0 | 101011 | 1011 | 101 | 100111011 | 1010000 | 1001010 |
Color Harmonies of #F289D8
Complementary color
Monochromatic Colors of #F289D8
Black with #F289D8
Text Example
Text Example
White with #F289D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289D8; }
p { color: rgb(242,137,216); }
H1.HeaderClassName
{
color: #F289D8;
}
.AnyTagClassName
{
color: #F289D8;
}
</style>
background-color css
<style>
a { background-color: #F289D8; }
a { background-color: rgb(242,137,216); }
div.DivClassName
{
background-color: #F289D8;
}
.BgClassName
{
background-color: #F289D8;
}
</style>
border-color css
<style>
span { border-color: #F289D8; }
span { border-color: rgb(242,137,216); }
td.TdClassName
{
border-color: #F289D8;
}
.TagClassName
{
border-color: #F289D8;
}
</style>