COLOR #F3765C

HEX: #F3765C
RGB: (243,118,92)

Color info

#F3765C contains mainly red color. Web safe color of #F3765C is #FF6666 (or #F66).

RGB color model

#F3765C color RGB value is (243,118,92).

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

RGB channels and saturation

R 243 of 255 = 95%
G 118 of 255 = 46%
B 92 of 255 = 36%

243
118
92

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

Portions of RGB colors in percentages

R + G + B =
243 + 118 + 92 = 453 (100%)
R 243 of 453 ~ 53.64%
G 118 of 453 ~ 26.05%
B 92 of 453 ~ 20.31%

%53.64
%26.05
%20.31

CMYK color model

#F3765C color CMYK value is (0,51,62,5).

  • cyan value is 0.00%
  • magenta value is 51.44%
  • yellow value is 62.14%
  • key color value is 4.71%
CMYK:
(0,51,62,5)
C0M51Y62K5 
(0%,51%,62%,5%)
(0.00/0.51/0.62/0.05)	

CMYK percentages

%0
%51.44
%62.14
%4.71

Codes

Color #F3765C in popluar color models

F3765C
RGB24311892
HSL10°86.29%65.69%
HSB/HSV10°62.14%95.29%
CMYK0.00%51.44%62.14%
4.71%

Color #F3765C in popluar number systems.

HEXF3765C
Decimal24311892
Binary1111001111101101011100
Octal363166134

Shades and tints

Shades of #F3765C

#F3765C
(243,118,92)
#DD6C54
(221,108,84)
#C7624C
(199,98,76)
#B15844
(177,88,68)
#9B4E3C
(155,78,60)
#854434
(133,68,52)
#6F3A2C
(111,58,44)
#593024
(89,48,36)
#43261C
(67,38,28)
#2D1C14
(45,28,20)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #F3765C

#F3765C
(243,118,92)
#F4826A
(244,130,106)
#F58E78
(245,142,120)
#F69A86
(246,154,134)
#F7A694
(247,166,148)
#F8B2A2
(248,178,162)
#F9BEB0
(249,190,176)
#FACABE
(250,202,190)
#FBD6CC
(251,214,204)
#FCE2DA
(252,226,218)
#FDEEE8
(253,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3765C; }

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

This text font color is #F3765C.


Background Color

.myBgColor { background-color: #F3765C; }

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

This div background color is #F3765C.


Border color

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

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

This div border color is #F3765C.


Opacity

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

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

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

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

This text has shadow with #F3765C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3765C on black background.


Color preview on white background

This text has color #F3765C on white background.



Black color preview on #F3765C background

This text has black color on #F3765C background.


White color preview on #F3765C background

This text has white color on #F3765C background.