COLOR #F6746E

HEX: #F6746E
RGB: (246,116,110)

Color info

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

RGB color model

#F6746E color RGB value is (246,116,110).

  • red value is 246;
  • green value is 116;
  • blue value is 110.
RGB:
(246,116,110)
(96%,45%,43%)

RGB channels and saturation

R 246 of 255 = 96%
G 116 of 255 = 45%
B 110 of 255 = 43%

246
116
110

R + G + B ~ 61%. #F6746E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 116 + 110 = 472 (100%)
R 246 of 472 ~ 52.12%
G 116 of 472 ~ 24.58%
B 110 of 472 ~ 23.31%

%52.12
%24.58
%23.31

CMYK color model

#F6746E color CMYK value is (0,53,55,4).

  • cyan value is 0.00%
  • magenta value is 52.85%
  • yellow value is 55.28%
  • key color value is 3.53%
CMYK:
(0,53,55,4)
C0M53Y55K4 
(0%,53%,55%,4%)
(0.00/0.53/0.55/0.04)	

CMYK percentages

%0
%52.85
%55.28
%3.53

Codes

Color #F6746E in popluar color models

F6746E
RGB246116110
HSL88.31%69.80%
HSB/HSV55.28%96.47%
CMYK0.00%52.85%55.28%
3.53%

Color #F6746E in popluar number systems.

HEXF6746E
Decimal246116110
Binary1111011011101001101110
Octal366164156

Shades and tints

Shades of #F6746E

#F6746E
(246,116,110)
#E06A64
(224,106,100)
#CA605A
(202,96,90)
#B45650
(180,86,80)
#9E4C46
(158,76,70)
#88423C
(136,66,60)
#723832
(114,56,50)
#5C2E28
(92,46,40)
#46241E
(70,36,30)
#301A14
(48,26,20)
#1A100A
(26,16,10)
#000000
(0,0,0)

Tints of #F6746E

#F6746E
(246,116,110)
#F6807B
(246,128,123)
#F68C88
(246,140,136)
#F69895
(246,152,149)
#F6A4A2
(246,164,162)
#F6B0AF
(246,176,175)
#F6BCBC
(246,188,188)
#F6C8C9
(246,200,201)
#F6D4D6
(246,212,214)
#F6E0E3
(246,224,227)
#F6ECF0
(246,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6746E color. Also use rgb(246,116,110) instead hex code.

Text Font Color

.myTextColor { color: #F6746E; }

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

This text font color is #F6746E.


Background Color

.myBgColor { background-color: #F6746E; }

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

This div background color is #F6746E.


Border color

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

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

This div border color is #F6746E.


Opacity

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

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

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

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

This text has shadow with #F6746E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6746E on black background.


Color preview on white background

This text has color #F6746E on white background.



Black color preview on #F6746E background

This text has black color on #F6746E background.


White color preview on #F6746E background

This text has white color on #F6746E background.