Color Hex Logo

#fa5160 Color Hex

#FA5160
(250,81,96)
0 Favorites   0 Comments

Color spaces of #fa5160

RGB 2508196
HSL0.990.940.65
HSV355°68°98°
CMYK 0.000.680.62   0.02
XYZ44.478127.053413.9439
Yxy27.05340.52040.3165
Hunter Lab52.012961.619320.5142
CIE-Lab59.023764.807428.5410

#fa5160 color RGB value is (250,81,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 01100000
Octal 372 121 140
Decimal 250 81 96
Hex FA 51 60

RGB Percentages of Color #fa5160

%58.55
%18.97
%22.48

CMYK Percentages of Color #fa5160

%0
%68
%62
%2

Triadic Colors of #fa5160

#fa5160 #60fa51 #5160fa

Analogous Colors of #fa5160

#fa5160 #fa9751 #fa51b5

Monochromatic Colors of #fa5160

#fa5160

Complementary Color

#fa5160 #51faeb

#fa5160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5160 Color CSS Codes

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

#fa5160 Text Font Color

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

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


#fa5160 Background Color

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

This div background color is #fa5160


#fa5160 Border Color

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

This div border color is #fa5160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5160

Related Colors


Comments

No comments written yet.

Please login to write comment.