COLOR #F6695E

HEX: #F6695E
RGB: (246,105,94)

Color info

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

RGB color model

#F6695E color RGB value is (246,105,94).

  • red value is 246;
  • green value is 105;
  • blue value is 94.
RGB:
(246,105,94)
(96%,41%,37%)

RGB channels and saturation

R 246 of 255 = 96%
G 105 of 255 = 41%
B 94 of 255 = 37%

246
105
94

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

Portions of RGB colors in percentages

R + G + B =
246 + 105 + 94 = 445 (100%)
R 246 of 445 ~ 55.28%
G 105 of 445 ~ 23.6%
B 94 of 445 ~ 21.12%

%55.28
%23.6
%21.12

CMYK color model

#F6695E color CMYK value is (0,57,62,4).

  • cyan value is 0.00%
  • magenta value is 57.32%
  • yellow value is 61.79%
  • key color value is 3.53%
CMYK:
(0,57,62,4)
C0M57Y62K4 
(0%,57%,62%,4%)
(0.00/0.57/0.62/0.04)	

CMYK percentages

%0
%57.32
%61.79
%3.53

Codes

Color #F6695E in popluar color models

F6695E
RGB24610594
HSL89.41%66.67%
HSB/HSV61.79%96.47%
CMYK0.00%57.32%61.79%
3.53%

Color #F6695E in popluar number systems.

HEXF6695E
Decimal24610594
Binary1111011011010011011110
Octal366151136

Shades and tints

Shades of #F6695E

#F6695E
(246,105,94)
#E06056
(224,96,86)
#CA574E
(202,87,78)
#B44E46
(180,78,70)
#9E453E
(158,69,62)
#883C36
(136,60,54)
#72332E
(114,51,46)
#5C2A26
(92,42,38)
#46211E
(70,33,30)
#301816
(48,24,22)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #F6695E

#F6695E
(246,105,94)
#F6766C
(246,118,108)
#F6837A
(246,131,122)
#F69088
(246,144,136)
#F69D96
(246,157,150)
#F6AAA4
(246,170,164)
#F6B7B2
(246,183,178)
#F6C4C0
(246,196,192)
#F6D1CE
(246,209,206)
#F6DEDC
(246,222,220)
#F6EBEA
(246,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6695E color. Also use rgb(246,105,94) instead hex code.

Text Font Color

.myTextColor { color: #F6695E; }

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

This text font color is #F6695E.


Background Color

.myBgColor { background-color: #F6695E; }

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

This div background color is #F6695E.


Border color

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

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

This div border color is #F6695E.


Opacity

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

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

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

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

This text has shadow with #F6695E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6695E on black background.


Color preview on white background

This text has color #F6695E on white background.



Black color preview on #F6695E background

This text has black color on #F6695E background.


White color preview on #F6695E background

This text has white color on #F6695E background.