COLOR #F69086

HEX: #F69086
RGB: (246,144,134)

Color info

#F69086 contains mainly red color. Web safe color of #F69086 is #FF9999 (or #F99).

RGB color model

#F69086 color RGB value is (246,144,134).

  • red value is 246;
  • green value is 144;
  • blue value is 134.
RGB:
(246,144,134)
(96%,56%,53%)

RGB channels and saturation

R 246 of 255 = 96%
G 144 of 255 = 56%
B 134 of 255 = 53%

246
144
134

R + G + B ~ 68%. #F69086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 144 + 134 = 524 (100%)
R 246 of 524 ~ 46.95%
G 144 of 524 ~ 27.48%
B 134 of 524 ~ 25.57%

%46.95
%27.48
%25.57

CMYK color model

#F69086 color CMYK value is (0,41,46,4).

  • cyan value is 0.00%
  • magenta value is 41.46%
  • yellow value is 45.53%
  • key color value is 3.53%
CMYK:
(0,41,46,4)
C0M41Y46K4 
(0%,41%,46%,4%)
(0.00/0.41/0.46/0.04)	

CMYK percentages

%0
%41.46
%45.53
%3.53

Codes

Color #F69086 in popluar color models

F69086
RGB246144134
HSL86.15%74.51%
HSB/HSV45.53%96.47%
CMYK0.00%41.46%45.53%
3.53%

Color #F69086 in popluar number systems.

HEXF69086
Decimal246144134
Binary111101101001000010000110
Octal366220206

Shades and tints

Shades of #F69086

#F69086
(246,144,134)
#E0837A
(224,131,122)
#CA766E
(202,118,110)
#B46962
(180,105,98)
#9E5C56
(158,92,86)
#884F4A
(136,79,74)
#72423E
(114,66,62)
#5C3532
(92,53,50)
#462826
(70,40,38)
#301B1A
(48,27,26)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #F69086

#F69086
(246,144,134)
#F69A91
(246,154,145)
#F6A49C
(246,164,156)
#F6AEA7
(246,174,167)
#F6B8B2
(246,184,178)
#F6C2BD
(246,194,189)
#F6CCC8
(246,204,200)
#F6D6D3
(246,214,211)
#F6E0DE
(246,224,222)
#F6EAE9
(246,234,233)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69086 color. Also use rgb(246,144,134) instead hex code.

Text Font Color

.myTextColor { color: #F69086; }

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

This text font color is #F69086.


Background Color

.myBgColor { background-color: #F69086; }

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

This div background color is #F69086.


Border color

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

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

This div border color is #F69086.


Opacity

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

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

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

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

This text has shadow with #F69086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69086 on black background.


Color preview on white background

This text has color #F69086 on white background.



Black color preview on #F69086 background

This text has black color on #F69086 background.


White color preview on #F69086 background

This text has white color on #F69086 background.