Color Hex Logo

#fa626f Color Hex

#FA626F
(250,98,111)
0 Favorites   0 Comments

Color spaces of #fa626f

RGB 25098111
HSL0.990.940.68
HSV355°61°98°
CMYK 0.000.610.56   0.02
XYZ46.661330.207118.4102
Yxy30.20710.48970.3170
Hunter Lab54.961055.362918.6124
CIE-Lab61.832558.950723.6005

#fa626f color RGB value is (250,98,111).

#fa626f hex color red value is 250, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fa626f hue: 0.99 , saturation: 0.94 and the lightness value of fa626f is 0.68.

The process color (four color CMYK) of #fa626f color hex is 0.00, 0.61, 0.56, 0.02. Web safe color of #fa626f is #ff6666. Color #fa626f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 01101111
Octal 372 142 157
Decimal 250 98 111
Hex FA 62 6F

RGB Percentages of Color #fa626f

%54.47
%21.35
%24.18

CMYK Percentages of Color #fa626f

%0
%61
%56
%2

Triadic Colors of #fa626f

#fa626f #6ffa62 #626ffa

Analogous Colors of #fa626f

#fa626f #faa162 #fa62bb

Monochromatic Colors of #fa626f

#fa626f

Complementary Color

#fa626f #62faed

#fa626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa626f Color CSS Codes

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

#fa626f Text Font Color

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

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


#fa626f Background Color

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

This div background color is #fa626f


#fa626f Border Color

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

This div border color is #fa626f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,98,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 #fa626f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa626f


Comments

No comments written yet.

Please login to write comment.