Shades of Pale Magenta #F191D9
Tints of Pale Magenta #F191D9
RGB
CMYK
RGB Variations
Color information
#F191D9 (or 0xF191D9) is known color: Pale Magenta. HEX triplet: F1, 91 and D9. RGB value is (241,145,217). Sum of RGB (Red+Green+Blue) = 241+145+217=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 145 (57.03% from 255 or 24.05% from 603); Blue value is 217 (85.16% from 255 or 35.99% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F191D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F191D9 is #0E6E26. Grayscale: #B5B5B5. Windows color (decimal): -945703 or 14258673. OLE color: 14258673.
HSL color Cylindrical-coordinate representation of color #F191D9: hue angle of 315º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F191D9 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 217 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 315º | 0.77% | 0.76% | - |
| HSV(B) | 315º | 0.4% | 0.95% | - |
| XYZ | 58.93 | 43.96 | 71.03 | - |
| YUV | 181.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 217 | 0 | 0.40 | 0.10 | 0.05 | 315 | 0.77 | 0.76 |
| Hex | F1 | 91 | D9 | 0 | 28 | A | 5 | 13B | 4D | 4C |
| Octal | 361 | 221 | 331 | 0 | 50 | 12 | 5 | 473 | 115 | 114 |
| Binary | 11110001 | 10010001 | 11011001 | 0 | 101000 | 1010 | 101 | 100111011 | 1001101 | 1001100 |
Color Harmonies of #F191D9
Complementary color
Monochromatic Colors of #F191D9
Black with #F191D9
Text Example
Text Example
White with #F191D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F191D9; }
p { color: rgb(241,145,217); }
H1.HeaderClassName
{
color: #F191D9;
}
.AnyTagClassName
{
color: #F191D9;
}
</style>
background-color css
<style>
a { background-color: #F191D9; }
a { background-color: rgb(241,145,217); }
div.DivClassName
{
background-color: #F191D9;
}
.BgClassName
{
background-color: #F191D9;
}
</style>
border-color css
<style>
span { border-color: #F191D9; }
span { border-color: rgb(241,145,217); }
td.TdClassName
{
border-color: #F191D9;
}
.TagClassName
{
border-color: #F191D9;
}
</style>