Color Hex Logo

#fa166a Color Hex

#FA166A
(250,22,106)
0 Favorites   0 Comments

Color spaces of #fa166a

RGB 25022106
HSL0.940.960.53
HSV338°91°98°
CMYK 0.000.910.58   0.02
XYZ42.312821.938415.6401
Yxy21.93840.52960.2746
Hunter Lab46.838479.285612.9890
CIE-Lab53.961680.222615.8809

#fa166a color RGB value is (250,22,106).

#fa166a hex color red value is 250, green value is 22 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fa166a hue: 0.94 , saturation: 0.96 and the lightness value of fa166a is 0.53.

The process color (four color CMYK) of #fa166a color hex is 0.00, 0.91, 0.58, 0.02. Web safe color of #fa166a is #ff0066. Color #fa166a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010110 01101010
Octal 372 26 152
Decimal 250 22 106
Hex FA 16 6A

RGB Percentages of Color #fa166a

%66.14
%5.82
%28.04

CMYK Percentages of Color #fa166a

%0
%91
%58
%2

Triadic Colors of #fa166a

#fa166a #6afa16 #166afa

Analogous Colors of #fa166a

#fa166a #fa3416 #fa16dc

Monochromatic Colors of #fa166a

#fa166a

Complementary Color

#fa166a #16faa6

#fa166a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa166a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa166a Color CSS Codes

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

#fa166a Text Font Color

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

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


#fa166a Background Color

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

This div background color is #fa166a


#fa166a Border Color

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

This div border color is #fa166a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa166a


Comments

No comments written yet.

Please login to write comment.