Color Hex Logo

#fb1235 Color Hex

#FB1235
(251,18,53)
0 Favorites   0 Comments

Color spaces of #fb1235

RGB 2511853
HSL0.970.970.53
HSV351°93°98°
CMYK 0.000.930.79   0.02
XYZ40.642621.19895.3179
Yxy21.19890.60520.3157
Hunter Lab46.042376.992225.3816
CIE-Lab53.166578.558846.1460

#fb1235 color RGB value is (251,18,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010010 00110101
Octal 373 22 65
Decimal 251 18 53
Hex FB 12 35

RGB Percentages of Color #fb1235

%77.95
%5.59
%16.46

CMYK Percentages of Color #fb1235

%0
%93
%79
%2

Triadic Colors of #fb1235

#fb1235 #35fb12 #1235fb

Analogous Colors of #fb1235

#fb1235 #fb6412 #fb12aa

Monochromatic Colors of #fb1235

#fb1235

Complementary Color

#fb1235 #12fbd8

#fb1235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1235 Color CSS Codes

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

#fb1235 Text Font Color

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

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


#fb1235 Background Color

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

This div background color is #fb1235


#fb1235 Border Color

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

This div border color is #fb1235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1235

Related Colors


Comments

No comments written yet.

Please login to write comment.