Color Hex Logo

#fb190f Color Hex

#FB190F
(251,25,15)
0 Favorites   0 Comments

Color spaces of #fb190f

RGB 2512515
HSL0.010.970.52
HSV94°98°
CMYK 0.000.900.94   0.02
XYZ40.217521.23902.4318
Yxy21.23900.62950.3324
Hunter Lab46.085875.120729.1315
CIE-Lab53.210177.053063.0047

#fb190f color RGB value is (251,25,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011001 00001111
Octal 373 31 17
Decimal 251 25 15
Hex FB 19 F

RGB Percentages of Color #fb190f

%86.25
%8.59
%5.15

CMYK Percentages of Color #fb190f

%0
%90
%94
%2

Triadic Colors of #fb190f

#fb190f #0ffb19 #190ffb

Analogous Colors of #fb190f

#fb190f #fb8f0f #fb0f7b

Monochromatic Colors of #fb190f

#fb190f

Complementary Color

#fb190f #0ff1fb

#fb190f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb190f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb190f Color CSS Codes

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

#fb190f Text Font Color

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

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


#fb190f Background Color

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

This div background color is #fb190f


#fb190f Border Color

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

This div border color is #fb190f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb190f


Comments

No comments written yet.

Please login to write comment.