Shades of Pale Magenta #F189DB
Tints of Pale Magenta #F189DB
RGB
CMYK
RGB Variations
Color information
#F189DB (or 0xF189DB) is known color: Pale Magenta. HEX triplet: F1, 89 and DB. RGB value is (241,137,219). Sum of RGB (Red+Green+Blue) = 241+137+219=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 137 (53.91% from 255 or 22.95% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DB is #0E7624. Grayscale: #B1B1B1. Windows color (decimal): -947749 or 14387697. OLE color: 14387697.
HSL color Cylindrical-coordinate representation of color #F189DB: hue angle of 312.69º 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 #F189DB is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 219 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312.69º | 0.79% | 0.74% | - |
| HSV(B) | 312.69º | 0.43% | 0.95% | - |
| XYZ | 58.01 | 41.71 | 72.01 | - |
| YUV | 177.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 219 | 0 | 0.43 | 0.09 | 0.05 | 312.69 | 0.79 | 0.74 |
| Hex | F1 | 89 | DB | 0 | 2B | 9 | 5 | 139 | 4F | 4A |
| Octal | 361 | 211 | 333 | 0 | 53 | 11 | 5 | 471 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11011011 | 0 | 101011 | 1001 | 101 | 100111001 | 1001111 | 1001010 |
Color Harmonies of #F189DB
Complementary color
Monochromatic Colors of #F189DB
Black with #F189DB
Text Example
Text Example
White with #F189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189DB; }
p { color: rgb(241,137,219); }
H1.HeaderClassName
{
color: #F189DB;
}
.AnyTagClassName
{
color: #F189DB;
}
</style>
background-color css
<style>
a { background-color: #F189DB; }
a { background-color: rgb(241,137,219); }
div.DivClassName
{
background-color: #F189DB;
}
.BgClassName
{
background-color: #F189DB;
}
</style>
border-color css
<style>
span { border-color: #F189DB; }
span { border-color: rgb(241,137,219); }
td.TdClassName
{
border-color: #F189DB;
}
.TagClassName
{
border-color: #F189DB;
}
</style>