#F393E5

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

Shades of Pale Magenta #F393E5

Tints of Pale Magenta #F393E5

Color information

#F393E5 (or 0xF393E5) is unknown color: approx Pale Magenta. HEX triplet: F3, 93 and E5. RGB value is (243,147,229). Sum of RGB (Red+Green+Blue) = 243+147+229=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 229 (89.84% from 255 or 37.00% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F393E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393E5 is #0C6C1A. Grayscale: #B8B8B8. Windows color (decimal): -814107 or 15045619. OLE color: 15045619.

HSL color Cylindrical-coordinate representation of color #F393E5: hue angle of 308.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F393E5 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB243147229-
CMYK00.400.060.05
HSL308.75º80%76.47%-
HSV(B)308.75º39.51%95.29%-
XYZ61.5445.5879.68-
YUV185.05152.8169.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 147 (57.81% from 255) = 23.75%
BLUE value IS 229 (89.84% from 255) = 37.00%
R=39.26%
G=23.75%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314722900.400.060.05308.758076.47
HexF393E502865135504c
Octal36322334505065465120114
Binary111100111001001111100101010100011010110011010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393E5; }

 p { color: rgb(243,147,229); }

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

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

 a { background-color: rgb(243,147,229); }

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

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

 span { border-color: rgb(243,147,229); }

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