Color Hex Logo

#fa637f Color Hex

#FA637F
(250,99,127)
0 Favorites   0 Comments

Color spaces of #fa637f

RGB 25099127
HSL0.970.940.68
HSV349°60°98°
CMYK 0.000.600.49   0.02
XYZ47.716930.780023.5048
Yxy30.78000.46780.3018
Hunter Lab55.479756.434413.7167
CIE-Lab62.321559.795315.0607

#fa637f color RGB value is (250,99,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 01111111
Octal 372 143 177
Decimal 250 99 127
Hex FA 63 7F

RGB Percentages of Color #fa637f

%52.52
%20.80
%26.68

CMYK Percentages of Color #fa637f

%0
%60
%49
%2

Triadic Colors of #fa637f

#fa637f #7ffa63 #637ffa

Analogous Colors of #fa637f

#fa637f #fa9363 #fa63cb

Monochromatic Colors of #fa637f

#fa637f

Complementary Color

#fa637f #63fade

#fa637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa637f Color CSS Codes

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

#fa637f Text Font Color

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

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


#fa637f Background Color

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

This div background color is #fa637f


#fa637f Border Color

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

This div border color is #fa637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa637f


Comments

No comments written yet.

Please login to write comment.