Color Hex Logo

#fa728f Color Hex

#FA728F
(250,114,143)
0 Favorites   0 Comments

Color spaces of #fa728f

RGB 250114143
HSL0.960.930.71
HSV347°54°98°
CMYK 0.000.540.43   0.02
XYZ50.399634.341829.9589
Yxy34.34180.43940.2994
Hunter Lab58.601950.962810.7106
CIE-Lab65.233054.55769.9744

#fa728f color RGB value is (250,114,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110010 10001111
Octal 372 162 217
Decimal 250 114 143
Hex FA 72 8F

RGB Percentages of Color #fa728f

%49.31
%22.49
%28.21

CMYK Percentages of Color #fa728f

%0
%54
%43
%2

Triadic Colors of #fa728f

#fa728f #8ffa72 #728ffa

Analogous Colors of #fa728f

#fa728f #fa9972 #fa72d3

Monochromatic Colors of #fa728f

#fa728f

Complementary Color

#fa728f #72fadd

#fa728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa728f Color CSS Codes

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

#fa728f Text Font Color

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

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


#fa728f Background Color

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

This div background color is #fa728f


#fa728f Border Color

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

This div border color is #fa728f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,114,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 #fa728f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa728f


Comments

No comments written yet.

Please login to write comment.