Shades of Pale Magenta #F091DB
Tints of Pale Magenta #F091DB
RGB
CMYK
RGB Variations
Color information
#F091DB (or 0xF091DB) is known color: Pale Magenta. HEX triplet: F0, 91 and DB. RGB value is (240,145,219). Sum of RGB (Red+Green+Blue) = 240+145+219=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F091DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F091DB is #0F6E24. Grayscale: #B5B5B5. Windows color (decimal): -1011237 or 14389744. OLE color: 14389744.
HSL color Cylindrical-coordinate representation of color #F091DB: hue angle of 313.26º 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 #F091DB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 219 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.06 |
| HSL | 313.26º | 0.76% | 0.75% | - |
| HSV(B) | 313.26º | 0.4% | 0.94% | - |
| XYZ | 58.85 | 43.89 | 72.39 | - |
| YUV | 181.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 219 | 0 | 0.40 | 0.09 | 0.06 | 313.26 | 0.76 | 0.75 |
| Hex | F0 | 91 | DB | 0 | 28 | 9 | 6 | 139 | 4C | 4B |
| Octal | 360 | 221 | 333 | 0 | 50 | 11 | 6 | 471 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11011011 | 0 | 101000 | 1001 | 110 | 100111001 | 1001100 | 1001011 |
Color Harmonies of #F091DB
Complementary color
Monochromatic Colors of #F091DB
Black with #F091DB
Text Example
Text Example
White with #F091DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091DB; }
p { color: rgb(240,145,219); }
H1.HeaderClassName
{
color: #F091DB;
}
.AnyTagClassName
{
color: #F091DB;
}
</style>
background-color css
<style>
a { background-color: #F091DB; }
a { background-color: rgb(240,145,219); }
div.DivClassName
{
background-color: #F091DB;
}
.BgClassName
{
background-color: #F091DB;
}
</style>
border-color css
<style>
span { border-color: #F091DB; }
span { border-color: rgb(240,145,219); }
td.TdClassName
{
border-color: #F091DB;
}
.TagClassName
{
border-color: #F091DB;
}
</style>