COLOR #F6729B

HEX: #F6729B
RGB: (246,114,155)

Color info

#F6729B contains mainly red color. Web safe color of #F6729B is #FF6699 (or #F69).

RGB color model

#F6729B color RGB value is (246,114,155).

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

RGB channels and saturation

R 246 of 255 = 96%
G 114 of 255 = 45%
B 155 of 255 = 61%

246
114
155

R + G + B ~ 67%. #F6729B is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 114 + 155 = 515 (100%)
R 246 of 515 ~ 47.77%
G 114 of 515 ~ 22.14%
B 155 of 515 ~ 30.1%

%47.77
%22.14
%30.1

CMYK color model

#F6729B color CMYK value is (0,54,37,4).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 36.99%
  • key color value is 3.53%
CMYK:
(0,54,37,4)
C0M54Y37K4 
(0%,54%,37%,4%)
(0.00/0.54/0.37/0.04)	

CMYK percentages

%0
%53.66
%36.99
%3.53

Codes

Color #F6729B in popluar color models

F6729B
RGB246114155
HSL341°88.00%70.59%
HSB/HSV341°53.66%96.47%
CMYK0.00%53.66%36.99%
3.53%

Color #F6729B in popluar number systems.

HEXF6729B
Decimal246114155
Binary11110110111001010011011
Octal366162233

Shades and tints

Shades of #F6729B

#F6729B
(246,114,155)
#E0688D
(224,104,141)
#CA5E7F
(202,94,127)
#B45471
(180,84,113)
#9E4A63
(158,74,99)
#884055
(136,64,85)
#723647
(114,54,71)
#5C2C39
(92,44,57)
#46222B
(70,34,43)
#30181D
(48,24,29)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #F6729B

#F6729B
(246,114,155)
#F67EA4
(246,126,164)
#F68AAD
(246,138,173)
#F696B6
(246,150,182)
#F6A2BF
(246,162,191)
#F6AEC8
(246,174,200)
#F6BAD1
(246,186,209)
#F6C6DA
(246,198,218)
#F6D2E3
(246,210,227)
#F6DEEC
(246,222,236)
#F6EAF5
(246,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6729B; }

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

This text font color is #F6729B.


Background Color

.myBgColor { background-color: #F6729B; }

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

This div background color is #F6729B.


Border color

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

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

This div border color is #F6729B.


Opacity

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

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

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

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

This text has shadow with #F6729B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6729B on black background.


Color preview on white background

This text has color #F6729B on white background.



Black color preview on #F6729B background

This text has black color on #F6729B background.


White color preview on #F6729B background

This text has white color on #F6729B background.