COLOR #F3425C

HEX: #F3425C
RGB: (243,66,92)

Color info

#F3425C contains mainly red color. Web safe color of #F3425C is #FF3366 (or #F36).

RGB color model

#F3425C color RGB value is (243,66,92).

  • red value is 243;
  • green value is 66;
  • blue value is 92.
RGB:
(243,66,92)
(95%,26%,36%)

RGB channels and saturation

R 243 of 255 = 95%
G 66 of 255 = 26%
B 92 of 255 = 36%

243
66
92

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

Portions of RGB colors in percentages

R + G + B =
243 + 66 + 92 = 401 (100%)
R 243 of 401 ~ 60.6%
G 66 of 401 ~ 16.46%
B 92 of 401 ~ 22.94%

%60.6
%16.46
%22.94

CMYK color model

#F3425C color CMYK value is (0,73,62,5).

  • cyan value is 0.00%
  • magenta value is 72.84%
  • yellow value is 62.14%
  • key color value is 4.71%
CMYK:
(0,73,62,5)
C0M73Y62K5 
(0%,73%,62%,5%)
(0.00/0.73/0.62/0.05)	

CMYK percentages

%0
%72.84
%62.14
%4.71

Codes

Color #F3425C in popluar color models

F3425C
RGB2436692
HSL351°88.06%60.59%
HSB/HSV351°72.84%95.29%
CMYK0.00%72.84%62.14%
4.71%

Color #F3425C in popluar number systems.

HEXF3425C
Decimal2436692
Binary1111001110000101011100
Octal363102134

Shades and tints

Shades of #F3425C

#F3425C
(243,66,92)
#DD3C54
(221,60,84)
#C7364C
(199,54,76)
#B13044
(177,48,68)
#9B2A3C
(155,42,60)
#852434
(133,36,52)
#6F1E2C
(111,30,44)
#591824
(89,24,36)
#43121C
(67,18,28)
#2D0C14
(45,12,20)
#17060C
(23,6,12)
#000000
(0,0,0)

Tints of #F3425C

#F3425C
(243,66,92)
#F4536A
(244,83,106)
#F56478
(245,100,120)
#F67586
(246,117,134)
#F78694
(247,134,148)
#F897A2
(248,151,162)
#F9A8B0
(249,168,176)
#FAB9BE
(250,185,190)
#FBCACC
(251,202,204)
#FCDBDA
(252,219,218)
#FDECE8
(253,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3425C color. Also use rgb(243,66,92) instead hex code.

Text Font Color

.myTextColor { color: #F3425C; }

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

This text font color is #F3425C.


Background Color

.myBgColor { background-color: #F3425C; }

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

This div background color is #F3425C.


Border color

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

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

This div border color is #F3425C.


Opacity

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

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

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

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

This text has shadow with #F3425C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3425C on black background.


Color preview on white background

This text has color #F3425C on white background.



Black color preview on #F3425C background

This text has black color on #F3425C background.


White color preview on #F3425C background

This text has white color on #F3425C background.