Color Hex Logo

#fa7596 Color Hex

#FA7596
(250,117,150)
0 Favorites   0 Comments

Color spaces of #fa7596

RGB 250117150
HSL0.960.930.72
HSV345°53°98°
CMYK 0.000.530.40   0.02
XYZ51.290735.248632.9545
Yxy35.24860.42920.2950
Hunter Lab59.370550.30928.6496
CIE-Lab65.941853.87376.9978

#fa7596 color RGB value is (250,117,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 10010110
Octal 372 165 226
Decimal 250 117 150
Hex FA 75 96

RGB Percentages of Color #fa7596

%48.36
%22.63
%29.01

CMYK Percentages of Color #fa7596

%0
%53
%40
%2

Triadic Colors of #fa7596

#fa7596 #96fa75 #7596fa

Analogous Colors of #fa7596

#fa7596 #fa9775 #fa75d9

Monochromatic Colors of #fa7596

#fa7596

Complementary Color

#fa7596 #75fad9

#fa7596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7596 Color CSS Codes

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

#fa7596 Text Font Color

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

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


#fa7596 Background Color

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

This div background color is #fa7596


#fa7596 Border Color

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

This div border color is #fa7596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7596

Related Colors


Comments

No comments written yet.

Please login to write comment.