Color Hex Logo

#fa155f Color Hex

#FA155F
(250,21,95)
0 Favorites   0 Comments

Color spaces of #fa155f

RGB 2502195
HSL0.950.960.53
HSV341°92°98°
CMYK 0.000.920.62   0.02
XYZ41.758121.686512.8115
Yxy21.68650.54760.2844
Hunter Lab46.568878.565216.2869
CIE-Lab53.692879.705522.1561

#fa155f color RGB value is (250,21,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010101 01011111
Octal 372 25 137
Decimal 250 21 95
Hex FA 15 5F

RGB Percentages of Color #fa155f

%68.31
%5.74
%25.96

CMYK Percentages of Color #fa155f

%0
%92
%62
%2

Triadic Colors of #fa155f

#fa155f #5ffa15 #155ffa

Analogous Colors of #fa155f

#fa155f #fa3e15 #fa15d2

Monochromatic Colors of #fa155f

#fa155f

Complementary Color

#fa155f #15fab0

#fa155f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa155f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa155f Color CSS Codes

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

#fa155f Text Font Color

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

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


#fa155f Background Color

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

This div background color is #fa155f


#fa155f Border Color

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

This div border color is #fa155f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa155f


Comments

No comments written yet.

Please login to write comment.