Shades of Pale Magenta #F289DA
Tints of Pale Magenta #F289DA
RGB
CMYK
RGB Variations
Color information
#F289DA (or 0xF289DA) is known color: Pale Magenta. HEX triplet: F2, 89 and DA. RGB value is (242,137,218). Sum of RGB (Red+Green+Blue) = 242+137+218=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F289DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289DA is #0D7625. Grayscale: #B1B1B1. Windows color (decimal): -882214 or 14322162. OLE color: 14322162.
HSL color Cylindrical-coordinate representation of color #F289DA: hue angle of 313.71º 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 #F289DA is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 218 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.05 |
| HSL | 313.71º | 0.8% | 0.74% | - |
| HSV(B) | 313.71º | 0.43% | 0.95% | - |
| XYZ | 58.22 | 41.83 | 71.34 | - |
| YUV | 177.63 | 150.79 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 218 | 0 | 0.43 | 0.10 | 0.05 | 313.71 | 0.8 | 0.74 |
| Hex | F2 | 89 | DA | 0 | 2B | A | 5 | 13A | 50 | 4A |
| Octal | 362 | 211 | 332 | 0 | 53 | 12 | 5 | 472 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11011010 | 0 | 101011 | 1010 | 101 | 100111010 | 1010000 | 1001010 |
Color Harmonies of #F289DA
Complementary color
Monochromatic Colors of #F289DA
Black with #F289DA
Text Example
Text Example
White with #F289DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289DA; }
p { color: rgb(242,137,218); }
H1.HeaderClassName
{
color: #F289DA;
}
.AnyTagClassName
{
color: #F289DA;
}
</style>
background-color css
<style>
a { background-color: #F289DA; }
a { background-color: rgb(242,137,218); }
div.DivClassName
{
background-color: #F289DA;
}
.BgClassName
{
background-color: #F289DA;
}
</style>
border-color css
<style>
span { border-color: #F289DA; }
span { border-color: rgb(242,137,218); }
td.TdClassName
{
border-color: #F289DA;
}
.TagClassName
{
border-color: #F289DA;
}
</style>