Color Hex Logo

#fa142a Color Hex

#FA142A
(250,20,42)
0 Favorites   0 Comments

Color spaces of #fa142a

RGB 2502042
HSL0.980.960.53
HSV354°92°98°
CMYK 0.000.920.83   0.02
XYZ40.092420.99154.1291
Yxy20.99150.61480.3219
Hunter Lab45.816576.020326.7282
CIE-Lab52.940277.826751.6687

#fa142a color RGB value is (250,20,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 00101010
Octal 372 24 52
Decimal 250 20 42
Hex FA 14 2A

RGB Percentages of Color #fa142a

%80.13
%6.41
%13.46

CMYK Percentages of Color #fa142a

%0
%92
%83
%2

Triadic Colors of #fa142a

#fa142a #2afa14 #142afa

Analogous Colors of #fa142a

#fa142a #fa7114 #fa149d

Monochromatic Colors of #fa142a

#fa142a

Complementary Color

#fa142a #14fae4

#fa142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa142a Color CSS Codes

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

#fa142a Text Font Color

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

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


#fa142a Background Color

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

This div background color is #fa142a


#fa142a Border Color

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

This div border color is #fa142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa142a


Comments

No comments written yet.

Please login to write comment.