Shades of Pale Magenta #F390E6
Tints of Pale Magenta #F390E6
RGB
CMYK
RGB Variations
Color information
#F390E6 (or 0xF390E6) is known color: Pale Magenta. HEX triplet: F3, 90 and E6. RGB value is (243,144,230). Sum of RGB (Red+Green+Blue) = 243+144+230=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F390E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390E6 is #0C6F19. Grayscale: #B7B7B7. Windows color (decimal): -814874 or 15110387. OLE color: 15110387.
HSL color Cylindrical-coordinate representation of color #F390E6: hue angle of 307.88º 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 #F390E6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 230 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.05 |
| HSL | 307.88º | 0.8% | 0.76% | - |
| HSV(B) | 307.88º | 0.41% | 0.95% | - |
| XYZ | 61.22 | 44.71 | 80.27 | - |
| YUV | 183.41 | 154.3 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 230 | 0 | 0.41 | 0.05 | 0.05 | 307.88 | 0.8 | 0.76 |
| Hex | F3 | 90 | E6 | 0 | 29 | 5 | 5 | 134 | 50 | 4C |
| Octal | 363 | 220 | 346 | 0 | 51 | 5 | 5 | 464 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11100110 | 0 | 101001 | 101 | 101 | 100110100 | 1010000 | 1001100 |
Color Harmonies of #F390E6
Complementary color
Monochromatic Colors of #F390E6
Black with #F390E6
Text Example
Text Example
White with #F390E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390E6; }
p { color: rgb(243,144,230); }
H1.HeaderClassName
{
color: #F390E6;
}
.AnyTagClassName
{
color: #F390E6;
}
</style>
background-color css
<style>
a { background-color: #F390E6; }
a { background-color: rgb(243,144,230); }
div.DivClassName
{
background-color: #F390E6;
}
.BgClassName
{
background-color: #F390E6;
}
</style>
border-color css
<style>
span { border-color: #F390E6; }
span { border-color: rgb(243,144,230); }
td.TdClassName
{
border-color: #F390E6;
}
.TagClassName
{
border-color: #F390E6;
}
</style>