Color Hex Logo

#fa196a Color Hex

#FA196A
(250,25,106)
0 Favorites   0 Comments

Color spaces of #fa196a

RGB 25025106
HSL0.940.960.54
HSV338°90°98°
CMYK 0.000.900.58   0.02
XYZ42.373522.059915.6603
Yxy22.05990.52900.2754
Hunter Lab46.968078.845013.1088
CIE-Lab54.090579.849416.0581

#fa196a color RGB value is (250,25,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 01101010
Octal 372 31 152
Decimal 250 25 106
Hex FA 19 6A

RGB Percentages of Color #fa196a

%65.62
%6.56
%27.82

CMYK Percentages of Color #fa196a

%0
%90
%58
%2

Triadic Colors of #fa196a

#fa196a #6afa19 #196afa

Analogous Colors of #fa196a

#fa196a #fa3819 #fa19db

Monochromatic Colors of #fa196a

#fa196a

Complementary Color

#fa196a #19faa9

#fa196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa196a Color CSS Codes

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

#fa196a Text Font Color

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

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


#fa196a Background Color

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

This div background color is #fa196a


#fa196a Border Color

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

This div border color is #fa196a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa196a

Related Colors


Comments

No comments written yet.

Please login to write comment.