COLOR #F395AB

HEX: #F395AB RGB: (243,149,171)

Color info

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

RGB color model

#F395AB color RGB value is (243,149,171).

RGB: (243,149,171) (95%, 58%, 67%)

RGB channels and saturation

R 243 of 255 = 95%
G 149 of 255 = 58%
B 171 of 255 = 67%

243
149
171

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

Portions of RGB colors in percentages

R + G + B = 243 + 149 + 171 = 563 (100%)
R 243 of 563 ~ 43.16%
G 149 of 563 ~ 26.47%
B 171 of 563 ~ 30.37'%

%43.16
%26.47
%30.37

CMYK color model

#F395AB color CMYK value is (0,39,30,5).

  • cyan value is 0.00%
  • magenta value is 38.68%
  • yellow value is 29.63%
  • key color value is 4.71%
CMYK: (0,39,30,5) C0M39Y30K5 (0%,39%,30%,5%) (0.00/0.39/0.30/0.05) 

CMYK percentages

%0
%38.68
%29.63
%4.71

Codes

Color #F395AB in popluar color models

F3 95 AB
RGB 243 149 171
HSL 346° 79.66% 76.86%
HSB/HSV 346° 38.68% 95.29%
CMYK 0.00% 38.68% 29.63%
4.71%

Color #F395AB in popluar number systems.

HEX F3 95 AB
Decimal 243 149 171
Binary 11110011 10010101 10101011
Octal 363 225 253

Shades and tints

Shades of #F395AB

#F395AB
(243,149,171)
#DD889C
(221,136,156)
#C77B8D
(199,123,141)
#B16E7E
(177,110,126)
#9B616F
(155,97,111)
#855460
(133,84,96)
#6F4751
(111,71,81)
#593A42
(89,58,66)
#432D33
(67,45,51)
#2D2024
(45,32,36)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #F395AB

#F395AB
(243,149,171)
#F49EB2
(244,158,178)
#F5A7B9
(245,167,185)
#F6B0C0
(246,176,192)
#F7B9C7
(247,185,199)
#F8C2CE
(248,194,206)
#F9CBD5
(249,203,213)
#FAD4DC
(250,212,220)
#FBDDE3
(251,221,227)
#FCE6EA
(252,230,234)
#FDEFF1
(253,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F395AB color. Also use rgb(243,149,171) instead hex code.

Text Font Color

.myTextColor { color: #F395AB; }

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

This text font color is #F395AB.

Background Color

.myBgColor { background-color: #F395AB; }

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

This div background color is #F395AB.

Border color

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

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

This div border color is #F395AB.

Opacity

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

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

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

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

This text has shadow with #F395AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F395AB.

Preview

Color preview on black background

This text has color #F395AB on black background.


Color preview on white background

This text has color #F395AB on white background.


Black color preview on #F395AB background

This text has black color on #F395AB background.


White color preview on #F395AB background

This text has white color on #F395AB background.


Related colors

Complementary color

Complementary color for #hex is #0C6A54.


I love getcolorcode.com

Triadic colors

1 #ABF395 and #95ABF3 with #F395AB are triadic colors.

2 #AB95F3 and #95F3AB with #F395AB are triadic colors.