Color Hex Logo

#fa211f Color Hex

#FA211F
(250,33,31)
0 Favorites   0 Comments

Color spaces of #fa211f

RGB 2503331
HSL0.000.960.55
HSV88°98°
CMYK 0.000.870.88   0.02
XYZ40.215521.51063.3287
Yxy21.51060.61820.3307
Hunter Lab46.379573.612528.2104
CIE-Lab53.503875.780557.2975

#fa211f color RGB value is (250,33,31).

#fa211f hex color red value is 250, green value is 33 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fa211f hue: 0.00 , saturation: 0.96 and the lightness value of fa211f is 0.55.

The process color (four color CMYK) of #fa211f color hex is 0.00, 0.87, 0.88, 0.02. Web safe color of #fa211f is #ff3333. Color #fa211f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 00011111
Octal 372 41 37
Decimal 250 33 31
Hex FA 21 1F

RGB Percentages of Color #fa211f

%79.62
%10.51
%9.87

CMYK Percentages of Color #fa211f

%0
%87
%88
%2

Triadic Colors of #fa211f

#fa211f #1ffa21 #211ffa

Analogous Colors of #fa211f

#fa211f #fa8f1f #fa1f8b

Monochromatic Colors of #fa211f

#fa211f

Complementary Color

#fa211f #1ff8fa

#fa211f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa211f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa211f Color CSS Codes

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

#fa211f Text Font Color

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

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


#fa211f Background Color

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

This div background color is #fa211f


#fa211f Border Color

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

This div border color is #fa211f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa211f


Comments

No comments written yet.

Please login to write comment.