Color Hex Logo

#fa197b Color Hex

#FA197B
(250,25,123)
0 Favorites   0 Comments

Color spaces of #fa197b

RGB 25025123
HSL0.930.960.54
HSV334°90°98°
CMYK 0.000.900.51   0.02
XYZ43.347122.449320.7874
Yxy22.44930.50060.2593
Hunter Lab47.380780.38787.1541
CIE-Lab54.500580.98546.3904

#fa197b color RGB value is (250,25,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 01111011
Octal 372 31 173
Decimal 250 25 123
Hex FA 19 7B

RGB Percentages of Color #fa197b

%62.81
%6.28
%30.90

CMYK Percentages of Color #fa197b

%0
%90
%51
%2

Triadic Colors of #fa197b

#fa197b #7bfa19 #197bfa

Analogous Colors of #fa197b

#fa197b #fa2719 #fa19ec

Monochromatic Colors of #fa197b

#fa197b

Complementary Color

#fa197b #19fa98

#fa197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa197b Color CSS Codes

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

#fa197b Text Font Color

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

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


#fa197b Background Color

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

This div background color is #fa197b


#fa197b Border Color

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

This div border color is #fa197b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa197b


Comments

No comments written yet.

Please login to write comment.