Color Hex Logo

#fa717f Color Hex

#FA717F
(250,113,127)
0 Favorites   0 Comments

Color spaces of #fa717f

RGB 250113127
HSL0.980.930.71
HSV354°55°98°
CMYK 0.000.550.49   0.02
XYZ49.160233.666623.9859
Yxy33.66660.46020.3152
Hunter Lab58.022949.694916.1064
CIE-Lab64.697153.522618.3435

#fa717f color RGB value is (250,113,127).

#fa717f hex color red value is 250, green value is 113 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fa717f hue: 0.98 , saturation: 0.93 and the lightness value of fa717f is 0.71.

The process color (four color CMYK) of #fa717f color hex is 0.00, 0.55, 0.49, 0.02. Web safe color of #fa717f is #ff6666. Color #fa717f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 01111111
Octal 372 161 177
Decimal 250 113 127
Hex FA 71 7F

RGB Percentages of Color #fa717f

%51.02
%23.06
%25.92

CMYK Percentages of Color #fa717f

%0
%55
%49
%2

Triadic Colors of #fa717f

#fa717f #7ffa71 #717ffa

Analogous Colors of #fa717f

#fa717f #faa871 #fa71c4

Monochromatic Colors of #fa717f

#fa717f

Complementary Color

#fa717f #71faec

#fa717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa717f Color CSS Codes

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

#fa717f Text Font Color

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

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


#fa717f Background Color

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

This div background color is #fa717f


#fa717f Border Color

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

This div border color is #fa717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa717f


Comments

No comments written yet.

Please login to write comment.