Color Hex Logo

#f9319e Color Hex

#F9319E
(249,49,158)
0 Favorites   0 Comments

Color spaces of #f9319e

RGB 24949158
HSL0.910.940.58
HSV327°80°98°
CMYK 0.000.800.37   0.02
XYZ46.336824.805034.6934
Yxy24.80500.43780.2344
Hunter Lab49.804678.9132-6.4376
CIE-Lab56.884979.3600-10.9389

#f9319e color RGB value is (249,49,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110001 10011110
Octal 371 61 236
Decimal 249 49 158
Hex F9 31 9E

RGB Percentages of Color #f9319e

%54.61
%10.75
%34.65

CMYK Percentages of Color #f9319e

%0
%80
%37
%2

Triadic Colors of #f9319e

#f9319e #9ef931 #319ef9

Analogous Colors of #f9319e

#f9319e #f9313a #f031f9

Monochromatic Colors of #f9319e

#f9319e

Complementary Color

#f9319e #31f98c

#f9319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9319e Color CSS Codes

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

#f9319e Text Font Color

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

This sample text font color is #f9319e
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.


#f9319e Background Color

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

This div background color is #f9319e


#f9319e Border Color

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

This div border color is #f9319e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,49,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 #f9319e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9319e


Comments

No comments written yet.

Please login to write comment.