COLOR #F38AB2

HEX: #F38AB2
RGB: (243,138,178)

Color info

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

RGB color model

#F38AB2 color RGB value is (243,138,178).

  • red value is 243;
  • green value is 138;
  • blue value is 178.
RGB:
(243,138,178)
(95%,54%,70%)

RGB channels and saturation

R 243 of 255 = 95%
G 138 of 255 = 54%
B 178 of 255 = 70%

243
138
178

R + G + B ~ 73%. #F38AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 138 + 178 = 559 (100%)
R 243 of 559 ~ 43.47%
G 138 of 559 ~ 24.69%
B 178 of 559 ~ 31.84%

%43.47
%24.69
%31.84

CMYK color model

#F38AB2 color CMYK value is (0,43,27,5).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(0,43,27,5)
C0M43Y27K5 
(0%,43%,27%,5%)
(0.00/0.43/0.27/0.05)	

CMYK percentages

%0
%43.21
%26.75
%4.71

Codes

Color #F38AB2 in popluar color models

F38AB2
RGB243138178
HSL337°81.40%74.71%
HSB/HSV337°43.21%95.29%
CMYK0.00%43.21%26.75%
4.71%

Color #F38AB2 in popluar number systems.

HEXF38AB2
Decimal243138178
Binary111100111000101010110010
Octal363212262

Shades and tints

Shades of #F38AB2

#F38AB2
(243,138,178)
#DD7EA2
(221,126,162)
#C77292
(199,114,146)
#B16682
(177,102,130)
#9B5A72
(155,90,114)
#854E62
(133,78,98)
#6F4252
(111,66,82)
#593642
(89,54,66)
#432A32
(67,42,50)
#2D1E22
(45,30,34)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #F38AB2

#F38AB2
(243,138,178)
#F494B9
(244,148,185)
#F59EC0
(245,158,192)
#F6A8C7
(246,168,199)
#F7B2CE
(247,178,206)
#F8BCD5
(248,188,213)
#F9C6DC
(249,198,220)
#FAD0E3
(250,208,227)
#FBDAEA
(251,218,234)
#FCE4F1
(252,228,241)
#FDEEF8
(253,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F38AB2; }

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

This text font color is #F38AB2.


Background Color

.myBgColor { background-color: #F38AB2; }

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

This div background color is #F38AB2.


Border color

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

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

This div border color is #F38AB2.


Opacity

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

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

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

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

This text has shadow with #F38AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38AB2 on black background.


Color preview on white background

This text has color #F38AB2 on white background.



Black color preview on #F38AB2 background

This text has black color on #F38AB2 background.


White color preview on #F38AB2 background

This text has white color on #F38AB2 background.