COLOR #F67275

HEX: #F67275
RGB: (246,114,117)

Color info

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

RGB color model

#F67275 color RGB value is (246,114,117).

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

RGB channels and saturation

R 246 of 255 = 96%
G 114 of 255 = 45%
B 117 of 255 = 46%

246
114
117

R + G + B ~ 62%. #F67275 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 114 + 117 = 477 (100%)
R 246 of 477 ~ 51.57%
G 114 of 477 ~ 23.9%
B 117 of 477 ~ 24.53%

%51.57
%23.9
%24.53

CMYK color model

#F67275 color CMYK value is (0,54,52,4).

  • cyan value is 0.00%
  • magenta value is 53.66%
  • yellow value is 52.44%
  • key color value is 3.53%
CMYK:
(0,54,52,4)
C0M54Y52K4 
(0%,54%,52%,4%)
(0.00/0.54/0.52/0.04)	

CMYK percentages

%0
%53.66
%52.44
%3.53

Codes

Color #F67275 in popluar color models

F67275
RGB246114117
HSL359°88.00%70.59%
HSB/HSV359°53.66%96.47%
CMYK0.00%53.66%52.44%
3.53%

Color #F67275 in popluar number systems.

HEXF67275
Decimal246114117
Binary1111011011100101110101
Octal366162165

Shades and tints

Shades of #F67275

#F67275
(246,114,117)
#E0686B
(224,104,107)
#CA5E61
(202,94,97)
#B45457
(180,84,87)
#9E4A4D
(158,74,77)
#884043
(136,64,67)
#723639
(114,54,57)
#5C2C2F
(92,44,47)
#462225
(70,34,37)
#30181B
(48,24,27)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #F67275

#F67275
(246,114,117)
#F67E81
(246,126,129)
#F68A8D
(246,138,141)
#F69699
(246,150,153)
#F6A2A5
(246,162,165)
#F6AEB1
(246,174,177)
#F6BABD
(246,186,189)
#F6C6C9
(246,198,201)
#F6D2D5
(246,210,213)
#F6DEE1
(246,222,225)
#F6EAED
(246,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F67275; }

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

This text font color is #F67275.


Background Color

.myBgColor { background-color: #F67275; }

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

This div background color is #F67275.


Border color

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

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

This div border color is #F67275.


Opacity

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

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

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

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

This text has shadow with #F67275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F67275 on black background.


Color preview on white background

This text has color #F67275 on white background.



Black color preview on #F67275 background

This text has black color on #F67275 background.


White color preview on #F67275 background

This text has white color on #F67275 background.