Color Hex Logo

#fa193e Color Hex

#FA193E
(250,25,62)
0 Favorites   0 Comments

Color spaces of #fa193e

RGB 2502562
HSL0.970.960.54
HSV350°90°98°
CMYK 0.000.900.75   0.02
XYZ40.641521.36716.5396
Yxy21.36710.59290.3117
Hunter Lab46.224676.047623.9692
CIE-Lab53.348977.769041.2434

#fa193e color RGB value is (250,25,62).

#fa193e hex color red value is 250, green value is 25 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fa193e hue: 0.97 , saturation: 0.96 and the lightness value of fa193e is 0.54.

The process color (four color CMYK) of #fa193e color hex is 0.00, 0.90, 0.75, 0.02. Web safe color of #fa193e is #ff0033. Color #fa193e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 00111110
Octal 372 31 76
Decimal 250 25 62
Hex FA 19 3E

RGB Percentages of Color #fa193e

%74.18
%7.42
%18.40

CMYK Percentages of Color #fa193e

%0
%90
%75
%2

Triadic Colors of #fa193e

#fa193e #3efa19 #193efa

Analogous Colors of #fa193e

#fa193e #fa6519 #fa19af

Monochromatic Colors of #fa193e

#fa193e

Complementary Color

#fa193e #19fad5

#fa193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa193e Color CSS Codes

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

#fa193e Text Font Color

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

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


#fa193e Background Color

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

This div background color is #fa193e


#fa193e Border Color

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

This div border color is #fa193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa193e


Comments

No comments written yet.

Please login to write comment.