Shades of Pale Magenta #F390DB
Tints of Pale Magenta #F390DB
RGB
CMYK
RGB Variations
Color information
#F390DB (or 0xF390DB) is known color: Pale Magenta. HEX triplet: F3, 90 and DB. RGB value is (243,144,219). Sum of RGB (Red+Green+Blue) = 243+144+219=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DB is #0C6F24. Grayscale: #B5B5B5. Windows color (decimal): -814885 or 14389491. OLE color: 14389491.
HSL color Cylindrical-coordinate representation of color #F390DB: hue angle of 314.55º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390DB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 219 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.05 |
| HSL | 314.55º | 0.8% | 0.76% | - |
| HSV(B) | 314.55º | 0.41% | 0.95% | - |
| XYZ | 59.72 | 44.12 | 72.39 | - |
| YUV | 182.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 219 | 0 | 0.41 | 0.10 | 0.05 | 314.55 | 0.8 | 0.76 |
| Hex | F3 | 90 | DB | 0 | 29 | A | 5 | 13B | 50 | 4C |
| Octal | 363 | 220 | 333 | 0 | 51 | 12 | 5 | 473 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11011011 | 0 | 101001 | 1010 | 101 | 100111011 | 1010000 | 1001100 |
Color Harmonies of #F390DB
Complementary color
Monochromatic Colors of #F390DB
Black with #F390DB
Text Example
Text Example
White with #F390DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390DB; }
p { color: rgb(243,144,219); }
H1.HeaderClassName
{
color: #F390DB;
}
.AnyTagClassName
{
color: #F390DB;
}
</style>
background-color css
<style>
a { background-color: #F390DB; }
a { background-color: rgb(243,144,219); }
div.DivClassName
{
background-color: #F390DB;
}
.BgClassName
{
background-color: #F390DB;
}
</style>
border-color css
<style>
span { border-color: #F390DB; }
span { border-color: rgb(243,144,219); }
td.TdClassName
{
border-color: #F390DB;
}
.TagClassName
{
border-color: #F390DB;
}
</style>