#F390E8

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

Shades of Pale Magenta #F390E8

Tints of Pale Magenta #F390E8

Color information

#F390E8 (or 0xF390E8) is unknown color: approx Pale Magenta. HEX triplet: F3, 90 and E8. RGB value is (243,144,232). Sum of RGB (Red+Green+Blue) = 243+144+232=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F390E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F390E8 is #0C6F17. Grayscale: #B7B7B7. Windows color (decimal): -814872 or 15241459. OLE color: 15241459.

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

Color convert

RGB243144232-
CMYK00.410.050.05
HSL306.67º80.49%75.88%-
HSV(B)306.67º40.74%95.29%-
XYZ61.544.8381.76-
YUV183.63155.3170.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 144 (56.64% from 255) = 23.26%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=39.26%
G=23.26%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314423200.410.050.05306.6780.4975.88
HexF390E802955133504c
Octal36322035005155463120114
Binary111100111001000011101000010100110110110011001110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F390E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F390E8; }

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

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

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

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

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

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

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

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