Shades of Pale Magenta #F189E0
Tints of Pale Magenta #F189E0
RGB
CMYK
RGB Variations
Color information
#F189E0 (or 0xF189E0) is known color: Pale Magenta. HEX triplet: F1, 89 and E0. RGB value is (241,137,224). Sum of RGB (Red+Green+Blue) = 241+137+224=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 137 (53.91% from 255 or 22.76% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F189E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189E0 is #0E761F. Grayscale: #B1B1B1. Windows color (decimal): -947744 or 14715377. OLE color: 14715377.
HSL color Cylindrical-coordinate representation of color #F189E0: hue angle of 309.81º degrees, saturation: 0.79, 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 #F189E0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 224 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.05 |
| HSL | 309.81º | 0.79% | 0.74% | - |
| HSV(B) | 309.81º | 0.43% | 0.95% | - |
| XYZ | 58.68 | 41.97 | 75.53 | - |
| YUV | 178.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 224 | 0 | 0.43 | 0.07 | 0.05 | 309.81 | 0.79 | 0.74 |
| Hex | F1 | 89 | E0 | 0 | 2B | 7 | 5 | 136 | 4F | 4A |
| Octal | 361 | 211 | 340 | 0 | 53 | 7 | 5 | 466 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11100000 | 0 | 101011 | 111 | 101 | 100110110 | 1001111 | 1001010 |
Color Harmonies of #F189E0
Complementary color
Monochromatic Colors of #F189E0
Black with #F189E0
Text Example
Text Example
White with #F189E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189E0; }
p { color: rgb(241,137,224); }
H1.HeaderClassName
{
color: #F189E0;
}
.AnyTagClassName
{
color: #F189E0;
}
</style>
background-color css
<style>
a { background-color: #F189E0; }
a { background-color: rgb(241,137,224); }
div.DivClassName
{
background-color: #F189E0;
}
.BgClassName
{
background-color: #F189E0;
}
</style>
border-color css
<style>
span { border-color: #F189E0; }
span { border-color: rgb(241,137,224); }
td.TdClassName
{
border-color: #F189E0;
}
.TagClassName
{
border-color: #F189E0;
}
</style>