Shades of Pale Magenta #F390DC
Tints of Pale Magenta #F390DC
RGB
CMYK
RGB Variations
Color information
#F390DC (or 0xF390DC) is known color: Pale Magenta. HEX triplet: F3, 90 and DC. RGB value is (243,144,220). Sum of RGB (Red+Green+Blue) = 243+144+220=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DC is #0C6F23. Grayscale: #B6B6B6. Windows color (decimal): -814884 or 14455027. OLE color: 14455027.
HSL color Cylindrical-coordinate representation of color #F390DC: hue angle of 313.94º 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 #F390DC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 220 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.05 |
| HSL | 313.94º | 0.8% | 0.76% | - |
| HSV(B) | 313.94º | 0.41% | 0.95% | - |
| XYZ | 59.85 | 44.17 | 73.08 | - |
| YUV | 182.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 220 | 0 | 0.41 | 0.09 | 0.05 | 313.94 | 0.8 | 0.76 |
| Hex | F3 | 90 | DC | 0 | 29 | 9 | 5 | 13A | 50 | 4C |
| Octal | 363 | 220 | 334 | 0 | 51 | 11 | 5 | 472 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11011100 | 0 | 101001 | 1001 | 101 | 100111010 | 1010000 | 1001100 |
Color Harmonies of #F390DC
Complementary color
Monochromatic Colors of #F390DC
Black with #F390DC
Text Example
Text Example
White with #F390DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390DC; }
p { color: rgb(243,144,220); }
H1.HeaderClassName
{
color: #F390DC;
}
.AnyTagClassName
{
color: #F390DC;
}
</style>
background-color css
<style>
a { background-color: #F390DC; }
a { background-color: rgb(243,144,220); }
div.DivClassName
{
background-color: #F390DC;
}
.BgClassName
{
background-color: #F390DC;
}
</style>
border-color css
<style>
span { border-color: #F390DC; }
span { border-color: rgb(243,144,220); }
td.TdClassName
{
border-color: #F390DC;
}
.TagClassName
{
border-color: #F390DC;
}
</style>