Color Hex Logo

#fa195c Color Hex

#FA195C
(250,25,92)
0 Favorites   0 Comments

Color spaces of #fa195c

RGB 2502592
HSL0.950.960.54
HSV342°90°98°
CMYK 0.000.900.63   0.02
XYZ41.703721.792012.1335
Yxy21.79200.55140.2881
Hunter Lab46.681977.771317.2668
CIE-Lab53.805679.054124.1109

#fa195c color RGB value is (250,25,92).

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

The process color (four color CMYK) of #fa195c color hex is 0.00, 0.90, 0.63, 0.02. Web safe color of #fa195c is #ff0066. Color #fa195c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 01011100
Octal 372 31 134
Decimal 250 25 92
Hex FA 19 5C

RGB Percentages of Color #fa195c

%68.12
%6.81
%25.07

CMYK Percentages of Color #fa195c

%0
%90
%63
%2

Triadic Colors of #fa195c

#fa195c #5cfa19 #195cfa

Analogous Colors of #fa195c

#fa195c #fa4619 #fa19cd

Monochromatic Colors of #fa195c

#fa195c

Complementary Color

#fa195c #19fab7

#fa195c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa195c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa195c Color CSS Codes

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

#fa195c Text Font Color

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

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


#fa195c Background Color

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

This div background color is #fa195c


#fa195c Border Color

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

This div border color is #fa195c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa195c

Related Colors


Comments

No comments written yet.

Please login to write comment.