COLOR #F2333B

HEX: #F2333B
RGB: (242,51,59)

Color info

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

RGB color model

#F2333B color RGB value is (242,51,59).

  • red value is 242;
  • green value is 51;
  • blue value is 59.
RGB:
(242,51,59)
(95%,20%,23%)

RGB channels and saturation

R 242 of 255 = 95%
G 51 of 255 = 20%
B 59 of 255 = 23%

242
51
59

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

Portions of RGB colors in percentages

R + G + B =
242 + 51 + 59 = 352 (100%)
R 242 of 352 ~ 68.75%
G 51 of 352 ~ 14.49%
B 59 of 352 ~ 16.76%

%68.75
%14.49
%16.76

CMYK color model

#F2333B color CMYK value is (0,79,76,5).

  • cyan value is 0.00%
  • magenta value is 78.93%
  • yellow value is 75.62%
  • key color value is 5.10%
CMYK:
(0,79,76,5)
C0M79Y76K5 
(0%,79%,76%,5%)
(0.00/0.79/0.76/0.05)	

CMYK percentages

%0
%78.93
%75.62
%5.1

Codes

Color #F2333B in popluar color models

F2333B
RGB2425159
HSL357°88.02%57.45%
HSB/HSV357°78.93%94.90%
CMYK0.00%78.93%75.62%
5.10%

Color #F2333B in popluar number systems.

HEXF2333B
Decimal2425159
Binary11110010110011111011
Octal3626373

Shades and tints

Shades of #F2333B

#F2333B
(242,51,59)
#DC2F36
(220,47,54)
#C62B31
(198,43,49)
#B0272C
(176,39,44)
#9A2327
(154,35,39)
#841F22
(132,31,34)
#6E1B1D
(110,27,29)
#581718
(88,23,24)
#421313
(66,19,19)
#2C0F0E
(44,15,14)
#160B09
(22,11,9)
#000000
(0,0,0)

Tints of #F2333B

#F2333B
(242,51,59)
#F3454C
(243,69,76)
#F4575D
(244,87,93)
#F5696E
(245,105,110)
#F67B7F
(246,123,127)
#F78D90
(247,141,144)
#F89FA1
(248,159,161)
#F9B1B2
(249,177,178)
#FAC3C3
(250,195,195)
#FBD5D4
(251,213,212)
#FCE7E5
(252,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2333B color. Also use rgb(242,51,59) instead hex code.

Text Font Color

.myTextColor { color: #F2333B; }

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

This text font color is #F2333B.


Background Color

.myBgColor { background-color: #F2333B; }

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

This div background color is #F2333B.


Border color

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

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

This div border color is #F2333B.


Opacity

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

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

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

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

This text has shadow with #F2333B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2333B on black background.


Color preview on white background

This text has color #F2333B on white background.



Black color preview on #F2333B background

This text has black color on #F2333B background.


White color preview on #F2333B background

This text has white color on #F2333B background.