COLOR #F04B4B

HEX: #F04B4B
RGB: (240,75,75)

Color info

#F04B4B contains mainly red color. Web safe color of #F04B4B is #FF3333 (or #F33).

RGB color model

#F04B4B color RGB value is (240,75,75).

  • red value is 240;
  • green value is 75;
  • blue value is 75.
RGB:
(240,75,75)
(94%,29%,29%)

RGB channels and saturation

R 240 of 255 = 94%
G 75 of 255 = 29%
B 75 of 255 = 29%

240
75
75

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

Portions of RGB colors in percentages

R + G + B =
240 + 75 + 75 = 390 (100%)
R 240 of 390 ~ 61.54%
G 75 of 390 ~ 19.23%
B 75 of 390 ~ 19.23%

%61.54
%19.23
%19.23

CMYK color model

#F04B4B color CMYK value is (0,69,69,6).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 68.75%
  • key color value is 5.88%
CMYK:
(0,69,69,6)
C0M69Y69K6 
(0%,69%,69%,6%)
(0.00/0.69/0.69/0.06)	

CMYK percentages

%0
%68.75
%68.75
%5.88

Codes

Color #F04B4B in popluar color models

F04B4B
RGB2407575
HSL84.62%61.76%
HSB/HSV68.75%94.12%
CMYK0.00%68.75%68.75%
5.88%

Color #F04B4B in popluar number systems.

HEXF04B4B
Decimal2407575
Binary1111000010010111001011
Octal360113113

Shades and tints

Shades of #F04B4B

#F04B4B
(240,75,75)
#DB4545
(219,69,69)
#C63F3F
(198,63,63)
#B13939
(177,57,57)
#9C3333
(156,51,51)
#872D2D
(135,45,45)
#722727
(114,39,39)
#5D2121
(93,33,33)
#481B1B
(72,27,27)
#331515
(51,21,21)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #F04B4B

#F04B4B
(240,75,75)
#F15B5B
(241,91,91)
#F26B6B
(242,107,107)
#F37B7B
(243,123,123)
#F48B8B
(244,139,139)
#F59B9B
(245,155,155)
#F6ABAB
(246,171,171)
#F7BBBB
(247,187,187)
#F8CBCB
(248,203,203)
#F9DBDB
(249,219,219)
#FAEBEB
(250,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04B4B color. Also use rgb(240,75,75) instead hex code.

Text Font Color

.myTextColor { color: #F04B4B; }

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

This text font color is #F04B4B.


Background Color

.myBgColor { background-color: #F04B4B; }

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

This div background color is #F04B4B.


Border color

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

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

This div border color is #F04B4B.


Opacity

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

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

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

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

This text has shadow with #F04B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04B4B on black background.


Color preview on white background

This text has color #F04B4B on white background.



Black color preview on #F04B4B background

This text has black color on #F04B4B background.


White color preview on #F04B4B background

This text has white color on #F04B4B background.