Color Hex Logo

#fa6197 Color Hex

#FA6197
(250,97,151)
0 Favorites   0 Comments

Color spaces of #fa6197

RGB 25097151
HSL0.940.940.68
HSV339°61°98°
CMYK 0.000.610.40   0.02
XYZ49.284931.107732.6849
Yxy31.10770.43590.2751
Hunter Lab55.774360.12644.2968
CIE-Lab62.598462.90741.6007

#fa6197 color RGB value is (250,97,151).

#fa6197 hex color red value is 250, green value is 97 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fa6197 hue: 0.94 , saturation: 0.94 and the lightness value of fa6197 is 0.68.

The process color (four color CMYK) of #fa6197 color hex is 0.00, 0.61, 0.40, 0.02. Web safe color of #fa6197 is #ff6699. Color #fa6197 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 10010111
Octal 372 141 227
Decimal 250 97 151
Hex FA 61 97

RGB Percentages of Color #fa6197

%50.20
%19.48
%30.32

CMYK Percentages of Color #fa6197

%0
%61
%40
%2

Triadic Colors of #fa6197

#fa6197 #97fa61 #6197fa

Analogous Colors of #fa6197

#fa6197 #fa7861 #fa61e4

Monochromatic Colors of #fa6197

#fa6197

Complementary Color

#fa6197 #61fac4

#fa6197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6197 Color CSS Codes

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

#fa6197 Text Font Color

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

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


#fa6197 Background Color

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

This div background color is #fa6197


#fa6197 Border Color

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

This div border color is #fa6197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6197

Related Colors


Comments

No comments written yet.

Please login to write comment.