COLOR #FB536D

HEX: #FB536D
RGB: (251,83,109)

Color info

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

RGB color model

#FB536D color RGB value is (251,83,109).

  • red value is 251;
  • green value is 83;
  • blue value is 109.
RGB:
(251,83,109)
(98%,33%,43%)

RGB channels and saturation

R 251 of 255 = 98%
G 83 of 255 = 33%
B 109 of 255 = 43%

251
83
109

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

Portions of RGB colors in percentages

R + G + B =
251 + 83 + 109 = 443 (100%)
R 251 of 443 ~ 56.66%
G 83 of 443 ~ 18.74%
B 109 of 443 ~ 24.6%

%56.66
%18.74
%24.6

CMYK color model

#FB536D color CMYK value is (0,67,57,2).

  • cyan value is 0.00%
  • magenta value is 66.93%
  • yellow value is 56.57%
  • key color value is 1.57%
CMYK:
(0,67,57,2)
C0M67Y57K2 
(0%,67%,57%,2%)
(0.00/0.67/0.57/0.02)	

CMYK percentages

%0
%66.93
%56.57
%1.57

Codes

Color #FB536D in popluar color models

FB536D
RGB25183109
HSL351°95.45%65.49%
HSB/HSV351°66.93%98.43%
CMYK0.00%66.93%56.57%
1.57%

Color #FB536D in popluar number systems.

HEXFB536D
Decimal25183109
Binary1111101110100111101101
Octal373123155

Shades and tints

Shades of #FB536D

#FB536D
(251,83,109)
#E54C64
(229,76,100)
#CF455B
(207,69,91)
#B93E52
(185,62,82)
#A33749
(163,55,73)
#8D3040
(141,48,64)
#772937
(119,41,55)
#61222E
(97,34,46)
#4B1B25
(75,27,37)
#35141C
(53,20,28)
#1F0D13
(31,13,19)
#000000
(0,0,0)

Tints of #FB536D

#FB536D
(251,83,109)
#FB627A
(251,98,122)
#FB7187
(251,113,135)
#FB8094
(251,128,148)
#FB8FA1
(251,143,161)
#FB9EAE
(251,158,174)
#FBADBB
(251,173,187)
#FBBCC8
(251,188,200)
#FBCBD5
(251,203,213)
#FBDAE2
(251,218,226)
#FBE9EF
(251,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB536D; }

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

This text font color is #FB536D.


Background Color

.myBgColor { background-color: #FB536D; }

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

This div background color is #FB536D.


Border color

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

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

This div border color is #FB536D.


Opacity

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

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

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

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

This text has shadow with #FB536D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB536D on black background.


Color preview on white background

This text has color #FB536D on white background.



Black color preview on #FB536D background

This text has black color on #FB536D background.


White color preview on #FB536D background

This text has white color on #FB536D background.