COLOR #FB1246

HEX: #FB1246
RGB: (251,18,70)

Color info

#FB1246 contains mainly red color. Web safe color of #FB1246 is #FF0033 (or #F03).

RGB color model

#FB1246 color RGB value is (251,18,70).

  • red value is 251;
  • green value is 18;
  • blue value is 70.
RGB:
(251,18,70)
(98%,7%,27%)

RGB channels and saturation

R 251 of 255 = 98%
G 18 of 255 = 7%
B 70 of 255 = 27%

251
18
70

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

Portions of RGB colors in percentages

R + G + B =
251 + 18 + 70 = 339 (100%)
R 251 of 339 ~ 74.04%
G 18 of 339 ~ 5.31%
B 70 of 339 ~ 20.65%

%74.04
%20.65

CMYK color model

#FB1246 color CMYK value is (0,93,72,2).

  • cyan value is 0.00%
  • magenta value is 92.83%
  • yellow value is 72.11%
  • key color value is 1.57%
CMYK:
(0,93,72,2)
C0M93Y72K2 
(0%,93%,72%,2%)
(0.00/0.93/0.72/0.02)	

CMYK percentages

%0
%92.83
%72.11
%1.57

Codes

Color #FB1246 in popluar color models

FB1246
RGB2511870
HSL347°96.68%52.75%
HSB/HSV347°92.83%98.43%
CMYK0.00%92.83%72.11%
1.57%

Color #FB1246 in popluar number systems.

HEXFB1246
Decimal2511870
Binary11111011100101000110
Octal37322106

Shades and tints

Shades of #FB1246

#FB1246
(251,18,70)
#E51140
(229,17,64)
#CF103A
(207,16,58)
#B90F34
(185,15,52)
#A30E2E
(163,14,46)
#8D0D28
(141,13,40)
#770C22
(119,12,34)
#610B1C
(97,11,28)
#4B0A16
(75,10,22)
#350910
(53,9,16)
#1F080A
(31,8,10)
#000000
(0,0,0)

Tints of #FB1246

#FB1246
(251,18,70)
#FB2756
(251,39,86)
#FB3C66
(251,60,102)
#FB5176
(251,81,118)
#FB6686
(251,102,134)
#FB7B96
(251,123,150)
#FB90A6
(251,144,166)
#FBA5B6
(251,165,182)
#FBBAC6
(251,186,198)
#FBCFD6
(251,207,214)
#FBE4E6
(251,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB1246; }

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

This text font color is #FB1246.


Background Color

.myBgColor { background-color: #FB1246; }

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

This div background color is #FB1246.


Border color

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

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

This div border color is #FB1246.


Opacity

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

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

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

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

This text has shadow with #FB1246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB1246 on black background.


Color preview on white background

This text has color #FB1246 on white background.



Black color preview on #FB1246 background

This text has black color on #FB1246 background.


White color preview on #FB1246 background

This text has white color on #FB1246 background.