Color Hex Logo

#fb051f Color Hex

#FB051F
(251,5,31)
0 Favorites   0 Comments

Color spaces of #fb051f

RGB 251531
HSL0.980.970.50
HSV354°98°98°
CMYK 0.000.980.88   0.02
XYZ40.085320.71673.1823
Yxy20.71670.62650.3238
Hunter Lab45.515677.551527.7156
CIE-Lab52.638079.106956.7353

#fb051f color RGB value is (251,5,31).

#fb051f hex color red value is 251, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fb051f hue: 0.98 , saturation: 0.97 and the lightness value of fb051f is 0.50.

The process color (four color CMYK) of #fb051f color hex is 0.00, 0.98, 0.88, 0.02. Web safe color of #fb051f is #ff0033. Color #fb051f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000101 00011111
Octal 373 5 37
Decimal 251 5 31
Hex FB 5 1F

RGB Percentages of Color #fb051f

%87.46
%1.74
%10.80

CMYK Percentages of Color #fb051f

%0
%98
%88
%2

Triadic Colors of #fb051f

#fb051f #1ffb05 #051ffb

Analogous Colors of #fb051f

#fb051f #fb6605 #fb059a

Monochromatic Colors of #fb051f

#fb051f

Complementary Color

#fb051f #05fbe1

#fb051f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb051f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb051f Color CSS Codes

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

#fb051f Text Font Color

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

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


#fb051f Background Color

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

This div background color is #fb051f


#fb051f Border Color

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

This div border color is #fb051f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb051f

Related Colors


Comments

No comments written yet.

Please login to write comment.