COLOR #FB4F4B

HEX: #FB4F4B
RGB: (251,79,75)

Color info

#FB4F4B contains mainly red color. Web safe color of #FB4F4B is #FF6633 (or #F63).

RGB color model

#FB4F4B color RGB value is (251,79,75).

  • red value is 251;
  • green value is 79;
  • blue value is 75.
RGB:
(251,79,75)
(98%,31%,29%)

RGB channels and saturation

R 251 of 255 = 98%
G 79 of 255 = 31%
B 75 of 255 = 29%

251
79
75

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

Portions of RGB colors in percentages

R + G + B =
251 + 79 + 75 = 405 (100%)
R 251 of 405 ~ 61.98%
G 79 of 405 ~ 19.51%
B 75 of 405 ~ 18.52%

%61.98
%19.51
%18.52

CMYK color model

#FB4F4B color CMYK value is (0,69,70,2).

  • cyan value is 0.00%
  • magenta value is 68.53%
  • yellow value is 70.12%
  • key color value is 1.57%
CMYK:
(0,69,70,2)
C0M69Y70K2 
(0%,69%,70%,2%)
(0.00/0.69/0.70/0.02)	

CMYK percentages

%0
%68.53
%70.12
%1.57

Codes

Color #FB4F4B in popluar color models

FB4F4B
RGB2517975
HSL95.65%63.92%
HSB/HSV70.12%98.43%
CMYK0.00%68.53%70.12%
1.57%

Color #FB4F4B in popluar number systems.

HEXFB4F4B
Decimal2517975
Binary1111101110011111001011
Octal373117113

Shades and tints

Shades of #FB4F4B

#FB4F4B
(251,79,75)
#E54845
(229,72,69)
#CF413F
(207,65,63)
#B93A39
(185,58,57)
#A33333
(163,51,51)
#8D2C2D
(141,44,45)
#772527
(119,37,39)
#611E21
(97,30,33)
#4B171B
(75,23,27)
#351015
(53,16,21)
#1F090F
(31,9,15)
#000000
(0,0,0)

Tints of #FB4F4B

#FB4F4B
(251,79,75)
#FB5F5B
(251,95,91)
#FB6F6B
(251,111,107)
#FB7F7B
(251,127,123)
#FB8F8B
(251,143,139)
#FB9F9B
(251,159,155)
#FBAFAB
(251,175,171)
#FBBFBB
(251,191,187)
#FBCFCB
(251,207,203)
#FBDFDB
(251,223,219)
#FBEFEB
(251,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB4F4B color. Also use rgb(251,79,75) instead hex code.

Text Font Color

.myTextColor { color: #FB4F4B; }

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

This text font color is #FB4F4B.


Background Color

.myBgColor { background-color: #FB4F4B; }

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

This div background color is #FB4F4B.


Border color

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

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

This div border color is #FB4F4B.


Opacity

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

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

Text with #FB4F4B 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 #FB4F4B;}

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

This text has shadow with #FB4F4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB4F4B on black background.


Color preview on white background

This text has color #FB4F4B on white background.



Black color preview on #FB4F4B background

This text has black color on #FB4F4B background.


White color preview on #FB4F4B background

This text has white color on #FB4F4B background.