COLOR #FB0256

HEX: #FB0256
RGB: (251,2,86)

Color info

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

RGB color model

#FB0256 color RGB value is (251,2,86).

  • red value is 251;
  • green value is 2;
  • blue value is 86.
RGB:
(251,2,86)
(98%,1%,34%)

RGB channels and saturation

R 251 of 255 = 98%
G 2 of 255 = 1%
B 86 of 255 = 34%

251
2
86

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

Portions of RGB colors in percentages

R + G + B =
251 + 2 + 86 = 339 (100%)
R 251 of 339 ~ 74.04%
G 2 of 339 ~ 0.59%
B 86 of 339 ~ 25.37%

%74.04
%25.37

CMYK color model

#FB0256 color CMYK value is (0,99,66,2).

  • cyan value is 0.00%
  • magenta value is 99.20%
  • yellow value is 65.74%
  • key color value is 1.57%
CMYK:
(0,99,66,2)
C0M99Y66K2 
(0%,99%,66%,2%)
(0.00/0.99/0.66/0.02)	

CMYK percentages

%0
%99.2
%65.74
%1.57

Codes

Color #FB0256 in popluar color models

FB0256
RGB251286
HSL340°98.42%49.61%
HSB/HSV340°99.20%98.43%
CMYK0.00%99.20%65.74%
1.57%

Color #FB0256 in popluar number systems.

HEXFB0256
Decimal251286
Binary11111011101010110
Octal3732126

Shades and tints

Shades of #FB0256

#FB0256
(251,2,86)
#E5024F
(229,2,79)
#CF0248
(207,2,72)
#B90241
(185,2,65)
#A3023A
(163,2,58)
#8D0233
(141,2,51)
#77022C
(119,2,44)
#610225
(97,2,37)
#4B021E
(75,2,30)
#350217
(53,2,23)
#1F0210
(31,2,16)
#000000
(0,0,0)

Tints of #FB0256

#FB0256
(251,2,86)
#FB1965
(251,25,101)
#FB3074
(251,48,116)
#FB4783
(251,71,131)
#FB5E92
(251,94,146)
#FB75A1
(251,117,161)
#FB8CB0
(251,140,176)
#FBA3BF
(251,163,191)
#FBBACE
(251,186,206)
#FBD1DD
(251,209,221)
#FBE8EC
(251,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB0256 color. Also use rgb(251,2,86) instead hex code.

Text Font Color

.myTextColor { color: #FB0256; }

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

This text font color is #FB0256.


Background Color

.myBgColor { background-color: #FB0256; }

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

This div background color is #FB0256.


Border color

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

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

This div border color is #FB0256.


Opacity

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

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

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

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

This text has shadow with #FB0256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB0256 on black background.


Color preview on white background

This text has color #FB0256 on white background.



Black color preview on #FB0256 background

This text has black color on #FB0256 background.


White color preview on #FB0256 background

This text has white color on #FB0256 background.