Color Hex Logo

#fa289f Color Hex

#FA289F
(250,40,159)
0 Favorites   0 Comments

Color spaces of #fa289f

RGB 25040159
HSL0.910.950.57
HSV326°84°98°
CMYK 0.000.840.36   0.02
XYZ46.441124.344835.0522
Yxy24.34480.43880.2300
Hunter Lab49.340481.6652-7.5822
CIE-Lab56.431481.6100-12.1902

#fa289f color RGB value is (250,40,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101000 10011111
Octal 372 50 237
Decimal 250 40 159
Hex FA 28 9F

RGB Percentages of Color #fa289f

%55.68
%8.91
%35.41

CMYK Percentages of Color #fa289f

%0
%84
%36
%2

Triadic Colors of #fa289f

#fa289f #9ffa28 #289ffa

Analogous Colors of #fa289f

#fa289f #fa2836 #ec28fa

Monochromatic Colors of #fa289f

#fa289f

Complementary Color

#fa289f #28fa83

#fa289f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa289f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa289f Color CSS Codes

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

#fa289f Text Font Color

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

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


#fa289f Background Color

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

This div background color is #fa289f


#fa289f Border Color

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

This div border color is #fa289f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa289f


Comments

No comments written yet.

Please login to write comment.