Color Hex Logo

#fa494e Color Hex

#FA494E
(250,73,78)
0 Favorites   0 Comments

Color spaces of #fa494e

RGB 2507378
HSL1.000.950.63
HSV358°71°98°
CMYK 0.000.710.69   0.02
XYZ43.182025.63919.8806
Yxy25.63910.54870.3258
Hunter Lab50.635163.614923.8751
CIE-Lab57.692966.735937.1819

#fa494e color RGB value is (250,73,78).

#fa494e hex color red value is 250, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fa494e hue: 1.00 , saturation: 0.95 and the lightness value of fa494e is 0.63.

The process color (four color CMYK) of #fa494e color hex is 0.00, 0.71, 0.69, 0.02. Web safe color of #fa494e is #ff3366. Color #fa494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 01001110
Octal 372 111 116
Decimal 250 73 78
Hex FA 49 4E

RGB Percentages of Color #fa494e

%62.34
%18.20
%19.45

CMYK Percentages of Color #fa494e

%0
%71
%69
%2

Triadic Colors of #fa494e

#fa494e #4efa49 #494efa

Analogous Colors of #fa494e

#fa494e #fa9d49 #fa49a7

Monochromatic Colors of #fa494e

#fa494e

Complementary Color

#fa494e #49faf5

#fa494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa494e Color CSS Codes

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

#fa494e Text Font Color

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

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


#fa494e Background Color

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

This div background color is #fa494e


#fa494e Border Color

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

This div border color is #fa494e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,73,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa494e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa494e;
  -webkit-box-shadow: 1px 1px 3px 2px #fa494e;
  box-shadow:         1px 1px 3px 2px #fa494e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,73,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa494e


Comments

No comments written yet.

Please login to write comment.