Color Hex Logo

#fa555f Color Hex

#FA555F
(250,85,95)
0 Favorites   0 Comments

Color spaces of #fa555f

RGB 2508595
HSL0.990.940.66
HSV356°66°98°
CMYK 0.000.660.62   0.02
XYZ44.738427.647213.8049
Yxy27.64720.51910.3208
Hunter Lab52.580659.861321.2400
CIE-Lab59.568763.214329.8166

#fa555f color RGB value is (250,85,95).

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

The process color (four color CMYK) of #fa555f color hex is 0.00, 0.66, 0.62, 0.02. Web safe color of #fa555f is #ff6666. Color #fa555f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010101 01011111
Octal 372 125 137
Decimal 250 85 95
Hex FA 55 5F

RGB Percentages of Color #fa555f

%58.14
%19.77
%22.09

CMYK Percentages of Color #fa555f

%0
%66
%62
%2

Triadic Colors of #fa555f

#fa555f #5ffa55 #555ffa

Analogous Colors of #fa555f

#fa555f #fa9e55 #fa55b2

Monochromatic Colors of #fa555f

#fa555f

Complementary Color

#fa555f #55faf0

#fa555f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa555f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa555f Color CSS Codes

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

#fa555f Text Font Color

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

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


#fa555f Background Color

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

This div background color is #fa555f


#fa555f Border Color

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

This div border color is #fa555f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa555f


Comments

No comments written yet.

Please login to write comment.