Shades of Pale Magenta #F189DF
Tints of Pale Magenta #F189DF
RGB
CMYK
RGB Variations
Color information
#F189DF (or 0xF189DF) is known color: Pale Magenta. HEX triplet: F1, 89 and DF. RGB value is (241,137,223). Sum of RGB (Red+Green+Blue) = 241+137+223=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 137 (53.91% from 255 or 22.80% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F189DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189DF is #0E7620. Grayscale: #B1B1B1. Windows color (decimal): -947745 or 14649841. OLE color: 14649841.
HSL color Cylindrical-coordinate representation of color #F189DF: hue angle of 310.38º 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 #F189DF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 223 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.05 |
| HSL | 310.38º | 0.79% | 0.74% | - |
| HSV(B) | 310.38º | 0.43% | 0.95% | - |
| XYZ | 58.54 | 41.92 | 74.82 | - |
| YUV | 177.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 223 | 0 | 0.43 | 0.07 | 0.05 | 310.38 | 0.79 | 0.74 |
| Hex | F1 | 89 | DF | 0 | 2B | 7 | 5 | 136 | 4F | 4A |
| Octal | 361 | 211 | 337 | 0 | 53 | 7 | 5 | 466 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11011111 | 0 | 101011 | 111 | 101 | 100110110 | 1001111 | 1001010 |
Color Harmonies of #F189DF
Complementary color
Monochromatic Colors of #F189DF
Black with #F189DF
Text Example
Text Example
White with #F189DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189DF; }
p { color: rgb(241,137,223); }
H1.HeaderClassName
{
color: #F189DF;
}
.AnyTagClassName
{
color: #F189DF;
}
</style>
background-color css
<style>
a { background-color: #F189DF; }
a { background-color: rgb(241,137,223); }
div.DivClassName
{
background-color: #F189DF;
}
.BgClassName
{
background-color: #F189DF;
}
</style>
border-color css
<style>
span { border-color: #F189DF; }
span { border-color: rgb(241,137,223); }
td.TdClassName
{
border-color: #F189DF;
}
.TagClassName
{
border-color: #F189DF;
}
</style>