Shades of Pale Magenta #F289E3
Tints of Pale Magenta #F289E3
RGB
CMYK
RGB Variations
Color information
#F289E3 (or 0xF289E3) is known color: Pale Magenta. HEX triplet: F2, 89 and E3. RGB value is (242,137,227). Sum of RGB (Red+Green+Blue) = 242+137+227=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 137 (53.91% from 255 or 22.61% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289E3 is #0D761C. Grayscale: #B2B2B2. Windows color (decimal): -882205 or 14911986. OLE color: 14911986.
HSL color Cylindrical-coordinate representation of color #F289E3: hue angle of 308.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 #F289E3 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 227 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.05 |
| HSL | 308.57º | 0.8% | 0.74% | - |
| HSV(B) | 308.57º | 0.43% | 0.95% | - |
| XYZ | 59.43 | 42.31 | 77.71 | - |
| YUV | 178.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 227 | 0 | 0.43 | 0.06 | 0.05 | 308.57 | 0.8 | 0.74 |
| Hex | F2 | 89 | E3 | 0 | 2B | 6 | 5 | 135 | 50 | 4A |
| Octal | 362 | 211 | 343 | 0 | 53 | 6 | 5 | 465 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11100011 | 0 | 101011 | 110 | 101 | 100110101 | 1010000 | 1001010 |
Color Harmonies of #F289E3
Complementary color
Monochromatic Colors of #F289E3
Black with #F289E3
Text Example
Text Example
White with #F289E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289E3; }
p { color: rgb(242,137,227); }
H1.HeaderClassName
{
color: #F289E3;
}
.AnyTagClassName
{
color: #F289E3;
}
</style>
background-color css
<style>
a { background-color: #F289E3; }
a { background-color: rgb(242,137,227); }
div.DivClassName
{
background-color: #F289E3;
}
.BgClassName
{
background-color: #F289E3;
}
</style>
border-color css
<style>
span { border-color: #F289E3; }
span { border-color: rgb(242,137,227); }
td.TdClassName
{
border-color: #F289E3;
}
.TagClassName
{
border-color: #F289E3;
}
</style>