Color Hex Logo

#fb414a Color Hex

#FB414A
(251,65,74)
0 Favorites   0 Comments

Color spaces of #fb414a

RGB 2516574
HSL0.990.960.62
HSV357°74°98°
CMYK 0.000.740.71   0.02
XYZ42.910024.78429.0008
Yxy24.78420.55950.3232
Hunter Lab49.783766.732624.1291
CIE-Lab56.864669.497538.5047

#fb414a color RGB value is (251,65,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000001 01001010
Octal 373 101 112
Decimal 251 65 74
Hex FB 41 4A

RGB Percentages of Color #fb414a

%64.36
%16.67
%18.97

CMYK Percentages of Color #fb414a

%0
%74
%71
%2

Triadic Colors of #fb414a

#fb414a #4afb41 #414afb

Analogous Colors of #fb414a

#fb414a #fb9541 #fb41a7

Monochromatic Colors of #fb414a

#fb414a

Complementary Color

#fb414a #41fbf2

#fb414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb414a Color CSS Codes

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

#fb414a Text Font Color

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

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


#fb414a Background Color

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

This div background color is #fb414a


#fb414a Border Color

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

This div border color is #fb414a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,65,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb414a


Comments

No comments written yet.

Please login to write comment.