Color Hex Logo

#fa404b Color Hex

#FA404B
(250,64,75)
0 Favorites   0 Comments

Color spaces of #fa404b

RGB 2506475
HSL0.990.950.62
HSV356°74°98°
CMYK 0.000.740.70   0.02
XYZ42.527724.49889.1439
Yxy24.49880.55830.3216
Hunter Lab49.496366.750623.6942
CIE-Lab56.583869.565237.5613

#fa404b color RGB value is (250,64,75).

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

The process color (four color CMYK) of #fa404b color hex is 0.00, 0.74, 0.70, 0.02. Web safe color of #fa404b is #ff3333. Color #fa404b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 01001011
Octal 372 100 113
Decimal 250 64 75
Hex FA 40 4B

RGB Percentages of Color #fa404b

%64.27
%16.45
%19.28

CMYK Percentages of Color #fa404b

%0
%74
%70
%2

Triadic Colors of #fa404b

#fa404b #4bfa40 #404bfa

Analogous Colors of #fa404b

#fa404b #fa9240 #fa40a8

Monochromatic Colors of #fa404b

#fa404b

Complementary Color

#fa404b #40faef

#fa404b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa404b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa404b Color CSS Codes

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

#fa404b Text Font Color

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

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


#fa404b Background Color

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

This div background color is #fa404b


#fa404b Border Color

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

This div border color is #fa404b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa404b


Comments

No comments written yet.

Please login to write comment.