Color Hex Logo

#fa749a Color Hex

#FA749A
(250,116,154)
0 Favorites   0 Comments

Color spaces of #fa749a

RGB 250116154
HSL0.950.930.72
HSV343°54°98°
CMYK 0.000.540.38   0.02
XYZ51.502535.147934.6416
Yxy35.14790.42460.2898
Hunter Lab59.285751.31626.8558
CIE-Lab65.863754.76994.6097

#fa749a color RGB value is (250,116,154).

#fa749a hex color red value is 250, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fa749a hue: 0.95 , saturation: 0.93 and the lightness value of fa749a is 0.72.

The process color (four color CMYK) of #fa749a color hex is 0.00, 0.54, 0.38, 0.02. Web safe color of #fa749a is #ff6699. Color #fa749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 10011010
Octal 372 164 232
Decimal 250 116 154
Hex FA 74 9A

RGB Percentages of Color #fa749a

%48.08
%22.31
%29.62

CMYK Percentages of Color #fa749a

%0
%54
%38
%2

Triadic Colors of #fa749a

#fa749a #9afa74 #749afa

Analogous Colors of #fa749a

#fa749a #fa9174 #fa74dd

Monochromatic Colors of #fa749a

#fa749a

Complementary Color

#fa749a #74fad4

#fa749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa749a Color CSS Codes

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

#fa749a Text Font Color

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

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


#fa749a Background Color

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

This div background color is #fa749a


#fa749a Border Color

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

This div border color is #fa749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa749a


Comments

No comments written yet.

Please login to write comment.