Color Hex Logo

#fa225c Color Hex

#FA225C
(250,34,92)
0 Favorites   0 Comments

Color spaces of #fa225c

RGB 2503492
HSL0.960.960.56
HSV344°86°98°
CMYK 0.000.860.63   0.02
XYZ41.928122.240812.2083
Yxy22.24080.54900.2912
Hunter Lab47.160276.166517.6638
CIE-Lab54.281677.682824.7341

#fa225c color RGB value is (250,34,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 01011100
Octal 372 42 134
Decimal 250 34 92
Hex FA 22 5C

RGB Percentages of Color #fa225c

%66.49
%9.04
%24.47

CMYK Percentages of Color #fa225c

%0
%86
%63
%2

Triadic Colors of #fa225c

#fa225c #5cfa22 #225cfa

Analogous Colors of #fa225c

#fa225c #fa5422 #fa22c8

Monochromatic Colors of #fa225c

#fa225c

Complementary Color

#fa225c #22fac0

#fa225c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa225c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa225c Color CSS Codes

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

#fa225c Text Font Color

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

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


#fa225c Background Color

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

This div background color is #fa225c


#fa225c Border Color

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

This div border color is #fa225c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa225c


Comments

No comments written yet.

Please login to write comment.