COLOR #FB737D

HEX: #FB737D RGB: (251,115,125)

Color info

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

RGB color model

#FB737D color RGB value is (251,115,125).

RGB: (251,115,125) (98%, 45%, 49%)

RGB channels and saturation

R 251 of 255 = 98%
G 115 of 255 = 45%
B 125 of 255 = 49%

251
115
125

R + G + B ~ 64%. #FB737D is quite light color.

Portions of RGB colors in percentages

R + G + B = 251 + 115 + 125 = 491 (100%)
R 251 of 491 ~ 51.12%
G 115 of 491 ~ 23.42%
B 125 of 491 ~ 25.46'%

%51.12
%23.42
%25.46

CMYK color model

#FB737D color CMYK value is (0,54,50,2).

  • cyan value is 0.00%
  • magenta value is 54.18%
  • yellow value is 50.20%
  • key color value is 1.57%
CMYK: (0,54,50,2) C0M54Y50K2 (0%,54%,50%,2%) (0.00/0.54/0.50/0.02) 

CMYK percentages

%0
%54.18
%50.2
%1.57

Codes

Color #FB737D in popluar color models

FB 73 7D
RGB 251 115 125
HSL 356° 94.44% 71.76%
HSB/HSV 356° 54.18% 98.43%
CMYK 0.00% 54.18% 50.20%
1.57%

Color #FB737D in popluar number systems.

HEX FB 73 7D
Decimal 251 115 125
Binary 11111011 1110011 1111101
Octal 373 163 175

Shades and tints

Shades of #FB737D

#FB737D
(251,115,125)
#E56972
(229,105,114)
#CF5F67
(207,95,103)
#B9555C
(185,85,92)
#A34B51
(163,75,81)
#8D4146
(141,65,70)
#77373B
(119,55,59)
#612D30
(97,45,48)
#4B2325
(75,35,37)
#35191A
(53,25,26)
#1F0F0F
(31,15,15)
#000000
(0,0,0)

Tints of #FB737D

#FB737D
(251,115,125)
#FB7F88
(251,127,136)
#FB8B93
(251,139,147)
#FB979E
(251,151,158)
#FBA3A9
(251,163,169)
#FBAFB4
(251,175,180)
#FBBBBF
(251,187,191)
#FBC7CA
(251,199,202)
#FBD3D5
(251,211,213)
#FBDFE0
(251,223,224)
#FBEBEB
(251,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB737D color. Also use rgb(251,115,125) instead hex code.

Text Font Color

.myTextColor { color: #FB737D; }

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

This text font color is #FB737D.

Background Color

.myBgColor { background-color: #FB737D; }

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

This div background color is #FB737D.

Border color

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

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

This div border color is #FB737D.

Opacity

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

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

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

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

This text has shadow with #FB737D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB737D.

Preview

Color preview on black background

This text has color #FB737D on black background.


Color preview on white background

This text has color #FB737D on white background.


Black color preview on #FB737D background

This text has black color on #FB737D background.


White color preview on #FB737D background

This text has white color on #FB737D background.


Related colors

Complementary color

Complementary color for #hex is #048C82.


I love getcolorcode.com

Triadic colors

1 #7DFB73 and #737DFB with #FB737D are triadic colors.

2 #7D73FB and #73FB7D with #FB737D are triadic colors.