Color Hex Logo

#fa639e Color Hex

#FA639E
(250,99,158)
0 Favorites   0 Comments

Color spaces of #fa639e

RGB 25099158
HSL0.930.940.68
HSV337°60°98°
CMYK 0.000.600.37   0.02
XYZ50.057731.716335.8313
Yxy31.71630.42560.2697
Hunter Lab56.317260.10501.6994
CIE-Lab63.107762.8010-1.6874

#fa639e color RGB value is (250,99,158).

#fa639e hex color red value is 250, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa639e hue: 0.93 , saturation: 0.94 and the lightness value of fa639e is 0.68.

The process color (four color CMYK) of #fa639e color hex is 0.00, 0.60, 0.37, 0.02. Web safe color of #fa639e is #ff6699. Color #fa639e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 10011110
Octal 372 143 236
Decimal 250 99 158
Hex FA 63 9E

RGB Percentages of Color #fa639e

%49.31
%19.53
%31.16

CMYK Percentages of Color #fa639e

%0
%60
%37
%2

Triadic Colors of #fa639e

#fa639e #9efa63 #639efa

Analogous Colors of #fa639e

#fa639e #fa7463 #fa63ea

Monochromatic Colors of #fa639e

#fa639e

Complementary Color

#fa639e #63fabf

#fa639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa639e Color CSS Codes

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

#fa639e Text Font Color

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

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


#fa639e Background Color

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

This div background color is #fa639e


#fa639e Border Color

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

This div border color is #fa639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa639e


Comments

No comments written yet.

Please login to write comment.