Color Hex Logo

#fa119b Color Hex

#FA119B
(250,17,155)
0 Favorites   0 Comments

Color spaces of #fa119b

RGB 25017155
HSL0.900.960.52
HSV324°93°98°
CMYK 0.000.930.38   0.02
XYZ45.541223.091433.0672
Yxy23.09140.44780.2271
Hunter Lab48.053585.0741-7.1619
CIE-Lab55.166484.5024-11.7334

#fa119b color RGB value is (250,17,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 10011011
Octal 372 21 233
Decimal 250 17 155
Hex FA 11 9B

RGB Percentages of Color #fa119b

%59.24
%4.03
%36.73

CMYK Percentages of Color #fa119b

%0
%93
%38
%2

Triadic Colors of #fa119b

#fa119b #9bfa11 #119bfa

Analogous Colors of #fa119b

#fa119b #fa1126 #e511fa

Monochromatic Colors of #fa119b

#fa119b

Complementary Color

#fa119b #11fa70

#fa119b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa119b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa119b Color CSS Codes

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

#fa119b Text Font Color

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

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


#fa119b Background Color

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

This div background color is #fa119b


#fa119b Border Color

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

This div border color is #fa119b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa119b


Comments

No comments written yet.

Please login to write comment.