Shades of Pale Magenta #F390E2
Tints of Pale Magenta #F390E2
RGB
CMYK
RGB Variations
Color information
#F390E2 (or 0xF390E2) is known color: Pale Magenta. HEX triplet: F3, 90 and E2. RGB value is (243,144,226). Sum of RGB (Red+Green+Blue) = 243+144+226=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F390E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F390E2 is #0C6F1D. Grayscale: #B6B6B6. Windows color (decimal): -814878 or 14848243. OLE color: 14848243.
HSL color Cylindrical-coordinate representation of color #F390E2: hue angle of 310.3º 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 #F390E2 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 226 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.05 |
| HSL | 310.3º | 0.8% | 0.76% | - |
| HSV(B) | 310.3º | 0.41% | 0.95% | - |
| XYZ | 60.66 | 44.49 | 77.34 | - |
| YUV | 182.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 226 | 0 | 0.41 | 0.07 | 0.05 | 310.3 | 0.8 | 0.76 |
| Hex | F3 | 90 | E2 | 0 | 29 | 7 | 5 | 136 | 50 | 4C |
| Octal | 363 | 220 | 342 | 0 | 51 | 7 | 5 | 466 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11100010 | 0 | 101001 | 111 | 101 | 100110110 | 1010000 | 1001100 |
Color Harmonies of #F390E2
Complementary color
Monochromatic Colors of #F390E2
Black with #F390E2
Text Example
Text Example
White with #F390E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390E2; }
p { color: rgb(243,144,226); }
H1.HeaderClassName
{
color: #F390E2;
}
.AnyTagClassName
{
color: #F390E2;
}
</style>
background-color css
<style>
a { background-color: #F390E2; }
a { background-color: rgb(243,144,226); }
div.DivClassName
{
background-color: #F390E2;
}
.BgClassName
{
background-color: #F390E2;
}
</style>
border-color css
<style>
span { border-color: #F390E2; }
span { border-color: rgb(243,144,226); }
td.TdClassName
{
border-color: #F390E2;
}
.TagClassName
{
border-color: #F390E2;
}
</style>