Color Hex Logo

#fa299f Color Hex

#FA299F
(250,41,159)
0 Favorites   0 Comments

Color spaces of #fa299f

RGB 25041159
HSL0.910.950.57
HSV326°84°98°
CMYK 0.000.840.36   0.02
XYZ46.475324.413135.0636
Yxy24.41310.43860.2304
Hunter Lab49.409681.4325-7.4885
CIE-Lab56.499081.4149-12.0884

#fa299f color RGB value is (250,41,159).

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

The process color (four color CMYK) of #fa299f color hex is 0.00, 0.84, 0.36, 0.02. Web safe color of #fa299f is #ff3399. Color #fa299f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 10011111
Octal 372 51 237
Decimal 250 41 159
Hex FA 29 9F

RGB Percentages of Color #fa299f

%55.56
%9.11
%35.33

CMYK Percentages of Color #fa299f

%0
%84
%36
%2

Triadic Colors of #fa299f

#fa299f #9ffa29 #299ffa

Analogous Colors of #fa299f

#fa299f #fa2936 #ed29fa

Monochromatic Colors of #fa299f

#fa299f

Complementary Color

#fa299f #29fa84

#fa299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa299f Color CSS Codes

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

#fa299f Text Font Color

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

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


#fa299f Background Color

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

This div background color is #fa299f


#fa299f Border Color

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

This div border color is #fa299f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa299f


Comments

No comments written yet.

Please login to write comment.