COLOR #FB2961

HEX: #FB2961
RGB: (251,41,97)

Color info

#FB2961 contains mainly red color. Web safe color of #FB2961 is #FF3366 (or #F36).

RGB color model

#FB2961 color RGB value is (251,41,97).

  • red value is 251;
  • green value is 41;
  • blue value is 97.
RGB:
(251,41,97)
(98%,16%,38%)

RGB channels and saturation

R 251 of 255 = 98%
G 41 of 255 = 16%
B 97 of 255 = 38%

251
41
97

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

Portions of RGB colors in percentages

R + G + B =
251 + 41 + 97 = 389 (100%)
R 251 of 389 ~ 64.52%
G 41 of 389 ~ 10.54%
B 97 of 389 ~ 24.94%

%64.52
%10.54
%24.94

CMYK color model

#FB2961 color CMYK value is (0,84,61,2).

  • cyan value is 0.00%
  • magenta value is 83.67%
  • yellow value is 61.35%
  • key color value is 1.57%
CMYK:
(0,84,61,2)
C0M84Y61K2 
(0%,84%,61%,2%)
(0.00/0.84/0.61/0.02)	

CMYK percentages

%0
%83.67
%61.35
%1.57

Codes

Color #FB2961 in popluar color models

FB2961
RGB2514197
HSL344°96.33%57.25%
HSB/HSV344°83.67%98.43%
CMYK0.00%83.67%61.35%
1.57%

Color #FB2961 in popluar number systems.

HEXFB2961
Decimal2514197
Binary111110111010011100001
Octal37351141

Shades and tints

Shades of #FB2961

#FB2961
(251,41,97)
#E52659
(229,38,89)
#CF2351
(207,35,81)
#B92049
(185,32,73)
#A31D41
(163,29,65)
#8D1A39
(141,26,57)
#771731
(119,23,49)
#611429
(97,20,41)
#4B1121
(75,17,33)
#350E19
(53,14,25)
#1F0B11
(31,11,17)
#000000
(0,0,0)

Tints of #FB2961

#FB2961
(251,41,97)
#FB3C6F
(251,60,111)
#FB4F7D
(251,79,125)
#FB628B
(251,98,139)
#FB7599
(251,117,153)
#FB88A7
(251,136,167)
#FB9BB5
(251,155,181)
#FBAEC3
(251,174,195)
#FBC1D1
(251,193,209)
#FBD4DF
(251,212,223)
#FBE7ED
(251,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB2961; }

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

This text font color is #FB2961.


Background Color

.myBgColor { background-color: #FB2961; }

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

This div background color is #FB2961.


Border color

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

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

This div border color is #FB2961.


Opacity

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

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

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

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

This text has shadow with #FB2961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB2961 on black background.


Color preview on white background

This text has color #FB2961 on white background.



Black color preview on #FB2961 background

This text has black color on #FB2961 background.


White color preview on #FB2961 background

This text has white color on #FB2961 background.