COLOR #F08273

HEX: #F08273 RGB: (240,130,115)

Color info

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

RGB color model

#F08273 color RGB value is (240,130,115).

RGB: (240,130,115) (94%, 51%, 45%)

RGB channels and saturation

R 240 of 255 = 94%
G 130 of 255 = 51%
B 115 of 255 = 45%

240
130
115

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

Portions of RGB colors in percentages

R + G + B = 240 + 130 + 115 = 485 (100%)
R 240 of 485 ~ 49.48%
G 130 of 485 ~ 26.8%
B 115 of 485 ~ 23.71'%

%49.48
%26.8
%23.71

CMYK color model

#F08273 color CMYK value is (0,46,52,6).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 52.08%
  • key color value is 5.88%

CMYK: (0,46,52,6)
C0M46Y52K6 (0%, 46%, 52%, 6%)
(0.00 / 0.46 / 0.52 / 0.06)

CMYK percentages

%0
%45.83
%52.08
%5.88

Codes

Color #F08273 in popluar color models

F0 82 73
RGB 240 130 115
HSL 80.65% 69.61%
HSB/HSV 52.08% 94.12%
CMYK 0.00% 45.83% 52.08%
5.88%

Color #F08273 in popluar number systems.

HEX F0 82 73
Decimal 240 130 115
Binary 11110000 10000010 1110011
Octal 360 202 163

Shades and tints

Shades of #F08273

#F08273
(240,130,115)
#DB7769
(219,119,105)
#C66C5F
(198,108,95)
#B16155
(177,97,85)
#9C564B
(156,86,75)
#874B41
(135,75,65)
#724037
(114,64,55)
#5D352D
(93,53,45)
#482A23
(72,42,35)
#331F19
(51,31,25)
#1E140F
(30,20,15)
#000000
(0,0,0)

Tints of #F08273

#F08273
(240,130,115)
#F18D7F
(241,141,127)
#F2988B
(242,152,139)
#F3A397
(243,163,151)
#F4AEA3
(244,174,163)
#F5B9AF
(245,185,175)
#F6C4BB
(246,196,187)
#F7CFC7
(247,207,199)
#F8DAD3
(248,218,211)
#F9E5DF
(249,229,223)
#FAF0EB
(250,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08273 color. Also use rgb(240,130,115) instead hex code.

Text Font Color

.myTextColor { color: #F08273; }

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

This text font color is #F08273.

Background Color

.myBgColor { background-color: #F08273; }

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

This div background color is #F08273.

Border color

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

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

This div border color is #F08273.

Opacity

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

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

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

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

This text has shadow with #F08273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08273.

Preview

Color preview on black background

This text has color #F08273 on black background.


Color preview on white background

This text has color #F08273 on white background.


Black color preview on #F08273 background

This text has black color on #F08273 background.


White color preview on #F08273 background

This text has white color on #F08273 background.


Related colors

Complementary color

Complementary color for #hex is #0F7D8C.


I love getcolorcode.com

Triadic colors

1 #73F082 and #8273F0 with #F08273 are triadic colors.

2 #7382F0 and #82F073 with #F08273 are triadic colors.