Shades of Pale Magenta #F090DB
Tints of Pale Magenta #F090DB
RGB
CMYK
RGB Variations
Color information
#F090DB (or 0xF090DB) is known color: Pale Magenta. HEX triplet: F0, 90 and DB. RGB value is (240,144,219). Sum of RGB (Red+Green+Blue) = 240+144+219=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F090DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F090DB is #0F6F24. Grayscale: #B5B5B5. Windows color (decimal): -1011493 or 14389488. OLE color: 14389488.
HSL color Cylindrical-coordinate representation of color #F090DB: hue angle of 313.12º 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 #F090DB is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 219 | - |
| CMYK | 0 | 0.4 | 0.09 | 0.06 |
| HSL | 313.13º | 0.76% | 0.75% | - |
| HSV(B) | 313.13º | 0.4% | 0.94% | - |
| XYZ | 58.69 | 43.59 | 72.34 | - |
| YUV | 181.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 219 | 0 | 0.4 | 0.09 | 0.06 | 313.13 | 0.76 | 0.75 |
| Hex | F0 | 90 | DB | 0 | 28 | 9 | 6 | 139 | 4C | 4B |
| Octal | 360 | 220 | 333 | 0 | 50 | 11 | 6 | 471 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11011011 | 0 | 101000 | 1001 | 110 | 100111001 | 1001100 | 1001011 |
Color Harmonies of #F090DB
Complementary color
Monochromatic Colors of #F090DB
Black with #F090DB
Text Example
Text Example
White with #F090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090DB; }
p { color: rgb(240,144,219); }
H1.HeaderClassName
{
color: #F090DB;
}
.AnyTagClassName
{
color: #F090DB;
}
</style>
background-color css
<style>
a { background-color: #F090DB; }
a { background-color: rgb(240,144,219); }
div.DivClassName
{
background-color: #F090DB;
}
.BgClassName
{
background-color: #F090DB;
}
</style>
border-color css
<style>
span { border-color: #F090DB; }
span { border-color: rgb(240,144,219); }
td.TdClassName
{
border-color: #F090DB;
}
.TagClassName
{
border-color: #F090DB;
}
</style>