Shades of Pale Magenta #F091D9
Tints of Pale Magenta #F091D9
RGB
CMYK
RGB Variations
Color information
#F091D9 (or 0xF091D9) is known color: Pale Magenta. HEX triplet: F0, 91 and D9. RGB value is (240,145,217). Sum of RGB (Red+Green+Blue) = 240+145+217=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 217 (85.16% from 255 or 36.05% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F091D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091D9 is #0F6E26. Grayscale: #B5B5B5. Windows color (decimal): -1011239 or 14258672. OLE color: 14258672.
HSL color Cylindrical-coordinate representation of color #F091D9: hue angle of 314.53º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091D9 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 217 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.06 |
| HSL | 314.53º | 0.76% | 0.75% | - |
| HSV(B) | 314.53º | 0.4% | 0.94% | - |
| XYZ | 58.58 | 43.79 | 71.01 | - |
| YUV | 181.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 217 | 0 | 0.40 | 0.10 | 0.06 | 314.53 | 0.76 | 0.75 |
| Hex | F0 | 91 | D9 | 0 | 28 | A | 6 | 13B | 4C | 4B |
| Octal | 360 | 221 | 331 | 0 | 50 | 12 | 6 | 473 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11011001 | 0 | 101000 | 1010 | 110 | 100111011 | 1001100 | 1001011 |
Color Harmonies of #F091D9
Complementary color
Monochromatic Colors of #F091D9
Black with #F091D9
Text Example
Text Example
White with #F091D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091D9; }
p { color: rgb(240,145,217); }
H1.HeaderClassName
{
color: #F091D9;
}
.AnyTagClassName
{
color: #F091D9;
}
</style>
background-color css
<style>
a { background-color: #F091D9; }
a { background-color: rgb(240,145,217); }
div.DivClassName
{
background-color: #F091D9;
}
.BgClassName
{
background-color: #F091D9;
}
</style>
border-color css
<style>
span { border-color: #F091D9; }
span { border-color: rgb(240,145,217); }
td.TdClassName
{
border-color: #F091D9;
}
.TagClassName
{
border-color: #F091D9;
}
</style>