Color Hex Logo

#fa6176 Color Hex

#FA6176
(250,97,118)
0 Favorites   0 Comments

Color spaces of #fa6176

RGB 25097118
HSL0.980.940.68
HSV352°61°98°
CMYK 0.000.610.53   0.02
XYZ46.969030.181420.4896
Yxy30.18140.48100.3091
Hunter Lab54.937656.468116.3434
CIE-Lab61.810459.911019.5463

#fa6176 color RGB value is (250,97,118).

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

The process color (four color CMYK) of #fa6176 color hex is 0.00, 0.61, 0.53, 0.02. Web safe color of #fa6176 is #ff6666. Color #fa6176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 01110110
Octal 372 141 166
Decimal 250 97 118
Hex FA 61 76

RGB Percentages of Color #fa6176

%53.76
%20.86
%25.38

CMYK Percentages of Color #fa6176

%0
%61
%53
%2

Triadic Colors of #fa6176

#fa6176 #76fa61 #6176fa

Analogous Colors of #fa6176

#fa6176 #fa9961 #fa61c3

Monochromatic Colors of #fa6176

#fa6176

Complementary Color

#fa6176 #61fae5

#fa6176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6176 Color CSS Codes

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

#fa6176 Text Font Color

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

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


#fa6176 Background Color

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

This div background color is #fa6176


#fa6176 Border Color

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

This div border color is #fa6176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6176


Comments

No comments written yet.

Please login to write comment.