COLOR #FB0405

HEX: #FB0405
RGB: (251,4,5)

Color info

#FB0405 contains mainly red color. Web safe color of #FB0405 is #FF0000 (or #F00).

RGB color model

#FB0405 color RGB value is (251,4,5).

  • red value is 251;
  • green value is 4;
  • blue value is 5.
RGB:
(251,4,5)
(98%,2%,2%)

RGB channels and saturation

R 251 of 255 = 98%
G 4 of 255 = 2%
B 5 of 255 = 2%

251
4
5

R + G + B ~ 34%. #FB0405 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
251 + 4 + 5 = 260 (100%)
R 251 of 260 ~ 96.54%
G 4 of 260 ~ 1.54%
B 5 of 260 ~ 1.92%

%96.54

CMYK color model

#FB0405 color CMYK value is (0,98,98,2).

  • cyan value is 0.00%
  • magenta value is 98.41%
  • yellow value is 98.01%
  • key color value is 1.57%
CMYK:
(0,98,98,2)
C0M98Y98K2 
(0%,98%,98%,2%)
(0.00/0.98/0.98/0.02)	

CMYK percentages

%0
%98.41
%98.01
%1.57

Codes

Color #FB0405 in popluar color models

FB0405
RGB25145
HSL360°96.86%50.00%
HSB/HSV360°98.41%98.43%
CMYK0.00%98.41%98.01%
1.57%

Color #FB0405 in popluar number systems.

HEXFB0405
Decimal25145
Binary11111011100101
Octal37345

Shades and tints

Shades of #FB0405

#FB0405
(251,4,5)
#E50405
(229,4,5)
#CF0405
(207,4,5)
#B90405
(185,4,5)
#A30405
(163,4,5)
#8D0405
(141,4,5)
#770405
(119,4,5)
#610405
(97,4,5)
#4B0405
(75,4,5)
#350405
(53,4,5)
#1F0405
(31,4,5)
#000000
(0,0,0)

Tints of #FB0405

#FB0405
(251,4,5)
#FB1A1B
(251,26,27)
#FB3031
(251,48,49)
#FB4647
(251,70,71)
#FB5C5D
(251,92,93)
#FB7273
(251,114,115)
#FB8889
(251,136,137)
#FB9E9F
(251,158,159)
#FBB4B5
(251,180,181)
#FBCACB
(251,202,203)
#FBE0E1
(251,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB0405 color. Also use rgb(251,4,5) instead hex code.

Text Font Color

.myTextColor { color: #FB0405; }

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

This text font color is #FB0405.


Background Color

.myBgColor { background-color: #FB0405; }

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

This div background color is #FB0405.


Border color

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

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

This div border color is #FB0405.


Opacity

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

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

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

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

This text has shadow with #FB0405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB0405 on black background.


Color preview on white background

This text has color #FB0405 on white background.



Black color preview on #FB0405 background

This text has black color on #FB0405 background.


White color preview on #FB0405 background

This text has white color on #FB0405 background.