Color Hex Logo

#fa769f Color Hex

#FA769F
(250,118,159)
0 Favorites   0 Comments

Color spaces of #fa769f

RGB 250118159
HSL0.950.930.72
HSV341°53°98°
CMYK 0.000.530.36   0.02
XYZ52.160835.784136.9587
Yxy35.78410.41760.2865
Hunter Lab59.819850.96115.2425
CIE-Lab66.354654.38302.4775

#fa769f color RGB value is (250,118,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 10011111
Octal 372 166 237
Decimal 250 118 159
Hex FA 76 9F

RGB Percentages of Color #fa769f

%47.44
%22.39
%30.17

CMYK Percentages of Color #fa769f

%0
%53
%36
%2

Triadic Colors of #fa769f

#fa769f #9ffa76 #769ffa

Analogous Colors of #fa769f

#fa769f #fa8f76 #fa76e1

Monochromatic Colors of #fa769f

#fa769f

Complementary Color

#fa769f #76fad1

#fa769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa769f Color CSS Codes

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

#fa769f Text Font Color

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

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


#fa769f Background Color

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

This div background color is #fa769f


#fa769f Border Color

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

This div border color is #fa769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa769f

Related Colors


Comments

No comments written yet.

Please login to write comment.