Shades of Pale Magenta #F289E8
Tints of Pale Magenta #F289E8
RGB
CMYK
RGB Variations
Color information
#F289E8 (or 0xF289E8) is known color: Pale Magenta. HEX triplet: F2, 89 and E8. RGB value is (242,137,232). Sum of RGB (Red+Green+Blue) = 242+137+232=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 137 (53.91% from 255 or 22.42% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F289E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289E8 is #0D7617. Grayscale: #B2B2B2. Windows color (decimal): -882200 or 15239666. OLE color: 15239666.
HSL color Cylindrical-coordinate representation of color #F289E8: hue angle of 305.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 #F289E8 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 232 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.05 |
| HSL | 305.71º | 0.8% | 0.74% | - |
| HSV(B) | 305.71º | 0.43% | 0.95% | - |
| XYZ | 60.13 | 42.59 | 81.4 | - |
| YUV | 179.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 232 | 0 | 0.43 | 0.04 | 0.05 | 305.71 | 0.8 | 0.74 |
| Hex | F2 | 89 | E8 | 0 | 2B | 4 | 5 | 132 | 50 | 4A |
| Octal | 362 | 211 | 350 | 0 | 53 | 4 | 5 | 462 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11101000 | 0 | 101011 | 100 | 101 | 100110010 | 1010000 | 1001010 |
Color Harmonies of #F289E8
Complementary color
Monochromatic Colors of #F289E8
Black with #F289E8
Text Example
Text Example
White with #F289E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289E8; }
p { color: rgb(242,137,232); }
H1.HeaderClassName
{
color: #F289E8;
}
.AnyTagClassName
{
color: #F289E8;
}
</style>
background-color css
<style>
a { background-color: #F289E8; }
a { background-color: rgb(242,137,232); }
div.DivClassName
{
background-color: #F289E8;
}
.BgClassName
{
background-color: #F289E8;
}
</style>
border-color css
<style>
span { border-color: #F289E8; }
span { border-color: rgb(242,137,232); }
td.TdClassName
{
border-color: #F289E8;
}
.TagClassName
{
border-color: #F289E8;
}
</style>