#F393EB

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

Shades of Pale Magenta #F393EB

Tints of Pale Magenta #F393EB

Color information

#F393EB (or 0xF393EB) is unknown color: approx Pale Magenta. HEX triplet: F3, 93 and EB. RGB value is (243,147,235). Sum of RGB (Red+Green+Blue) = 243+147+235=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F393EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F393EB is #0C6C14. Grayscale: #B9B9B9. Windows color (decimal): -814101 or 15438835. OLE color: 15438835.

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

Color convert

RGB243147235-
CMYK00.400.030.05
HSL305º80%76.47%-
HSV(B)305º39.51%95.29%-
XYZ62.3945.9284.17-
YUV185.74155.8168.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.88%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=38.88%
G=23.52%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314723500.400.030.053058076.47
HexF393EB02835131504c
Octal36322335305035461120114
Binary11110011100100111110101101010001110110011000110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F393EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F393EB; }

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

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

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

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

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

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

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

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