Shades of Pale Magenta #F490DB
Tints of Pale Magenta #F490DB
RGB
CMYK
RGB Variations
Color information
#F490DB (or 0xF490DB) is known color: Pale Magenta. HEX triplet: F4, 90 and DB. RGB value is (244,144,219). Sum of RGB (Red+Green+Blue) = 244+144+219=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F490DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F490DB is #0B6F24. Grayscale: #B6B6B6. Windows color (decimal): -749349 or 14389492. OLE color: 14389492.
HSL color Cylindrical-coordinate representation of color #F490DB: hue angle of 315º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490DB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 219 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.04 |
| HSL | 315º | 0.82% | 0.76% | - |
| HSV(B) | 315º | 0.41% | 0.96% | - |
| XYZ | 60.07 | 44.29 | 72.4 | - |
| YUV | 182.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 219 | 0 | 0.41 | 0.10 | 0.04 | 315 | 0.82 | 0.76 |
| Hex | F4 | 90 | DB | 0 | 29 | A | 4 | 13B | 52 | 4C |
| Octal | 364 | 220 | 333 | 0 | 51 | 12 | 4 | 473 | 122 | 114 |
| Binary | 11110100 | 10010000 | 11011011 | 0 | 101001 | 1010 | 100 | 100111011 | 1010010 | 1001100 |
Color Harmonies of #F490DB
Complementary color
Monochromatic Colors of #F490DB
Black with #F490DB
Text Example
Text Example
White with #F490DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490DB; }
p { color: rgb(244,144,219); }
H1.HeaderClassName
{
color: #F490DB;
}
.AnyTagClassName
{
color: #F490DB;
}
</style>
background-color css
<style>
a { background-color: #F490DB; }
a { background-color: rgb(244,144,219); }
div.DivClassName
{
background-color: #F490DB;
}
.BgClassName
{
background-color: #F490DB;
}
</style>
border-color css
<style>
span { border-color: #F490DB; }
span { border-color: rgb(244,144,219); }
td.TdClassName
{
border-color: #F490DB;
}
.TagClassName
{
border-color: #F490DB;
}
</style>