Shades of Pale Magenta #F289D5
Tints of Pale Magenta #F289D5
RGB
CMYK
RGB Variations
Color information
#F289D5 (or 0xF289D5) is known color: Pale Magenta. HEX triplet: F2, 89 and D5. RGB value is (242,137,213). Sum of RGB (Red+Green+Blue) = 242+137+213=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 137 (53.91% from 255 or 23.14% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F289D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289D5 is #0D762A. Grayscale: #B0B0B0. Windows color (decimal): -882219 or 13994482. OLE color: 13994482.
HSL color Cylindrical-coordinate representation of color #F289D5: hue angle of 316.57º 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 #F289D5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 213 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.05 |
| HSL | 316.57º | 0.8% | 0.74% | - |
| HSV(B) | 316.57º | 0.43% | 0.95% | - |
| XYZ | 57.57 | 41.57 | 67.94 | - |
| YUV | 177.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 213 | 0 | 0.43 | 0.12 | 0.05 | 316.57 | 0.8 | 0.74 |
| Hex | F2 | 89 | D5 | 0 | 2B | C | 5 | 13D | 50 | 4A |
| Octal | 362 | 211 | 325 | 0 | 53 | 14 | 5 | 475 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11010101 | 0 | 101011 | 1100 | 101 | 100111101 | 1010000 | 1001010 |
Color Harmonies of #F289D5
Complementary color
Monochromatic Colors of #F289D5
Black with #F289D5
Text Example
Text Example
White with #F289D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289D5; }
p { color: rgb(242,137,213); }
H1.HeaderClassName
{
color: #F289D5;
}
.AnyTagClassName
{
color: #F289D5;
}
</style>
background-color css
<style>
a { background-color: #F289D5; }
a { background-color: rgb(242,137,213); }
div.DivClassName
{
background-color: #F289D5;
}
.BgClassName
{
background-color: #F289D5;
}
</style>
border-color css
<style>
span { border-color: #F289D5; }
span { border-color: rgb(242,137,213); }
td.TdClassName
{
border-color: #F289D5;
}
.TagClassName
{
border-color: #F289D5;
}
</style>