Color Hex Logo

#fa196e Color Hex

#FA196E
(250,25,110)
0 Favorites   0 Comments

Color spaces of #fa196e

RGB 25025110
HSL0.940.960.54
HSV337°90°98°
CMYK 0.000.900.56   0.02
XYZ42.586422.145016.7817
Yxy22.14500.52240.2717
Hunter Lab47.058579.184411.7973
CIE-Lab54.180580.100013.7695

#fa196e color RGB value is (250,25,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 01101110
Octal 372 31 156
Decimal 250 25 110
Hex FA 19 6E

RGB Percentages of Color #fa196e

%64.94
%6.49
%28.57

CMYK Percentages of Color #fa196e

%0
%90
%56
%2

Triadic Colors of #fa196e

#fa196e #6efa19 #196efa

Analogous Colors of #fa196e

#fa196e #fa3419 #fa19df

Monochromatic Colors of #fa196e

#fa196e

Complementary Color

#fa196e #19faa5

#fa196e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa196e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa196e Color CSS Codes

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

#fa196e Text Font Color

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

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


#fa196e Background Color

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

This div background color is #fa196e


#fa196e Border Color

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

This div border color is #fa196e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa196e


Comments

No comments written yet.

Please login to write comment.