Color Hex Logo

#fa133f Color Hex

#FA133F
(250,19,63)
0 Favorites   0 Comments

Color spaces of #fa133f

RGB 2501963
HSL0.970.960.53
HSV349°92°98°
CMYK 0.000.920.75   0.02
XYZ40.554421.14866.6473
Yxy21.14860.59330.3094
Hunter Lab45.987676.932823.6212
CIE-Lab53.111778.522140.4068

#fa133f color RGB value is (250,19,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 00111111
Octal 372 23 77
Decimal 250 19 63
Hex FA 13 3F

RGB Percentages of Color #fa133f

%75.30
%5.72
%18.98

CMYK Percentages of Color #fa133f

%0
%92
%75
%2

Triadic Colors of #fa133f

#fa133f #3ffa13 #133ffa

Analogous Colors of #fa133f

#fa133f #fa5a13 #fa13b3

Monochromatic Colors of #fa133f

#fa133f

Complementary Color

#fa133f #13face

#fa133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa133f Color CSS Codes

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

#fa133f Text Font Color

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

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


#fa133f Background Color

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

This div background color is #fa133f


#fa133f Border Color

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

This div border color is #fa133f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa133f

Related Colors


Comments

No comments written yet.

Please login to write comment.