COLOR #FB747D

HEX: #FB747D RGB: (251,116,125)

Color info

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

RGB color model

#FB747D color RGB value is (251,116,125).

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

RGB channels and saturation

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

251
116
125

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

Portions of RGB colors in percentages

R + G + B = 251 + 116 + 125 = 492 (100%)
R 251 of 492 ~ 51.02%
G 116 of 492 ~ 23.58%
B 125 of 492 ~ 25.41'%

%51.02
%23.58
%25.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 53.78%
  • 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
%53.78
%50.2
%1.57

Codes

Color #FB747D in popluar color models

FB 74 7D
RGB 251 116 125
HSL 356° 94.41% 71.96%
HSB/HSV 356° 53.78% 98.43%
CMYK 0.00% 53.78% 50.20%
1.57%

Color #FB747D in popluar number systems.

HEX FB 74 7D
Decimal 251 116 125
Binary 11111011 1110100 1111101
Octal 373 164 175

Shades and tints

Shades of #FB747D

#FB747D
(251,116,125)
#E56A72
(229,106,114)
#CF6067
(207,96,103)
#B9565C
(185,86,92)
#A34C51
(163,76,81)
#8D4246
(141,66,70)
#77383B
(119,56,59)
#612E30
(97,46,48)
#4B2425
(75,36,37)
#351A1A
(53,26,26)
#1F100F
(31,16,15)
#000000
(0,0,0)

Tints of #FB747D

#FB747D
(251,116,125)
#FB8088
(251,128,136)
#FB8C93
(251,140,147)
#FB989E
(251,152,158)
#FBA4A9
(251,164,169)
#FBB0B4
(251,176,180)
#FBBCBF
(251,188,191)
#FBC8CA
(251,200,202)
#FBD4D5
(251,212,213)
#FBE0E0
(251,224,224)
#FBECEB
(251,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB747D; }

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

This text font color is #FB747D.

Background Color

.myBgColor { background-color: #FB747D; }

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

This div background color is #FB747D.

Border color

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

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

This div border color is #FB747D.

Opacity

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

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

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

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

This text has shadow with #FB747D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB747D.

Preview

Color preview on black background

This text has color #FB747D on black background.


Color preview on white background

This text has color #FB747D on white background.


Black color preview on #FB747D background

This text has black color on #FB747D background.


White color preview on #FB747D background

This text has white color on #FB747D background.


Related colors

Complementary color

Complementary color for #hex is #048B82.


I love getcolorcode.com

Triadic colors

1 #7DFB74 and #747DFB with #FB747D are triadic colors.

2 #7D74FB and #74FB7D with #FB747D are triadic colors.