Color Hex Logo

#fa132a Color Hex

#FA132A
(250,19,42)
0 Favorites   0 Comments

Color spaces of #fa132a

RGB 2501942
HSL0.980.960.53
HSV354°92°98°
CMYK 0.000.920.83   0.02
XYZ40.075120.95694.1234
Yxy20.95690.61510.3216
Hunter Lab45.778776.147826.7047
CIE-Lab52.902377.936151.6343

#fa132a color RGB value is (250,19,42).

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

The process color (four color CMYK) of #fa132a color hex is 0.00, 0.92, 0.83, 0.02. Web safe color of #fa132a is #ff0033. Color #fa132a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 00101010
Octal 372 23 52
Decimal 250 19 42
Hex FA 13 2A

RGB Percentages of Color #fa132a

%80.39
%6.11
%13.50

CMYK Percentages of Color #fa132a

%0
%92
%83
%2

Triadic Colors of #fa132a

#fa132a #2afa13 #132afa

Analogous Colors of #fa132a

#fa132a #fa7013 #fa139e

Monochromatic Colors of #fa132a

#fa132a

Complementary Color

#fa132a #13fae3

#fa132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa132a Color CSS Codes

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

#fa132a Text Font Color

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

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


#fa132a Background Color

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

This div background color is #fa132a


#fa132a Border Color

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

This div border color is #fa132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa132a


Comments

No comments written yet.

Please login to write comment.