COLOR #F23943

HEX: #F23943
RGB: (242,57,67)

Color info

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

RGB color model

#F23943 color RGB value is (242,57,67).

  • red value is 242;
  • green value is 57;
  • blue value is 67.
RGB:
(242,57,67)
(95%,22%,26%)

RGB channels and saturation

R 242 of 255 = 95%
G 57 of 255 = 22%
B 67 of 255 = 26%

242
57
67

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

Portions of RGB colors in percentages

R + G + B =
242 + 57 + 67 = 366 (100%)
R 242 of 366 ~ 66.12%
G 57 of 366 ~ 15.57%
B 67 of 366 ~ 18.31%

%66.12
%15.57
%18.31

CMYK color model

#F23943 color CMYK value is (0,76,72,5).

  • cyan value is 0.00%
  • magenta value is 76.45%
  • yellow value is 72.31%
  • key color value is 5.10%
CMYK:
(0,76,72,5)
C0M76Y72K5 
(0%,76%,72%,5%)
(0.00/0.76/0.72/0.05)	

CMYK percentages

%0
%76.45
%72.31
%5.1

Codes

Color #F23943 in popluar color models

F23943
RGB2425767
HSL357°87.68%58.63%
HSB/HSV357°76.45%94.90%
CMYK0.00%76.45%72.31%
5.10%

Color #F23943 in popluar number systems.

HEXF23943
Decimal2425767
Binary111100101110011000011
Octal36271103

Shades and tints

Shades of #F23943

#F23943
(242,57,67)
#DC343D
(220,52,61)
#C62F37
(198,47,55)
#B02A31
(176,42,49)
#9A252B
(154,37,43)
#842025
(132,32,37)
#6E1B1F
(110,27,31)
#581619
(88,22,25)
#421113
(66,17,19)
#2C0C0D
(44,12,13)
#160707
(22,7,7)
#000000
(0,0,0)

Tints of #F23943

#F23943
(242,57,67)
#F34B54
(243,75,84)
#F45D65
(244,93,101)
#F56F76
(245,111,118)
#F68187
(246,129,135)
#F79398
(247,147,152)
#F8A5A9
(248,165,169)
#F9B7BA
(249,183,186)
#FAC9CB
(250,201,203)
#FBDBDC
(251,219,220)
#FCEDED
(252,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23943 color. Also use rgb(242,57,67) instead hex code.

Text Font Color

.myTextColor { color: #F23943; }

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

This text font color is #F23943.


Background Color

.myBgColor { background-color: #F23943; }

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

This div background color is #F23943.


Border color

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

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

This div border color is #F23943.


Opacity

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

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

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

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

This text has shadow with #F23943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23943 on black background.


Color preview on white background

This text has color #F23943 on white background.



Black color preview on #F23943 background

This text has black color on #F23943 background.


White color preview on #F23943 background

This text has white color on #F23943 background.