Color Hex Logo

#fb4041 Color Hex

#FB4041
(251,64,65)
0 Favorites   0 Comments

Color spaces of #fb4041

RGB 2516465
HSL1.000.960.62
HSV360°75°98°
CMYK 0.000.750.74   0.02
XYZ42.571224.55777.4974
Yxy24.55770.57050.3291
Hunter Lab49.555766.619225.7189
CIE-Lab56.641969.445143.2699

#fb4041 color RGB value is (251,64,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 01000001
Octal 373 100 101
Decimal 251 64 65
Hex FB 40 41

RGB Percentages of Color #fb4041

%66.05
%16.84
%17.11

CMYK Percentages of Color #fb4041

%0
%75
%74
%2

Triadic Colors of #fb4041

#fb4041 #41fb40 #4041fb

Analogous Colors of #fb4041

#fb4041 #fb9d40 #fb409f

Monochromatic Colors of #fb4041

#fb4041

Complementary Color

#fb4041 #40fbfa

#fb4041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4041 Color CSS Codes

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

#fb4041 Text Font Color

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

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


#fb4041 Background Color

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

This div background color is #fb4041


#fb4041 Border Color

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

This div border color is #fb4041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4041


Comments

No comments written yet.

Please login to write comment.