Color Hex Logo

#fa256e Color Hex

#FA256E
(250,37,110)
0 Favorites   0 Comments

Color spaces of #fa256e

RGB 25037110
HSL0.940.960.56
HSV339°85°98°
CMYK 0.000.850.56   0.02
XYZ42.900422.772916.8864
Yxy22.77290.51960.2758
Hunter Lab47.721076.957012.4245
CIE-Lab54.837678.205614.6799

#fa256e color RGB value is (250,37,110).

#fa256e hex color red value is 250, green value is 37 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fa256e hue: 0.94 , saturation: 0.96 and the lightness value of fa256e is 0.56.

The process color (four color CMYK) of #fa256e color hex is 0.00, 0.85, 0.56, 0.02. Web safe color of #fa256e is #ff3366. Color #fa256e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 01101110
Octal 372 45 156
Decimal 250 37 110
Hex FA 25 6E

RGB Percentages of Color #fa256e

%62.97
%9.32
%27.71

CMYK Percentages of Color #fa256e

%0
%85
%56
%2

Triadic Colors of #fa256e

#fa256e #6efa25 #256efa

Analogous Colors of #fa256e

#fa256e #fa4725 #fa25d9

Monochromatic Colors of #fa256e

#fa256e

Complementary Color

#fa256e #25fab1

#fa256e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa256e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa256e Color CSS Codes

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

#fa256e Text Font Color

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

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


#fa256e Background Color

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

This div background color is #fa256e


#fa256e Border Color

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

This div border color is #fa256e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa256e


Comments

No comments written yet.

Please login to write comment.