Color Hex Logo

#fa222f Color Hex

#FA222F
(250,34,47)
0 Favorites   0 Comments

Color spaces of #fa222f

RGB 2503447
HSL0.990.960.56
HSV356°86°98°
CMYK 0.000.860.81   0.02
XYZ40.509521.67334.7376
Yxy21.67330.60530.3239
Hunter Lab46.554673.851326.5546
CIE-Lab53.678675.939649.7912

#fa222f color RGB value is (250,34,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 00101111
Octal 372 42 57
Decimal 250 34 47
Hex FA 22 2F

RGB Percentages of Color #fa222f

%75.53
%10.27
%14.20

CMYK Percentages of Color #fa222f

%0
%86
%81
%2

Triadic Colors of #fa222f

#fa222f #2ffa22 #222ffa

Analogous Colors of #fa222f

#fa222f #fa8122 #fa229b

Monochromatic Colors of #fa222f

#fa222f

Complementary Color

#fa222f #22faed

#fa222f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa222f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa222f Color CSS Codes

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

#fa222f Text Font Color

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

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


#fa222f Background Color

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

This div background color is #fa222f


#fa222f Border Color

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

This div border color is #fa222f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa222f

Related Colors


Comments

No comments written yet.

Please login to write comment.