#F393E3

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

Shades of Pale Magenta #F393E3

Tints of Pale Magenta #F393E3

Color information

#F393E3 (or 0xF393E3) is unknown color: approx Pale Magenta. HEX triplet: F3, 93 and E3. RGB value is (243,147,227). Sum of RGB (Red+Green+Blue) = 243+147+227=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F393E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F393E3 is #0C6C1C. Grayscale: #B8B8B8. Windows color (decimal): -814109 or 14914547. OLE color: 14914547.

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

Color convert

RGB243147227-
CMYK00.400.070.05
HSL310º80%76.47%-
HSV(B)310º39.51%95.29%-
XYZ61.2645.4778.22-
YUV184.82151.8169.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 147 (57.81% from 255) = 23.82%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=39.38%
G=23.82%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314722700.400.070.053108076.47
HexF393E302875136504c
Octal36322334305075466120114
Binary111100111001001111100011010100011110110011011010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393E3; }

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

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

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

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

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

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

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

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