Color Hex Logo

#fa119e Color Hex

#FA119E
(250,17,158)
0 Favorites   0 Comments

Color spaces of #fa119e

RGB 25017158
HSL0.900.960.52
HSV324°93°98°
CMYK 0.000.930.37   0.02
XYZ45.796323.193534.4108
Yxy23.19350.44290.2243
Hunter Lab48.159685.4611-8.6519
CIE-Lab55.271184.7801-13.3495

#fa119e color RGB value is (250,17,158).

#fa119e hex color red value is 250, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa119e hue: 0.90 , saturation: 0.96 and the lightness value of fa119e is 0.52.

The process color (four color CMYK) of #fa119e color hex is 0.00, 0.93, 0.37, 0.02. Web safe color of #fa119e is #ff0099. Color #fa119e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 10011110
Octal 372 21 236
Decimal 250 17 158
Hex FA 11 9E

RGB Percentages of Color #fa119e

%58.82
%4.00
%37.18

CMYK Percentages of Color #fa119e

%0
%93
%37
%2

Triadic Colors of #fa119e

#fa119e #9efa11 #119efa

Analogous Colors of #fa119e

#fa119e #fa1129 #e211fa

Monochromatic Colors of #fa119e

#fa119e

Complementary Color

#fa119e #11fa6d

#fa119e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa119e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa119e Color CSS Codes

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

#fa119e Text Font Color

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

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


#fa119e Background Color

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

This div background color is #fa119e


#fa119e Border Color

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

This div border color is #fa119e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa119e


Comments

No comments written yet.

Please login to write comment.