COLOR #F23A4C

HEX: #F23A4C
RGB: (242,58,76)

Color info

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

RGB color model

#F23A4C color RGB value is (242,58,76).

  • red value is 242;
  • green value is 58;
  • blue value is 76.
RGB:
(242,58,76)
(95%,23%,30%)

RGB channels and saturation

R 242 of 255 = 95%
G 58 of 255 = 23%
B 76 of 255 = 30%

242
58
76

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

Portions of RGB colors in percentages

R + G + B =
242 + 58 + 76 = 376 (100%)
R 242 of 376 ~ 64.36%
G 58 of 376 ~ 15.43%
B 76 of 376 ~ 20.21%

%64.36
%15.43
%20.21

CMYK color model

#F23A4C color CMYK value is (0,76,69,5).

  • cyan value is 0.00%
  • magenta value is 76.03%
  • yellow value is 68.60%
  • key color value is 5.10%
CMYK:
(0,76,69,5)
C0M76Y69K5 
(0%,76%,69%,5%)
(0.00/0.76/0.69/0.05)	

CMYK percentages

%0
%76.03
%68.6
%5.1

Codes

Color #F23A4C in popluar color models

F23A4C
RGB2425876
HSL354°87.62%58.82%
HSB/HSV354°76.03%94.90%
CMYK0.00%76.03%68.60%
5.10%

Color #F23A4C in popluar number systems.

HEXF23A4C
Decimal2425876
Binary111100101110101001100
Octal36272114

Shades and tints

Shades of #F23A4C

#F23A4C
(242,58,76)
#DC3546
(220,53,70)
#C63040
(198,48,64)
#B02B3A
(176,43,58)
#9A2634
(154,38,52)
#84212E
(132,33,46)
#6E1C28
(110,28,40)
#581722
(88,23,34)
#42121C
(66,18,28)
#2C0D16
(44,13,22)
#160810
(22,8,16)
#000000
(0,0,0)

Tints of #F23A4C

#F23A4C
(242,58,76)
#F34B5C
(243,75,92)
#F45C6C
(244,92,108)
#F56D7C
(245,109,124)
#F67E8C
(246,126,140)
#F78F9C
(247,143,156)
#F8A0AC
(248,160,172)
#F9B1BC
(249,177,188)
#FAC2CC
(250,194,204)
#FBD3DC
(251,211,220)
#FCE4EC
(252,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F23A4C color. Also use rgb(242,58,76) instead hex code.

Text Font Color

.myTextColor { color: #F23A4C; }

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

This text font color is #F23A4C.


Background Color

.myBgColor { background-color: #F23A4C; }

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

This div background color is #F23A4C.


Border color

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

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

This div border color is #F23A4C.


Opacity

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

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

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

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

This text has shadow with #F23A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F23A4C on black background.


Color preview on white background

This text has color #F23A4C on white background.



Black color preview on #F23A4C background

This text has black color on #F23A4C background.


White color preview on #F23A4C background

This text has white color on #F23A4C background.