COLOR #FB7575

HEX: #FB7575
RGB: (251,117,117)

Color info

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

RGB color model

#FB7575 color RGB value is (251,117,117).

  • red value is 251;
  • green value is 117;
  • blue value is 117.
RGB:
(251,117,117)
(98%,46%,46%)

RGB channels and saturation

R 251 of 255 = 98%
G 117 of 255 = 46%
B 117 of 255 = 46%

251
117
117

R + G + B ~ 63%. #FB7575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 117 + 117 = 485 (100%)
R 251 of 485 ~ 51.75%
G 117 of 485 ~ 24.12%
B 117 of 485 ~ 24.12%

%51.75
%24.12
%24.12

CMYK color model

#FB7575 color CMYK value is (0,53,53,2).

  • cyan value is 0.00%
  • magenta value is 53.39%
  • yellow value is 53.39%
  • key color value is 1.57%
CMYK:
(0,53,53,2)
C0M53Y53K2 
(0%,53%,53%,2%)
(0.00/0.53/0.53/0.02)	

CMYK percentages

%0
%53.39
%53.39
%1.57

Codes

Color #FB7575 in popluar color models

FB7575
RGB251117117
HSL94.37%72.16%
HSB/HSV53.39%98.43%
CMYK0.00%53.39%53.39%
1.57%

Color #FB7575 in popluar number systems.

HEXFB7575
Decimal251117117
Binary1111101111101011110101
Octal373165165

Shades and tints

Shades of #FB7575

#FB7575
(251,117,117)
#E56B6B
(229,107,107)
#CF6161
(207,97,97)
#B95757
(185,87,87)
#A34D4D
(163,77,77)
#8D4343
(141,67,67)
#773939
(119,57,57)
#612F2F
(97,47,47)
#4B2525
(75,37,37)
#351B1B
(53,27,27)
#1F1111
(31,17,17)
#000000
(0,0,0)

Tints of #FB7575

#FB7575
(251,117,117)
#FB8181
(251,129,129)
#FB8D8D
(251,141,141)
#FB9999
(251,153,153)
#FBA5A5
(251,165,165)
#FBB1B1
(251,177,177)
#FBBDBD
(251,189,189)
#FBC9C9
(251,201,201)
#FBD5D5
(251,213,213)
#FBE1E1
(251,225,225)
#FBEDED
(251,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB7575; }

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

This text font color is #FB7575.


Background Color

.myBgColor { background-color: #FB7575; }

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

This div background color is #FB7575.


Border color

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

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

This div border color is #FB7575.


Opacity

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

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

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

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

This text has shadow with #FB7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB7575 on black background.


Color preview on white background

This text has color #FB7575 on white background.



Black color preview on #FB7575 background

This text has black color on #FB7575 background.


White color preview on #FB7575 background

This text has white color on #FB7575 background.