Color Hex Logo

#fa166f Color Hex

#FA166F
(250,22,111)
0 Favorites   0 Comments

Color spaces of #fa166f

RGB 25022111
HSL0.930.960.53
HSV337°91°98°
CMYK 0.000.910.56   0.02
XYZ42.580522.045517.0499
Yxy22.04550.52130.2699
Hunter Lab46.952679.711311.3369
CIE-Lab54.075280.536113.0198

#fa166f color RGB value is (250,22,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010110 01101111
Octal 372 26 157
Decimal 250 22 111
Hex FA 16 6F

RGB Percentages of Color #fa166f

%65.27
%5.74
%28.98

CMYK Percentages of Color #fa166f

%0
%91
%56
%2

Triadic Colors of #fa166f

#fa166f #6ffa16 #166ffa

Analogous Colors of #fa166f

#fa166f #fa2f16 #fa16e1

Monochromatic Colors of #fa166f

#fa166f

Complementary Color

#fa166f #16faa1

#fa166f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa166f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa166f Color CSS Codes

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

#fa166f Text Font Color

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

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


#fa166f Background Color

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

This div background color is #fa166f


#fa166f Border Color

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

This div border color is #fa166f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa166f


Comments

No comments written yet.

Please login to write comment.