Color Hex Logo

#fa425e Color Hex

#FA425E
(250,66,94)
0 Favorites   0 Comments

Color spaces of #fa425e

RGB 2506694
HSL0.970.950.62
HSV351°74°98°
CMYK 0.000.740.62   0.02
XYZ43.392925.028613.1336
Yxy25.02860.53210.3069
Hunter Lab50.028667.274119.4551
CIE-Lab57.103369.902127.2217

#fa425e color RGB value is (250,66,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 01011110
Octal 372 102 136
Decimal 250 66 94
Hex FA 42 5E

RGB Percentages of Color #fa425e

%60.98
%16.10
%22.93

CMYK Percentages of Color #fa425e

%0
%74
%62
%2

Triadic Colors of #fa425e

#fa425e #5efa42 #425efa

Analogous Colors of #fa425e

#fa425e #fa8242 #fa42ba

Monochromatic Colors of #fa425e

#fa425e

Complementary Color

#fa425e #42fade

#fa425e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa425e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa425e Color CSS Codes

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

#fa425e Text Font Color

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

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


#fa425e Background Color

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

This div background color is #fa425e


#fa425e Border Color

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

This div border color is #fa425e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa425e

Related Colors


Comments

No comments written yet.

Please login to write comment.