COLOR #F33F3B

HEX: #F33F3B
RGB: (243,63,59)

Color info

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

RGB color model

#F33F3B color RGB value is (243,63,59).

  • red value is 243;
  • green value is 63;
  • blue value is 59.
RGB:
(243,63,59)
(95%,25%,23%)

RGB channels and saturation

R 243 of 255 = 95%
G 63 of 255 = 25%
B 59 of 255 = 23%

243
63
59

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

Portions of RGB colors in percentages

R + G + B =
243 + 63 + 59 = 365 (100%)
R 243 of 365 ~ 66.58%
G 63 of 365 ~ 17.26%
B 59 of 365 ~ 16.16%

%66.58
%17.26
%16.16

CMYK color model

#F33F3B color CMYK value is (0,74,76,5).

  • cyan value is 0.00%
  • magenta value is 74.07%
  • yellow value is 75.72%
  • key color value is 4.71%
CMYK:
(0,74,76,5)
C0M74Y76K5 
(0%,74%,76%,5%)
(0.00/0.74/0.76/0.05)	

CMYK percentages

%0
%74.07
%75.72
%4.71

Codes

Color #F33F3B in popluar color models

F33F3B
RGB2436359
HSL88.46%59.22%
HSB/HSV75.72%95.29%
CMYK0.00%74.07%75.72%
4.71%

Color #F33F3B in popluar number systems.

HEXF33F3B
Decimal2436359
Binary11110011111111111011
Octal3637773

Shades and tints

Shades of #F33F3B

#F33F3B
(243,63,59)
#DD3A36
(221,58,54)
#C73531
(199,53,49)
#B1302C
(177,48,44)
#9B2B27
(155,43,39)
#852622
(133,38,34)
#6F211D
(111,33,29)
#591C18
(89,28,24)
#431713
(67,23,19)
#2D120E
(45,18,14)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #F33F3B

#F33F3B
(243,63,59)
#F4504C
(244,80,76)
#F5615D
(245,97,93)
#F6726E
(246,114,110)
#F7837F
(247,131,127)
#F89490
(248,148,144)
#F9A5A1
(249,165,161)
#FAB6B2
(250,182,178)
#FBC7C3
(251,199,195)
#FCD8D4
(252,216,212)
#FDE9E5
(253,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F33F3B color. Also use rgb(243,63,59) instead hex code.

Text Font Color

.myTextColor { color: #F33F3B; }

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

This text font color is #F33F3B.


Background Color

.myBgColor { background-color: #F33F3B; }

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

This div background color is #F33F3B.


Border color

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

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

This div border color is #F33F3B.


Opacity

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

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

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

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

This text has shadow with #F33F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F33F3B on black background.


Color preview on white background

This text has color #F33F3B on white background.



Black color preview on #F33F3B background

This text has black color on #F33F3B background.


White color preview on #F33F3B background

This text has white color on #F33F3B background.