Color Hex Logo

#fb113f Color Hex

#FB113F
(251,17,63)
0 Favorites   0 Comments

Color spaces of #fb113f

RGB 2511763
HSL0.970.970.53
HSV348°93°98°
CMYK 0.000.930.75   0.02
XYZ40.881321.26906.6533
Yxy21.26900.59420.3091
Hunter Lab46.118377.523123.7293
CIE-Lab53.242678.966540.6088

#fb113f color RGB value is (251,17,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 00111111
Octal 373 21 77
Decimal 251 17 63
Hex FB 11 3F

RGB Percentages of Color #fb113f

%75.83
%5.14
%19.03

CMYK Percentages of Color #fb113f

%0
%93
%75
%2

Triadic Colors of #fb113f

#fb113f #3ffb11 #113ffb

Analogous Colors of #fb113f

#fb113f #fb5811 #fb11b4

Monochromatic Colors of #fb113f

#fb113f

Complementary Color

#fb113f #11fbcd

#fb113f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb113f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb113f Color CSS Codes

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

#fb113f Text Font Color

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

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


#fb113f Background Color

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

This div background color is #fb113f


#fb113f Border Color

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

This div border color is #fb113f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb113f


Comments

No comments written yet.

Please login to write comment.