Color Hex Logo

#fa444a Color Hex

#FA444A
(250,68,74)
0 Favorites   0 Comments

Color spaces of #fa444a

RGB 2506874
HSL0.990.950.62
HSV358°73°98°
CMYK 0.000.730.70   0.02
XYZ42.727524.95279.0429
Yxy24.95270.55690.3252
Hunter Lab49.952765.264524.2336
CIE-Lab57.029368.242838.6531

#fa444a color RGB value is (250,68,74).

#fa444a hex color red value is 250, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fa444a hue: 0.99 , saturation: 0.95 and the lightness value of fa444a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000100 01001010
Octal 372 104 112
Decimal 250 68 74
Hex FA 44 4A

RGB Percentages of Color #fa444a

%63.78
%17.35
%18.88

CMYK Percentages of Color #fa444a

%0
%73
%70
%2

Triadic Colors of #fa444a

#fa444a #4afa44 #444afa

Analogous Colors of #fa444a

#fa444a #fa9944 #fa44a5

Monochromatic Colors of #fa444a

#fa444a

Complementary Color

#fa444a #44faf4

#fa444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa444a Color CSS Codes

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

#fa444a Text Font Color

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

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


#fa444a Background Color

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

This div background color is #fa444a


#fa444a Border Color

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

This div border color is #fa444a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa444a

Related Colors


Comments

No comments written yet.

Please login to write comment.