Color Hex Logo

#fa4949 Color Hex

#FA4949
(250,73,73)
0 Favorites   0 Comments

Color spaces of #fa4949

RGB 2507373
HSL0.000.950.63
HSV71°98°
CMYK 0.000.710.71   0.02
XYZ43.009525.57018.9720
Yxy25.57010.55460.3297
Hunter Lab50.566963.330524.8771
CIE-Lab57.626766.508639.9118

#fa4949 color RGB value is (250,73,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 01001001
Octal 372 111 111
Decimal 250 73 73
Hex FA 49 49

RGB Percentages of Color #fa4949

%63.13
%18.43
%18.43

CMYK Percentages of Color #fa4949

%0
%71
%71
%2

Triadic Colors of #fa4949

#fa4949 #49fa49 #4949fa

Analogous Colors of #fa4949

#fa4949 #faa249 #fa49a2

Monochromatic Colors of #fa4949

#fa4949

Complementary Color

#fa4949 #49fafa

#fa4949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4949 Color CSS Codes

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

#fa4949 Text Font Color

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

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


#fa4949 Background Color

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

This div background color is #fa4949


#fa4949 Border Color

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

This div border color is #fa4949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4949


Comments

No comments written yet.

Please login to write comment.