Color Hex Logo

#fa2242 Color Hex

#FA2242
(250,34,66)
0 Favorites   0 Comments

Color spaces of #fa2242

RGB 2503466
HSL0.980.960.56
HSV351°86°98°
CMYK 0.000.860.74   0.02
XYZ40.979721.86147.2141
Yxy21.86140.58500.3121
Hunter Lab46.756274.624023.5814
CIE-Lab53.879676.523539.5532

#fa2242 color RGB value is (250,34,66).

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

The process color (four color CMYK) of #fa2242 color hex is 0.00, 0.86, 0.74, 0.02. Web safe color of #fa2242 is #ff3333. Color #fa2242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 01000010
Octal 372 42 102
Decimal 250 34 66
Hex FA 22 42

RGB Percentages of Color #fa2242

%71.43
%9.71
%18.86

CMYK Percentages of Color #fa2242

%0
%86
%74
%2

Triadic Colors of #fa2242

#fa2242 #42fa22 #2242fa

Analogous Colors of #fa2242

#fa2242 #fa6e22 #fa22ae

Monochromatic Colors of #fa2242

#fa2242

Complementary Color

#fa2242 #22fada

#fa2242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2242 Color CSS Codes

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

#fa2242 Text Font Color

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

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


#fa2242 Background Color

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

This div background color is #fa2242


#fa2242 Border Color

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

This div border color is #fa2242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2242


Comments

No comments written yet.

Please login to write comment.