Color Hex Logo

#fa155a Color Hex

#FA155A
(250,21,90)
0 Favorites   0 Comments

Color spaces of #fa155a

RGB 2502190
HSL0.950.960.53
HSV342°92°98°
CMYK 0.000.920.64   0.02
XYZ41.538021.598511.6525
Yxy21.59850.55540.2888
Hunter Lab46.474278.211117.6661
CIE-Lab53.598479.443425.0425

#fa155a color RGB value is (250,21,90).

#fa155a hex color red value is 250, green value is 21 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fa155a hue: 0.95 , saturation: 0.96 and the lightness value of fa155a is 0.53.

The process color (four color CMYK) of #fa155a color hex is 0.00, 0.92, 0.64, 0.02. Web safe color of #fa155a is #ff0066. Color #fa155a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010101 01011010
Octal 372 25 132
Decimal 250 21 90
Hex FA 15 5A

RGB Percentages of Color #fa155a

%69.25
%5.82
%24.93

CMYK Percentages of Color #fa155a

%0
%92
%64
%2

Triadic Colors of #fa155a

#fa155a #5afa15 #155afa

Analogous Colors of #fa155a

#fa155a #fa4315 #fa15cd

Monochromatic Colors of #fa155a

#fa155a

Complementary Color

#fa155a #15fab5

#fa155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa155a Color CSS Codes

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

#fa155a Text Font Color

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

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


#fa155a Background Color

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

This div background color is #fa155a


#fa155a Border Color

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

This div border color is #fa155a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa155a

Related Colors


Comments

No comments written yet.

Please login to write comment.