COLOR #F3412C

HEX: #F3412C RGB: (243,65,44)

Color info

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

RGB color model

#F3412C color RGB value is (243,65,44).

RGB: (243,65,44) (95%, 25%, 17%)

RGB channels and saturation

R 243 of 255 = 95%
G 65 of 255 = 25%
B 44 of 255 = 17%

243
65
44

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

Portions of RGB colors in percentages

R + G + B = 243 + 65 + 44 = 352 (100%)
R 243 of 352 ~ 69.03%
G 65 of 352 ~ 18.47%
B 44 of 352 ~ 12.5'%

%69.03
%18.47
%12.5

CMYK color model

#F3412C color CMYK value is (0,73,82,5).

  • cyan value is 0.00%
  • magenta value is 73.25%
  • yellow value is 81.89%
  • key color value is 4.71%

CMYK: (0,73,82,5)
C0M73Y82K5 (0%, 73%, 82%, 5%)
(0.00 / 0.73 / 0.82 / 0.05)

CMYK percentages

%0
%73.25
%81.89
%4.71

Codes

Color #F3412C in popluar color models

F3 41 2C
RGB 243 65 44
HSL 89.24% 56.27%
HSB/HSV 81.89% 95.29%
CMYK 0.00% 73.25% 81.89%
4.71%

Color #F3412C in popluar number systems.

HEX F3 41 2C
Decimal 243 65 44
Binary 11110011 1000001 101100
Octal 363 101 54

Shades and tints

Shades of #F3412C

#F3412C
(243,65,44)
#DD3C28
(221,60,40)
#C73724
(199,55,36)
#B13220
(177,50,32)
#9B2D1C
(155,45,28)
#852818
(133,40,24)
#6F2314
(111,35,20)
#591E10
(89,30,16)
#43190C
(67,25,12)
#2D1408
(45,20,8)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #F3412C

#F3412C
(243,65,44)
#F4523F
(244,82,63)
#F56352
(245,99,82)
#F67465
(246,116,101)
#F78578
(247,133,120)
#F8968B
(248,150,139)
#F9A79E
(249,167,158)
#FAB8B1
(250,184,177)
#FBC9C4
(251,201,196)
#FCDAD7
(252,218,215)
#FDEBEA
(253,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3412C color. Also use rgb(243,65,44) instead hex code.

Text Font Color

.myTextColor { color: #F3412C; }

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

This text font color is #F3412C.

Background Color

.myBgColor { background-color: #F3412C; }

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

This div background color is #F3412C.

Border color

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

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

This div border color is #F3412C.

Opacity

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

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

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

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

This text has shadow with #F3412C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3412C.

Preview

Color preview on black background

This text has color #F3412C on black background.


Color preview on white background

This text has color #F3412C on white background.


Black color preview on #F3412C background

This text has black color on #F3412C background.


White color preview on #F3412C background

This text has white color on #F3412C background.


Related colors

Complementary color

Complementary color for #hex is #0CBED3.


I love getcolorcode.com

Triadic colors

1 #2CF341 and #412CF3 with #F3412C are triadic colors.

2 #2C41F3 and #41F32C with #F3412C are triadic colors.