Shades of Pale Magenta #F390E0
Tints of Pale Magenta #F390E0
RGB
CMYK
RGB Variations
Color information
#F390E0 (or 0xF390E0) is known color: Pale Magenta. HEX triplet: F3, 90 and E0. RGB value is (243,144,224). Sum of RGB (Red+Green+Blue) = 243+144+224=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F390E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390E0 is #0C6F1F. Grayscale: #B6B6B6. Windows color (decimal): -814880 or 14717171. OLE color: 14717171.
HSL color Cylindrical-coordinate representation of color #F390E0: hue angle of 311.52º 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 #F390E0 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 224 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.05 |
| HSL | 311.52º | 0.8% | 0.76% | - |
| HSV(B) | 311.52º | 0.41% | 0.95% | - |
| XYZ | 60.39 | 44.38 | 75.9 | - |
| YUV | 182.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 224 | 0 | 0.41 | 0.08 | 0.05 | 311.52 | 0.8 | 0.76 |
| Hex | F3 | 90 | E0 | 0 | 29 | 8 | 5 | 138 | 50 | 4C |
| Octal | 363 | 220 | 340 | 0 | 51 | 10 | 5 | 470 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11100000 | 0 | 101001 | 1000 | 101 | 100111000 | 1010000 | 1001100 |
Color Harmonies of #F390E0
Complementary color
Monochromatic Colors of #F390E0
Black with #F390E0
Text Example
Text Example
White with #F390E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390E0; }
p { color: rgb(243,144,224); }
H1.HeaderClassName
{
color: #F390E0;
}
.AnyTagClassName
{
color: #F390E0;
}
</style>
background-color css
<style>
a { background-color: #F390E0; }
a { background-color: rgb(243,144,224); }
div.DivClassName
{
background-color: #F390E0;
}
.BgClassName
{
background-color: #F390E0;
}
</style>
border-color css
<style>
span { border-color: #F390E0; }
span { border-color: rgb(243,144,224); }
td.TdClassName
{
border-color: #F390E0;
}
.TagClassName
{
border-color: #F390E0;
}
</style>