Color Hex Logo

#fa515f Color Hex

#FA515F
(250,81,95)
0 Favorites   0 Comments

Color spaces of #fa515f

RGB 2508195
HSL0.990.940.65
HSV355°68°98°
CMYK 0.000.680.62   0.02
XYZ44.432327.035113.7029
Yxy27.03510.52170.3174
Hunter Lab51.995361.544520.7713
CIE-Lab59.006864.747029.0960

#fa515f color RGB value is (250,81,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 01011111
Octal 372 121 137
Decimal 250 81 95
Hex FA 51 5F

RGB Percentages of Color #fa515f

%58.69
%19.01
%22.30

CMYK Percentages of Color #fa515f

%0
%68
%62
%2

Triadic Colors of #fa515f

#fa515f #5ffa51 #515ffa

Analogous Colors of #fa515f

#fa515f #fa9851 #fa51b4

Monochromatic Colors of #fa515f

#fa515f

Complementary Color

#fa515f #51faec

#fa515f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa515f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa515f Color CSS Codes

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

#fa515f Text Font Color

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

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


#fa515f Background Color

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

This div background color is #fa515f


#fa515f Border Color

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

This div border color is #fa515f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa515f


Comments

No comments written yet.

Please login to write comment.