COLOR #F0829F

HEX: #F0829F RGB: (240,130,159)

Color info

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

RGB color model

#F0829F color RGB value is (240,130,159).

RGB: (240,130,159) (94%, 51%, 62%)

RGB channels and saturation

R 240 of 255 = 94%
G 130 of 255 = 51%
B 159 of 255 = 62%

240
130
159

R + G + B ~ 69%. #F0829F is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 130 + 159 = 529 (100%)
R 240 of 529 ~ 45.37%
G 130 of 529 ~ 24.57%
B 159 of 529 ~ 30.06'%

%45.37
%24.57
%30.06

CMYK color model

#F0829F color CMYK value is (0,46,34,6).

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

CMYK: (0,46,34,6)
C0M46Y34K6 (0%, 46%, 34%, 6%)
(0.00 / 0.46 / 0.34 / 0.06)

CMYK percentages

%0
%45.83
%33.75
%5.88

Codes

Color #F0829F in popluar color models

F0 82 9F
RGB 240 130 159
HSL 344° 78.57% 72.55%
HSB/HSV 344° 45.83% 94.12%
CMYK 0.00% 45.83% 33.75%
5.88%

Color #F0829F in popluar number systems.

HEX F0 82 9F
Decimal 240 130 159
Binary 11110000 10000010 10011111
Octal 360 202 237

Shades and tints

Shades of #F0829F

#F0829F
(240,130,159)
#DB7791
(219,119,145)
#C66C83
(198,108,131)
#B16175
(177,97,117)
#9C5667
(156,86,103)
#874B59
(135,75,89)
#72404B
(114,64,75)
#5D353D
(93,53,61)
#482A2F
(72,42,47)
#331F21
(51,31,33)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #F0829F

#F0829F
(240,130,159)
#F18DA7
(241,141,167)
#F298AF
(242,152,175)
#F3A3B7
(243,163,183)
#F4AEBF
(244,174,191)
#F5B9C7
(245,185,199)
#F6C4CF
(246,196,207)
#F7CFD7
(247,207,215)
#F8DADF
(248,218,223)
#F9E5E7
(249,229,231)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0829F; }

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

This text font color is #F0829F.

Background Color

.myBgColor { background-color: #F0829F; }

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

This div background color is #F0829F.

Border color

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

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

This div border color is #F0829F.

Opacity

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

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

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

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

This text has shadow with #F0829F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0829F.

Preview

Color preview on black background

This text has color #F0829F on black background.


Color preview on white background

This text has color #F0829F on white background.


Black color preview on #F0829F background

This text has black color on #F0829F background.


White color preview on #F0829F background

This text has white color on #F0829F background.


Related colors

Complementary color

Complementary color for #hex is #0F7D60.


I love getcolorcode.com

Triadic colors

1 #9FF082 and #829FF0 with #F0829F are triadic colors.

2 #9F82F0 and #82F09F with #F0829F are triadic colors.