Shades of Pale Magenta #F390EA
Tints of Pale Magenta #F390EA
RGB
CMYK
RGB Variations
Color information
#F390EA (or 0xF390EA) is known color: Pale Magenta. HEX triplet: F3, 90 and EA. RGB value is (243,144,234). Sum of RGB (Red+Green+Blue) = 243+144+234=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 144 (56.64% from 255 or 23.19% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F390EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390EA is #0C6F15. Grayscale: #B7B7B7. Windows color (decimal): -814870 or 15372531. OLE color: 15372531.
HSL color Cylindrical-coordinate representation of color #F390EA: hue angle of 305.45º 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 #F390EA is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 234 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.05 |
| HSL | 305.45º | 0.8% | 0.76% | - |
| HSV(B) | 305.45º | 0.41% | 0.95% | - |
| XYZ | 61.79 | 44.94 | 83.26 | - |
| YUV | 183.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 234 | 0 | 0.41 | 0.04 | 0.05 | 305.45 | 0.8 | 0.76 |
| Hex | F3 | 90 | EA | 0 | 29 | 4 | 5 | 131 | 50 | 4C |
| Octal | 363 | 220 | 352 | 0 | 51 | 4 | 5 | 461 | 120 | 114 |
| Binary | 11110011 | 10010000 | 11101010 | 0 | 101001 | 100 | 101 | 100110001 | 1010000 | 1001100 |
Color Harmonies of #F390EA
Complementary color
Monochromatic Colors of #F390EA
Black with #F390EA
Text Example
Text Example
White with #F390EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390EA; }
p { color: rgb(243,144,234); }
H1.HeaderClassName
{
color: #F390EA;
}
.AnyTagClassName
{
color: #F390EA;
}
</style>
background-color css
<style>
a { background-color: #F390EA; }
a { background-color: rgb(243,144,234); }
div.DivClassName
{
background-color: #F390EA;
}
.BgClassName
{
background-color: #F390EA;
}
</style>
border-color css
<style>
span { border-color: #F390EA; }
span { border-color: rgb(243,144,234); }
td.TdClassName
{
border-color: #F390EA;
}
.TagClassName
{
border-color: #F390EA;
}
</style>