Color Hex Logo

#fa143a Color Hex

#FA143A
(250,20,58)
0 Favorites   0 Comments

Color spaces of #fa143a

RGB 2502058
HSL0.970.960.53
HSV350°92°98°
CMYK 0.000.920.77   0.02
XYZ40.438221.12985.9501
Yxy21.12980.59890.3130
Hunter Lab45.967276.587424.5024
CIE-Lab53.091378.250543.2270

#fa143a color RGB value is (250,20,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 00111010
Octal 372 24 72
Decimal 250 20 58
Hex FA 14 3A

RGB Percentages of Color #fa143a

%76.22
%6.10
%17.68

CMYK Percentages of Color #fa143a

%0
%92
%77
%2

Triadic Colors of #fa143a

#fa143a #3afa14 #143afa

Analogous Colors of #fa143a

#fa143a #fa6114 #fa14ad

Monochromatic Colors of #fa143a

#fa143a

Complementary Color

#fa143a #14fad4

#fa143a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa143a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa143a Color CSS Codes

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

#fa143a Text Font Color

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

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


#fa143a Background Color

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

This div background color is #fa143a


#fa143a Border Color

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

This div border color is #fa143a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa143a


Comments

No comments written yet.

Please login to write comment.