Color Hex Logo

#fb1012 Color Hex

#FB1012
(251,16,18)
0 Favorites   0 Comments

Color spaces of #fb1012

RGB 2511618
HSL1.000.970.52
HSV359°94°98°
CMYK 0.000.940.93   0.02
XYZ40.078120.92352.4985
Yxy20.92350.63120.3295
Hunter Lab45.742276.348028.7811
CIE-Lab52.865778.103361.9006

#fb1012 color RGB value is (251,16,18).

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

The process color (four color CMYK) of #fb1012 color hex is 0.00, 0.94, 0.93, 0.02. Web safe color of #fb1012 is #ff0000. Color #fb1012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010000 00010010
Octal 373 20 22
Decimal 251 16 18
Hex FB 10 12

RGB Percentages of Color #fb1012

%88.07
%5.61
%6.32

CMYK Percentages of Color #fb1012

%0
%94
%93
%2

Triadic Colors of #fb1012

#fb1012 #12fb10 #1012fb

Analogous Colors of #fb1012

#fb1012 #fb8410 #fb1088

Monochromatic Colors of #fb1012

#fb1012

Complementary Color

#fb1012 #10fbf9

#fb1012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1012 Color CSS Codes

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

#fb1012 Text Font Color

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

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


#fb1012 Background Color

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

This div background color is #fb1012


#fb1012 Border Color

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

This div border color is #fb1012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1012


Comments

No comments written yet.

Please login to write comment.