Color Hex Logo

#fa203a Color Hex

#FA203A
(250,32,58)
0 Favorites   0 Comments

Color spaces of #fa203a

RGB 2503258
HSL0.980.960.55
HSV353°87°98°
CMYK 0.000.870.77   0.02
XYZ40.704621.66256.0389
Yxy21.66250.59500.3167
Hunter Lab46.543074.658624.8873
CIE-Lab53.667176.592643.8441

#fa203a color RGB value is (250,32,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100000 00111010
Octal 372 40 72
Decimal 250 32 58
Hex FA 20 3A

RGB Percentages of Color #fa203a

%73.53
%9.41
%17.06

CMYK Percentages of Color #fa203a

%0
%87
%77
%2

Triadic Colors of #fa203a

#fa203a #3afa20 #203afa

Analogous Colors of #fa203a

#fa203a #fa7320 #fa20a7

Monochromatic Colors of #fa203a

#fa203a

Complementary Color

#fa203a #20fae0

#fa203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa203a Color CSS Codes

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

#fa203a Text Font Color

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

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


#fa203a Background Color

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

This div background color is #fa203a


#fa203a Border Color

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

This div border color is #fa203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa203a


Comments

No comments written yet.

Please login to write comment.