Color Hex Logo

#f9389e Color Hex

#F9389E
(249,56,158)
0 Favorites   0 Comments

Color spaces of #f9389e

RGB 24956158
HSL0.910.940.60
HSV328°78°98°
CMYK 0.000.780.37   0.02
XYZ46.652725.436734.7987
Yxy25.43670.43650.2380
Hunter Lab50.434876.8534-5.6042
CIE-Lab57.498577.6077-10.0192

#f9389e color RGB value is (249,56,158).

#f9389e hex color red value is 249, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f9389e hue: 0.91 , saturation: 0.94 and the lightness value of f9389e is 0.60.

The process color (four color CMYK) of #f9389e color hex is 0.00, 0.78, 0.37, 0.02. Web safe color of #f9389e is #ff3399. Color #f9389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00111000 10011110
Octal 371 70 236
Decimal 249 56 158
Hex F9 38 9E

RGB Percentages of Color #f9389e

%53.78
%12.10
%34.13

CMYK Percentages of Color #f9389e

%0
%78
%37
%2

Triadic Colors of #f9389e

#f9389e #9ef938 #389ef9

Analogous Colors of #f9389e

#f9389e #f9383d #f438f9

Monochromatic Colors of #f9389e

#f9389e

Complementary Color

#f9389e #38f993

#f9389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9389e Color CSS Codes

.mybgcolor {background-color:#f9389e; } 
.myforecolor {color:#f9389e; }
.mybordercolor {border:3px solid #f9389e; }

#f9389e Text Font Color

<p style="color:#f9389e">Text here</p>

This sample text font color is #f9389e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f9389e Background Color

<div style="background-color:#f9389e">
Div content here</div>

This div background color is #f9389e


#f9389e Border Color

<div style="border:3px solid #f9389e">
Div here</div>

This div border color is #f9389e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,56,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9389e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9389e;
  -webkit-box-shadow: 1px 1px 3px 2px #f9389e;
  box-shadow:         1px 1px 3px 2px #f9389e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,56,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f9389e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f9389e;
  -webkit-box-shadow: 1px 1px 3px 2px #f9389e;
  box-shadow:         1px 1px 3px 2px #f9389e;">
Div content here</div>

This div box has shadow with color #f9389e


Comments

No comments written yet.

Please login to write comment.