#F390E9

Color #F390E9 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F390E9

Tints of Pale Magenta #F390E9

Color information

#F390E9 (or 0xF390E9) is unknown color: approx Pale Magenta. HEX triplet: F3, 90 and E9. RGB value is (243,144,233). Sum of RGB (Red+Green+Blue) = 243+144+233=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F390E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390E9 is #0C6F16. Grayscale: #B7B7B7. Windows color (decimal): -814871 or 15306995. OLE color: 15306995.

HSL color Cylindrical-coordinate representation of color #F390E9: hue angle of 306.06º 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 #F390E9 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243144233-
CMYK00.410.040.05
HSL306.06º80.49%75.88%-
HSV(B)306.06º40.74%95.29%-
XYZ61.6444.8882.51-
YUV183.75155.8170.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 144 (56.64% from 255) = 23.23%
BLUE value IS 233 (91.41% from 255) = 37.58%
R=39.19%
G=23.23%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314423300.410.040.05306.0680.4975.88
HexF390E902945132504c
Octal36322035105145462120114
Binary111100111001000011101001010100110010110011001010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390E9; }

 p { color: rgb(243,144,233); }

 H1.HeaderClassName
 {
   color: #F390E9;
 }
 .AnyTagClassName
 {
   color: #F390E9;
 }
</style>
background-color css

<style>
 a { background-color: #F390E9; }

 a { background-color: rgb(243,144,233); }

 div.DivClassName
 {
   background-color: #F390E9;
 }
 .BgClassName
 {
   background-color: #F390E9;
 }
</style>
border-color css

<style>
 span { border-color: #F390E9; }

 span { border-color: rgb(243,144,233); }

 td.TdClassName
 {
   border-color: #F390E9;
 }
 .TagClassName
 {
   border-color: #F390E9;
 }
</style>