COLOR #FB1373

HEX: #FB1373
RGB: (251,19,115)

Color info

#FB1373 contains mainly red color. Web safe color of #FB1373 is #FF0066 (or #F06).

RGB color model

#FB1373 color RGB value is (251,19,115).

  • red value is 251;
  • green value is 19;
  • blue value is 115.
RGB:
(251,19,115)
(98%,7%,45%)

RGB channels and saturation

R 251 of 255 = 98%
G 19 of 255 = 7%
B 115 of 255 = 45%

251
19
115

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

Portions of RGB colors in percentages

R + G + B =
251 + 19 + 115 = 385 (100%)
R 251 of 385 ~ 65.19%
G 19 of 385 ~ 4.94%
B 115 of 385 ~ 29.87%

%65.19
%29.87

CMYK color model

#FB1373 color CMYK value is (0,92,54,2).

  • cyan value is 0.00%
  • magenta value is 92.43%
  • yellow value is 54.18%
  • key color value is 1.57%
CMYK:
(0,92,54,2)
C0M92Y54K2 
(0%,92%,54%,2%)
(0.00/0.92/0.54/0.02)	

CMYK percentages

%0
%92.43
%54.18
%1.57

Codes

Color #FB1373 in popluar color models

FB1373
RGB25119115
HSL335°96.67%52.94%
HSB/HSV335°92.43%98.43%
CMYK0.00%92.43%54.18%
1.57%

Color #FB1373 in popluar number systems.

HEXFB1373
Decimal25119115
Binary11111011100111110011
Octal37323163

Shades and tints

Shades of #FB1373

#FB1373
(251,19,115)
#E51269
(229,18,105)
#CF115F
(207,17,95)
#B91055
(185,16,85)
#A30F4B
(163,15,75)
#8D0E41
(141,14,65)
#770D37
(119,13,55)
#610C2D
(97,12,45)
#4B0B23
(75,11,35)
#350A19
(53,10,25)
#1F090F
(31,9,15)
#000000
(0,0,0)

Tints of #FB1373

#FB1373
(251,19,115)
#FB287F
(251,40,127)
#FB3D8B
(251,61,139)
#FB5297
(251,82,151)
#FB67A3
(251,103,163)
#FB7CAF
(251,124,175)
#FB91BB
(251,145,187)
#FBA6C7
(251,166,199)
#FBBBD3
(251,187,211)
#FBD0DF
(251,208,223)
#FBE5EB
(251,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB1373; }

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

This text font color is #FB1373.


Background Color

.myBgColor { background-color: #FB1373; }

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

This div background color is #FB1373.


Border color

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

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

This div border color is #FB1373.


Opacity

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

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

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

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

This text has shadow with #FB1373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB1373 on black background.


Color preview on white background

This text has color #FB1373 on white background.



Black color preview on #FB1373 background

This text has black color on #FB1373 background.


White color preview on #FB1373 background

This text has white color on #FB1373 background.