Color Hex Logo

#fb122f Color Hex

#FB122F
(251,18,47)
0 Favorites   0 Comments

Color spaces of #fb122f

RGB 2511847
HSL0.980.970.53
HSV353°93°98°
CMYK 0.000.930.81   0.02
XYZ40.513121.14714.6358
Yxy21.14710.61110.3190
Hunter Lab45.986076.780926.2132
CIE-Lab53.110178.401349.3185

#fb122f color RGB value is (251,18,47).

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

The process color (four color CMYK) of #fb122f color hex is 0.00, 0.93, 0.81, 0.02. Web safe color of #fb122f is #ff0033. Color #fb122f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 00101111
Octal 373 22 57
Decimal 251 18 47
Hex FB 12 2F

RGB Percentages of Color #fb122f

%79.43
%5.70
%14.87

CMYK Percentages of Color #fb122f

%0
%93
%81
%2

Triadic Colors of #fb122f

#fb122f #2ffb12 #122ffb

Analogous Colors of #fb122f

#fb122f #fb6a12 #fb12a4

Monochromatic Colors of #fb122f

#fb122f

Complementary Color

#fb122f #12fbde

#fb122f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb122f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb122f Color CSS Codes

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

#fb122f Text Font Color

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

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


#fb122f Background Color

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

This div background color is #fb122f


#fb122f Border Color

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

This div border color is #fb122f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb122f


Comments

No comments written yet.

Please login to write comment.