Shades of Pale Magenta #F189DD
Tints of Pale Magenta #F189DD
RGB
CMYK
RGB Variations
Color information
#F189DD (or 0xF189DD) is known color: Pale Magenta. HEX triplet: F1, 89 and DD. RGB value is (241,137,221). Sum of RGB (Red+Green+Blue) = 241+137+221=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 137 (53.91% from 255 or 22.87% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DD is #0E7622. Grayscale: #B1B1B1. Windows color (decimal): -947747 or 14518769. OLE color: 14518769.
HSL color Cylindrical-coordinate representation of color #F189DD: hue angle of 311.54º 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 #F189DD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 221 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.05 |
| HSL | 311.54º | 0.79% | 0.74% | - |
| HSV(B) | 311.54º | 0.43% | 0.95% | - |
| XYZ | 58.27 | 41.81 | 73.41 | - |
| YUV | 177.67 | 152.46 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 221 | 0 | 0.43 | 0.08 | 0.05 | 311.54 | 0.79 | 0.74 |
| Hex | F1 | 89 | DD | 0 | 2B | 8 | 5 | 138 | 4F | 4A |
| Octal | 361 | 211 | 335 | 0 | 53 | 10 | 5 | 470 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11011101 | 0 | 101011 | 1000 | 101 | 100111000 | 1001111 | 1001010 |
Color Harmonies of #F189DD
Complementary color
Monochromatic Colors of #F189DD
Black with #F189DD
Text Example
Text Example
White with #F189DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189DD; }
p { color: rgb(241,137,221); }
H1.HeaderClassName
{
color: #F189DD;
}
.AnyTagClassName
{
color: #F189DD;
}
</style>
background-color css
<style>
a { background-color: #F189DD; }
a { background-color: rgb(241,137,221); }
div.DivClassName
{
background-color: #F189DD;
}
.BgClassName
{
background-color: #F189DD;
}
</style>
border-color css
<style>
span { border-color: #F189DD; }
span { border-color: rgb(241,137,221); }
td.TdClassName
{
border-color: #F189DD;
}
.TagClassName
{
border-color: #F189DD;
}
</style>