Color Hex Logo

#fa303a Color Hex

#FA303A
(250,48,58)
0 Favorites   0 Comments

Color spaces of #fa303a

RGB 2504858
HSL0.990.950.58
HSV357°81°98°
CMYK 0.000.810.77   0.02
XYZ41.245022.74346.2190
Yxy22.74340.58750.3239
Hunter Lab47.690070.919225.6513
CIE-Lab54.807073.339445.0587

#fa303a color RGB value is (250,48,58).

#fa303a hex color red value is 250, green value is 48 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fa303a hue: 0.99 , saturation: 0.95 and the lightness value of fa303a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110000 00111010
Octal 372 60 72
Decimal 250 48 58
Hex FA 30 3A

RGB Percentages of Color #fa303a

%70.22
%13.48
%16.29

CMYK Percentages of Color #fa303a

%0
%81
%77
%2

Triadic Colors of #fa303a

#fa303a #3afa30 #303afa

Analogous Colors of #fa303a

#fa303a #fa8b30 #fa309f

Monochromatic Colors of #fa303a

#fa303a

Complementary Color

#fa303a #30faf0

#fa303a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa303a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa303a Color CSS Codes

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

#fa303a Text Font Color

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

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


#fa303a Background Color

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

This div background color is #fa303a


#fa303a Border Color

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

This div border color is #fa303a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa303a


Comments

No comments written yet.

Please login to write comment.