Shades of Pale Magenta #F390DF
Tints of Pale Magenta #F390DF
RGB
CMYK
RGB Variations
Color information
#F390DF (or 0xF390DF) is known color: Pale Magenta. HEX triplet: F3, 90 and DF. RGB value is (243,144,223). Sum of RGB (Red+Green+Blue) = 243+144+223=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F390DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390DF is #0C6F20. Grayscale: #B6B6B6. Windows color (decimal): -814881 or 14651635. OLE color: 14651635.
HSL color Cylindrical-coordinate representation of color #F390DF: hue angle of 312.12º 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 #F390DF is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 223 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.05 |
| HSL | 312.12º | 0.8% | 0.76% | - |
| HSV(B) | 312.12º | 0.41% | 0.95% | - |
| XYZ | 60.25 | 44.33 | 75.19 | - |
| YUV | 182.61 | 150.8 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 223 | 0 | 0.41 | 0.08 | 0.05 | 312.12 | 0.8 | 0.76 |
| Hex | F3 | 90 | DF | 0 | 29 | 8 | 5 | 138 | 50 | 4C |
| Octal | 363 | 220 | 337 | 0 | 51 | 10 | 5 | 470 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11011111 | 0 | 101001 | 1000 | 101 | 100111000 | 1010000 | 1001100 |
Color Harmonies of #F390DF
Complementary color
Monochromatic Colors of #F390DF
Black with #F390DF
Text Example
Text Example
White with #F390DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390DF; }
p { color: rgb(243,144,223); }
H1.HeaderClassName
{
color: #F390DF;
}
.AnyTagClassName
{
color: #F390DF;
}
</style>
background-color css
<style>
a { background-color: #F390DF; }
a { background-color: rgb(243,144,223); }
div.DivClassName
{
background-color: #F390DF;
}
.BgClassName
{
background-color: #F390DF;
}
</style>
border-color css
<style>
span { border-color: #F390DF; }
span { border-color: rgb(243,144,223); }
td.TdClassName
{
border-color: #F390DF;
}
.TagClassName
{
border-color: #F390DF;
}
</style>