Color Hex Logo

#fa164f Color Hex

#FA164F
(250,22,79)
0 Favorites   0 Comments

Color spaces of #fa164f

RGB 2502279
HSL0.960.960.53
HSV345°91°98°
CMYK 0.000.910.68   0.02
XYZ41.122521.46239.3724
Yxy21.46230.57150.2983
Hunter Lab46.327477.372420.4344
CIE-Lab53.451878.805931.4378

#fa164f color RGB value is (250,22,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010110 01001111
Octal 372 26 117
Decimal 250 22 79
Hex FA 16 4F

RGB Percentages of Color #fa164f

%71.23
%6.27
%22.51

CMYK Percentages of Color #fa164f

%0
%91
%68
%2

Triadic Colors of #fa164f

#fa164f #4ffa16 #164ffa

Analogous Colors of #fa164f

#fa164f #fa4f16 #fa16c1

Monochromatic Colors of #fa164f

#fa164f

Complementary Color

#fa164f #16fac1

#fa164f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa164f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa164f Color CSS Codes

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

#fa164f Text Font Color

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

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


#fa164f Background Color

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

This div background color is #fa164f


#fa164f Border Color

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

This div border color is #fa164f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa164f


Comments

No comments written yet.

Please login to write comment.