COLOR #FB1D61

HEX: #FB1D61
RGB: (251,29,97)

Color info

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

RGB color model

#FB1D61 color RGB value is (251,29,97).

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

RGB channels and saturation

R 251 of 255 = 98%
G 29 of 255 = 11%
B 97 of 255 = 38%

251
29
97

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

Portions of RGB colors in percentages

R + G + B =
251 + 29 + 97 = 377 (100%)
R 251 of 377 ~ 66.58%
G 29 of 377 ~ 7.69%
B 97 of 377 ~ 25.73%

%66.58
%25.73

CMYK color model

#FB1D61 color CMYK value is (0,88,61,2).

  • cyan value is 0.00%
  • magenta value is 88.45%
  • yellow value is 61.35%
  • key color value is 1.57%
CMYK:
(0,88,61,2)
C0M88Y61K2 
(0%,88%,61%,2%)
(0.00/0.88/0.61/0.02)	

CMYK percentages

%0
%88.45
%61.35
%1.57

Codes

Color #FB1D61 in popluar color models

FB1D61
RGB2512997
HSL342°96.52%54.90%
HSB/HSV342°88.45%98.43%
CMYK0.00%88.45%61.35%
1.57%

Color #FB1D61 in popluar number systems.

HEXFB1D61
Decimal2512997
Binary11111011111011100001
Octal37335141

Shades and tints

Shades of #FB1D61

#FB1D61
(251,29,97)
#E51B59
(229,27,89)
#CF1951
(207,25,81)
#B91749
(185,23,73)
#A31541
(163,21,65)
#8D1339
(141,19,57)
#771131
(119,17,49)
#610F29
(97,15,41)
#4B0D21
(75,13,33)
#350B19
(53,11,25)
#1F0911
(31,9,17)
#000000
(0,0,0)

Tints of #FB1D61

#FB1D61
(251,29,97)
#FB316F
(251,49,111)
#FB457D
(251,69,125)
#FB598B
(251,89,139)
#FB6D99
(251,109,153)
#FB81A7
(251,129,167)
#FB95B5
(251,149,181)
#FBA9C3
(251,169,195)
#FBBDD1
(251,189,209)
#FBD1DF
(251,209,223)
#FBE5ED
(251,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB1D61; }

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

This text font color is #FB1D61.


Background Color

.myBgColor { background-color: #FB1D61; }

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

This div background color is #FB1D61.


Border color

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

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

This div border color is #FB1D61.


Opacity

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

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

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

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

This text has shadow with #FB1D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB1D61 on black background.


Color preview on white background

This text has color #FB1D61 on white background.



Black color preview on #FB1D61 background

This text has black color on #FB1D61 background.


White color preview on #FB1D61 background

This text has white color on #FB1D61 background.