COLOR #F6727B

HEX: #F6727B
RGB: (246,114,123)

Color info

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

RGB color model

#F6727B color RGB value is (246,114,123).

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

RGB channels and saturation

R 246 of 255 = 96%
G 114 of 255 = 45%
B 123 of 255 = 48%

246
114
123

R + G + B ~ 63%. #F6727B is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 114 + 123 = 483 (100%)
R 246 of 483 ~ 50.93%
G 114 of 483 ~ 23.6%
B 123 of 483 ~ 25.47%

%50.93
%23.6
%25.47

CMYK color model

#F6727B color CMYK value is (0,54,50,4).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 50.00%
  • key color value is 3.53%
CMYK:
(0,54,50,4)
C0M54Y50K4 
(0%,54%,50%,4%)
(0.00/0.54/0.50/0.04)	

CMYK percentages

%0
%53.66
%50
%3.53

Codes

Color #F6727B in popluar color models

F6727B
RGB246114123
HSL356°88.00%70.59%
HSB/HSV356°53.66%96.47%
CMYK0.00%53.66%50.00%
3.53%

Color #F6727B in popluar number systems.

HEXF6727B
Decimal246114123
Binary1111011011100101111011
Octal366162173

Shades and tints

Shades of #F6727B

#F6727B
(246,114,123)
#E06870
(224,104,112)
#CA5E65
(202,94,101)
#B4545A
(180,84,90)
#9E4A4F
(158,74,79)
#884044
(136,64,68)
#723639
(114,54,57)
#5C2C2E
(92,44,46)
#462223
(70,34,35)
#301818
(48,24,24)
#1A0E0D
(26,14,13)
#000000
(0,0,0)

Tints of #F6727B

#F6727B
(246,114,123)
#F67E87
(246,126,135)
#F68A93
(246,138,147)
#F6969F
(246,150,159)
#F6A2AB
(246,162,171)
#F6AEB7
(246,174,183)
#F6BAC3
(246,186,195)
#F6C6CF
(246,198,207)
#F6D2DB
(246,210,219)
#F6DEE7
(246,222,231)
#F6EAF3
(246,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6727B; }

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

This text font color is #F6727B.


Background Color

.myBgColor { background-color: #F6727B; }

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

This div background color is #F6727B.


Border color

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

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

This div border color is #F6727B.


Opacity

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

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

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

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

This text has shadow with #F6727B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6727B on black background.


Color preview on white background

This text has color #F6727B on white background.



Black color preview on #F6727B background

This text has black color on #F6727B background.


White color preview on #F6727B background

This text has white color on #F6727B background.