Color Hex Logo

#fa192e Color Hex

#FA192E
(250,25,46)
0 Favorites   0 Comments

Color spaces of #fa192e

RGB 2502546
HSL0.980.960.54
HSV354°90°98°
CMYK 0.000.900.82   0.02
XYZ40.265121.21654.5578
Yxy21.21650.60970.3213
Hunter Lab46.061475.430526.3762
CIE-Lab53.185677.306449.8426

#fa192e color RGB value is (250,25,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011001 00101110
Octal 372 31 56
Decimal 250 25 46
Hex FA 19 2E

RGB Percentages of Color #fa192e

%77.88
%7.79
%14.33

CMYK Percentages of Color #fa192e

%0
%90
%82
%2

Triadic Colors of #fa192e

#fa192e #2efa19 #192efa

Analogous Colors of #fa192e

#fa192e #fa7519 #fa199f

Monochromatic Colors of #fa192e

#fa192e

Complementary Color

#fa192e #19fae5

#fa192e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa192e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa192e Color CSS Codes

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

#fa192e Text Font Color

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

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


#fa192e Background Color

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

This div background color is #fa192e


#fa192e Border Color

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

This div border color is #fa192e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa192e


Comments

No comments written yet.

Please login to write comment.