COLOR #F3898A

HEX: #F3898A RGB: (243,137,138)

Color info

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

RGB color model

#F3898A color RGB value is (243,137,138).

RGB: (243,137,138) (95%, 54%, 54%)

RGB channels and saturation

R 243 of 255 = 95%
G 137 of 255 = 54%
B 138 of 255 = 54%

243
137
138

R + G + B ~ 68%. #F3898A is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 137 + 138 = 518 (100%)
R 243 of 518 ~ 46.91%
G 137 of 518 ~ 26.45%
B 138 of 518 ~ 26.64'%

%46.91
%26.45
%26.64

CMYK color model

#F3898A color CMYK value is (0,44,43,5).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 43.21%
  • key color value is 4.71%

CMYK: (0,44,43,5)
C0M44Y43K5 (0%, 44%, 43%, 5%)
(0.00 / 0.44 / 0.43 / 0.05)

CMYK percentages

%0
%43.62
%43.21
%4.71

Codes

Color #F3898A in popluar color models

F3 89 8A
RGB 243 137 138
HSL 359° 81.54% 74.51%
HSB/HSV 359° 43.62% 95.29%
CMYK 0.00% 43.62% 43.21%
4.71%

Color #F3898A in popluar number systems.

HEX F3 89 8A
Decimal 243 137 138
Binary 11110011 10001001 10001010
Octal 363 211 212

Shades and tints

Shades of #F3898A

#F3898A
(243,137,138)
#DD7D7E
(221,125,126)
#C77172
(199,113,114)
#B16566
(177,101,102)
#9B595A
(155,89,90)
#854D4E
(133,77,78)
#6F4142
(111,65,66)
#593536
(89,53,54)
#43292A
(67,41,42)
#2D1D1E
(45,29,30)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #F3898A

#F3898A
(243,137,138)
#F49394
(244,147,148)
#F59D9E
(245,157,158)
#F6A7A8
(246,167,168)
#F7B1B2
(247,177,178)
#F8BBBC
(248,187,188)
#F9C5C6
(249,197,198)
#FACFD0
(250,207,208)
#FBD9DA
(251,217,218)
#FCE3E4
(252,227,228)
#FDEDEE
(253,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3898A color. Also use rgb(243,137,138) instead hex code.

Text Font Color

.myTextColor { color: #F3898A; }

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

This text font color is #F3898A.

Background Color

.myBgColor { background-color: #F3898A; }

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

This div background color is #F3898A.

Border color

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

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

This div border color is #F3898A.

Opacity

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

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

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

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

This text has shadow with #F3898A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3898A.

Preview

Color preview on black background

This text has color #F3898A on black background.


Color preview on white background

This text has color #F3898A on white background.


Black color preview on #F3898A background

This text has black color on #F3898A background.


White color preview on #F3898A background

This text has white color on #F3898A background.


Related colors

Complementary color

Complementary color for #hex is #0C7675.


I love getcolorcode.com

Triadic colors

1 #8AF389 and #898AF3 with #F3898A are triadic colors.

2 #8A89F3 and #89F38A with #F3898A are triadic colors.