Color Hex Logo

#fa225e Color Hex

#FA225E
(250,34,94)
0 Favorites   0 Comments

Color spaces of #fa225e

RGB 2503494
HSL0.950.960.56
HSV343°86°98°
CMYK 0.000.860.62   0.02
XYZ42.016722.276212.6749
Yxy22.27620.54590.2894
Hunter Lab47.197776.309817.1161
CIE-Lab54.318877.790023.5851

#fa225e color RGB value is (250,34,94).

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

The process color (four color CMYK) of #fa225e color hex is 0.00, 0.86, 0.62, 0.02. Web safe color of #fa225e is #ff3366. Color #fa225e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 01011110
Octal 372 42 136
Decimal 250 34 94
Hex FA 22 5E

RGB Percentages of Color #fa225e

%66.14
%8.99
%24.87

CMYK Percentages of Color #fa225e

%0
%86
%62
%2

Triadic Colors of #fa225e

#fa225e #5efa22 #225efa

Analogous Colors of #fa225e

#fa225e #fa5222 #fa22ca

Monochromatic Colors of #fa225e

#fa225e

Complementary Color

#fa225e #22fabe

#fa225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa225e Color CSS Codes

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

#fa225e Text Font Color

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

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


#fa225e Background Color

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

This div background color is #fa225e


#fa225e Border Color

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

This div border color is #fa225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa225e


Comments

No comments written yet.

Please login to write comment.