COLOR #FB5F5B

HEX: #FB5F5B
RGB: (251,95,91)

Color info

#FB5F5B contains mainly red color. Web safe color of #FB5F5B is #FF6666 (or #F66).

RGB color model

#FB5F5B color RGB value is (251,95,91).

  • red value is 251;
  • green value is 95;
  • blue value is 91.
RGB:
(251,95,91)
(98%,37%,36%)

RGB channels and saturation

R 251 of 255 = 98%
G 95 of 255 = 37%
B 91 of 255 = 36%

251
95
91

R + G + B ~ 57%. #FB5F5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 95 + 91 = 437 (100%)
R 251 of 437 ~ 57.44%
G 95 of 437 ~ 21.74%
B 91 of 437 ~ 20.82%

%57.44
%21.74
%20.82

CMYK color model

#FB5F5B color CMYK value is (0,62,64,2).

  • cyan value is 0.00%
  • magenta value is 62.15%
  • yellow value is 63.75%
  • key color value is 1.57%
CMYK:
(0,62,64,2)
C0M62Y64K2 
(0%,62%,64%,2%)
(0.00/0.62/0.64/0.02)	

CMYK percentages

%0
%62.15
%63.75
%1.57

Codes

Color #FB5F5B in popluar color models

FB5F5B
RGB2519591
HSL95.24%67.06%
HSB/HSV63.75%98.43%
CMYK0.00%62.15%63.75%
1.57%

Color #FB5F5B in popluar number systems.

HEXFB5F5B
Decimal2519591
Binary1111101110111111011011
Octal373137133

Shades and tints

Shades of #FB5F5B

#FB5F5B
(251,95,91)
#E55753
(229,87,83)
#CF4F4B
(207,79,75)
#B94743
(185,71,67)
#A33F3B
(163,63,59)
#8D3733
(141,55,51)
#772F2B
(119,47,43)
#612723
(97,39,35)
#4B1F1B
(75,31,27)
#351713
(53,23,19)
#1F0F0B
(31,15,11)
#000000
(0,0,0)

Tints of #FB5F5B

#FB5F5B
(251,95,91)
#FB6D69
(251,109,105)
#FB7B77
(251,123,119)
#FB8985
(251,137,133)
#FB9793
(251,151,147)
#FBA5A1
(251,165,161)
#FBB3AF
(251,179,175)
#FBC1BD
(251,193,189)
#FBCFCB
(251,207,203)
#FBDDD9
(251,221,217)
#FBEBE7
(251,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB5F5B color. Also use rgb(251,95,91) instead hex code.

Text Font Color

.myTextColor { color: #FB5F5B; }

<p style="color:#FB5F5B">This sample text font color is #FB5F5B.</p>

This text font color is #FB5F5B.


Background Color

.myBgColor { background-color: #FB5F5B; }

<div style="background-color:#FB5F5B">Inner text</div>

This div background color is #FB5F5B.


Border color

.myBorderColor { border: 1px solid #FB5F5B; }

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

This div border color is #FB5F5B.


Opacity

.myOpacity80 { color: #FB5F5B; opacity: 0.8; }

<p style="color:#FB5F5B;opacity:0.8;">80%</p>

Text with #FB5F5B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FB5F5B;}

<p style="text-shadow: 3px 3px 1px #FB5F5B">Text here.</p>

This text has shadow with #FB5F5B color.

.textShadow {text-shadow: 3px 3px 1px #FB5F5B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FB5F5B, 5px 5px 20px red">Text here.</p>

This text has shadow with #FB5F5B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FB5F5B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FB5F5B, Direction=45, Strength=4)">Text</p>

This text has shadow with #FB5F5B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FB5F5B;
  -webkit-box-shadow:	1px 1px 3px 2px #FB5F5B;
  box-shadow:		1px 1px 3px 2px #FB5F5B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FB5F5B;
-webkit-box-shadow: 1px 1px 3px 2px #FB5F5B;
box-shadow:1px 1px 3px 2px #FB5F5B;">
Div content here</div>
This div box has shadow with color #FB5F5B.

Preview

Color preview on black background

This text has color #FB5F5B on black background.


Color preview on white background

This text has color #FB5F5B on white background.



Black color preview on #FB5F5B background

This text has black color on #FB5F5B background.


White color preview on #FB5F5B background

This text has white color on #FB5F5B background.