Color Hex Logo

#fa636f Color Hex

#FA636F
(250,99,111)
0 Favorites   0 Comments

Color spaces of #fa636f

RGB 25099111
HSL0.990.940.68
HSV355°60°98°
CMYK 0.000.600.56   0.02
XYZ46.755430.395418.4415
Yxy30.39540.48910.3180
Hunter Lab55.132054.898118.7601
CIE-Lab61.993958.520023.8161

#fa636f color RGB value is (250,99,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 01101111
Octal 372 143 157
Decimal 250 99 111
Hex FA 63 6F

RGB Percentages of Color #fa636f

%54.35
%21.52
%24.13

CMYK Percentages of Color #fa636f

%0
%60
%56
%2

Triadic Colors of #fa636f

#fa636f #6ffa63 #636ffa

Analogous Colors of #fa636f

#fa636f #faa363 #fa63bb

Monochromatic Colors of #fa636f

#fa636f

Complementary Color

#fa636f #63faee

#fa636f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa636f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa636f Color CSS Codes

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

#fa636f Text Font Color

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

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


#fa636f Background Color

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

This div background color is #fa636f


#fa636f Border Color

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

This div border color is #fa636f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa636f


Comments

No comments written yet.

Please login to write comment.