COLOR #F08185

HEX: #F08185 RGB: (240,129,133)

Color info

#F08185 contains mainly red color. Web safe color of #F08185 is #FF9999 (or #F99).

RGB color model

#F08185 color RGB value is (240,129,133).

RGB: (240,129,133) (94%, 51%, 52%)

RGB channels and saturation

R 240 of 255 = 94%
G 129 of 255 = 51%
B 133 of 255 = 52%

240
129
133

R + G + B ~ 66%. #F08185 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 129 + 133 = 502 (100%)
R 240 of 502 ~ 47.81%
G 129 of 502 ~ 25.7%
B 133 of 502 ~ 26.49'%

%47.81
%25.7
%26.49

CMYK color model

#F08185 color CMYK value is (0,46,45,6).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 44.58%
  • key color value is 5.88%

CMYK: (0,46,45,6)
C0M46Y45K6 (0%, 46%, 45%, 6%)
(0.00 / 0.46 / 0.45 / 0.06)

CMYK percentages

%0
%46.25
%44.58
%5.88

Codes

Color #F08185 in popluar color models

F0 81 85
RGB 240 129 133
HSL 358° 78.72% 72.35%
HSB/HSV 358° 46.25% 94.12%
CMYK 0.00% 46.25% 44.58%
5.88%

Color #F08185 in popluar number systems.

HEX F0 81 85
Decimal 240 129 133
Binary 11110000 10000001 10000101
Octal 360 201 205

Shades and tints

Shades of #F08185

#F08185
(240,129,133)
#DB7679
(219,118,121)
#C66B6D
(198,107,109)
#B16061
(177,96,97)
#9C5555
(156,85,85)
#874A49
(135,74,73)
#723F3D
(114,63,61)
#5D3431
(93,52,49)
#482925
(72,41,37)
#331E19
(51,30,25)
#1E130D
(30,19,13)
#000000
(0,0,0)

Tints of #F08185

#F08185
(240,129,133)
#F18C90
(241,140,144)
#F2979B
(242,151,155)
#F3A2A6
(243,162,166)
#F4ADB1
(244,173,177)
#F5B8BC
(245,184,188)
#F6C3C7
(246,195,199)
#F7CED2
(247,206,210)
#F8D9DD
(248,217,221)
#F9E4E8
(249,228,232)
#FAEFF3
(250,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08185 color. Also use rgb(240,129,133) instead hex code.

Text Font Color

.myTextColor { color: #F08185; }

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

This text font color is #F08185.

Background Color

.myBgColor { background-color: #F08185; }

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

This div background color is #F08185.

Border color

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

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

This div border color is #F08185.

Opacity

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

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

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

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

This text has shadow with #F08185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08185.

Preview

Color preview on black background

This text has color #F08185 on black background.


Color preview on white background

This text has color #F08185 on white background.


Black color preview on #F08185 background

This text has black color on #F08185 background.


White color preview on #F08185 background

This text has white color on #F08185 background.


Related colors

Complementary color

Complementary color for #hex is #0F7E7A.


I love getcolorcode.com

Triadic colors

1 #85F081 and #8185F0 with #F08185 are triadic colors.

2 #8581F0 and #81F085 with #F08185 are triadic colors.