Color Hex Logo

#fa172e Color Hex

#FA172E
(250,23,46)
0 Favorites   0 Comments

Color spaces of #fa172e

RGB 2502346
HSL0.980.960.54
HSV354°91°98°
CMYK 0.000.910.82   0.02
XYZ40.223921.13404.5440
Yxy21.13400.61040.3207
Hunter Lab45.971775.731726.3198
CIE-Lab53.095877.565349.7579

#fa172e color RGB value is (250,23,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010111 00101110
Octal 372 27 56
Decimal 250 23 46
Hex FA 17 2E

RGB Percentages of Color #fa172e

%78.37
%7.21
%14.42

CMYK Percentages of Color #fa172e

%0
%91
%82
%2

Triadic Colors of #fa172e

#fa172e #2efa17 #172efa

Analogous Colors of #fa172e

#fa172e #fa7217 #fa17a0

Monochromatic Colors of #fa172e

#fa172e

Complementary Color

#fa172e #17fae3

#fa172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa172e Color CSS Codes

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

#fa172e Text Font Color

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

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


#fa172e Background Color

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

This div background color is #fa172e


#fa172e Border Color

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

This div border color is #fa172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa172e


Comments

No comments written yet.

Please login to write comment.