Color Hex Logo

#fa758f Color Hex

#FA758F
(250,117,143)
0 Favorites   0 Comments

Color spaces of #fa758f

RGB 250117143
HSL0.970.930.72
HSV348°53°98°
CMYK 0.000.530.43   0.02
XYZ50.743635.029730.0735
Yxy35.02970.43800.3024
Hunter Lab59.185949.463411.3037
CIE-Lab65.771853.153810.7378

#fa758f color RGB value is (250,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 10001111
Octal 372 165 217
Decimal 250 117 143
Hex FA 75 8F

RGB Percentages of Color #fa758f

%49.02
%22.94
%28.04

CMYK Percentages of Color #fa758f

%0
%53
%43
%2

Triadic Colors of #fa758f

#fa758f #8ffa75 #758ffa

Analogous Colors of #fa758f

#fa758f #fa9e75 #fa75d2

Monochromatic Colors of #fa758f

#fa758f

Complementary Color

#fa758f #75fae0

#fa758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa758f Color CSS Codes

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

#fa758f Text Font Color

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

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


#fa758f Background Color

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

This div background color is #fa758f


#fa758f Border Color

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

This div border color is #fa758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa758f


Comments

No comments written yet.

Please login to write comment.