Color Hex Logo

#fa118a Color Hex

#FA118A
(250,17,138)
0 Favorites   0 Comments

Color spaces of #fa118a

RGB 25017138
HSL0.910.960.52
HSV329°93°98°
CMYK 0.000.930.45   0.02
XYZ44.212222.559926.0690
Yxy22.55990.47620.2430
Hunter Lab47.497383.03420.7066
CIE-Lab54.616183.0306-2.4376

#fa118a color RGB value is (250,17,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 10001010
Octal 372 21 212
Decimal 250 17 138
Hex FA 11 8A

RGB Percentages of Color #fa118a

%61.73
%4.20
%34.07

CMYK Percentages of Color #fa118a

%0
%93
%45
%2

Triadic Colors of #fa118a

#fa118a #8afa11 #118afa

Analogous Colors of #fa118a

#fa118a #fa1115 #f611fa

Monochromatic Colors of #fa118a

#fa118a

Complementary Color

#fa118a #11fa81

#fa118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa118a Color CSS Codes

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

#fa118a Text Font Color

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

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


#fa118a Background Color

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

This div background color is #fa118a


#fa118a Border Color

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

This div border color is #fa118a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa118a


Comments

No comments written yet.

Please login to write comment.