Color Hex Logo

#fb413a Color Hex

#FB413A
(251,65,58)
0 Favorites   0 Comments

Color spaces of #fb413a

RGB 2516558
HSL0.010.960.61
HSV77°98°
CMYK 0.000.740.77   0.02
XYZ42.437724.59536.5136
Yxy24.59530.57700.3344
Hunter Lab49.593665.955126.9284
CIE-Lab56.679068.885047.0887

#fb413a color RGB value is (251,65,58).

#fb413a hex color red value is 251, green value is 65 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fb413a hue: 0.01 , saturation: 0.96 and the lightness value of fb413a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 00111010
Octal 373 101 72
Decimal 251 65 58
Hex FB 41 3A

RGB Percentages of Color #fb413a

%67.11
%17.38
%15.51

CMYK Percentages of Color #fb413a

%0
%74
%77
%2

Triadic Colors of #fb413a

#fb413a #3afb41 #413afb

Analogous Colors of #fb413a

#fb413a #fba23a #fb3a94

Monochromatic Colors of #fb413a

#fb413a

Complementary Color

#fb413a #3af4fb

#fb413a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb413a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb413a Color CSS Codes

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

#fb413a Text Font Color

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

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


#fb413a Background Color

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

This div background color is #fb413a


#fb413a Border Color

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

This div border color is #fb413a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb413a


Comments

No comments written yet.

Please login to write comment.