COLOR #F69B7D

HEX: #F69B7D
RGB: (246,155,125)

Color info

#F69B7D contains mainly red color. Web safe color of #F69B7D is #FF9966 (or #F96).

RGB color model

#F69B7D color RGB value is (246,155,125).

  • red value is 246;
  • green value is 155;
  • blue value is 125.
RGB:
(246,155,125)
(96%,61%,49%)

RGB channels and saturation

R 246 of 255 = 96%
G 155 of 255 = 61%
B 125 of 255 = 49%

246
155
125

R + G + B ~ 69%. #F69B7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 155 + 125 = 526 (100%)
R 246 of 526 ~ 46.77%
G 155 of 526 ~ 29.47%
B 125 of 526 ~ 23.76%

%46.77
%29.47
%23.76

CMYK color model

#F69B7D color CMYK value is (0,37,49,4).

  • cyan value is 0.00%
  • magenta value is 36.99%
  • yellow value is 49.19%
  • key color value is 3.53%
CMYK:
(0,37,49,4)
C0M37Y49K4 
(0%,37%,49%,4%)
(0.00/0.37/0.49/0.04)	

CMYK percentages

%0
%36.99
%49.19
%3.53

Codes

Color #F69B7D in popluar color models

F69B7D
RGB246155125
HSL15°87.05%72.75%
HSB/HSV15°49.19%96.47%
CMYK0.00%36.99%49.19%
3.53%

Color #F69B7D in popluar number systems.

HEXF69B7D
Decimal246155125
Binary11110110100110111111101
Octal366233175

Shades and tints

Shades of #F69B7D

#F69B7D
(246,155,125)
#E08D72
(224,141,114)
#CA7F67
(202,127,103)
#B4715C
(180,113,92)
#9E6351
(158,99,81)
#885546
(136,85,70)
#72473B
(114,71,59)
#5C3930
(92,57,48)
#462B25
(70,43,37)
#301D1A
(48,29,26)
#1A0F0F
(26,15,15)
#000000
(0,0,0)

Tints of #F69B7D

#F69B7D
(246,155,125)
#F6A488
(246,164,136)
#F6AD93
(246,173,147)
#F6B69E
(246,182,158)
#F6BFA9
(246,191,169)
#F6C8B4
(246,200,180)
#F6D1BF
(246,209,191)
#F6DACA
(246,218,202)
#F6E3D5
(246,227,213)
#F6ECE0
(246,236,224)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69B7D color. Also use rgb(246,155,125) instead hex code.

Text Font Color

.myTextColor { color: #F69B7D; }

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

This text font color is #F69B7D.


Background Color

.myBgColor { background-color: #F69B7D; }

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

This div background color is #F69B7D.


Border color

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

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

This div border color is #F69B7D.


Opacity

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

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

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

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

This text has shadow with #F69B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69B7D on black background.


Color preview on white background

This text has color #F69B7D on white background.



Black color preview on #F69B7D background

This text has black color on #F69B7D background.


White color preview on #F69B7D background

This text has white color on #F69B7D background.