COLOR #F399A4

HEX: #F399A4 RGB: (243,153,164)

Color info

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

RGB color model

#F399A4 color RGB value is (243,153,164).

RGB: (243,153,164) (95%, 60%, 64%)

RGB channels and saturation

R 243 of 255 = 95%
G 153 of 255 = 60%
B 164 of 255 = 64%

243
153
164

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

Portions of RGB colors in percentages

R + G + B = 243 + 153 + 164 = 560 (100%)
R 243 of 560 ~ 43.39%
G 153 of 560 ~ 27.32%
B 164 of 560 ~ 29.29'%

%43.39
%27.32
%29.29

CMYK color model

#F399A4 color CMYK value is (0,37,33,5).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 32.51%
  • key color value is 4.71%

CMYK: (0,37,33,5)
C0M37Y33K5 (0%, 37%, 33%, 5%)
(0.00 / 0.37 / 0.33 / 0.05)

CMYK percentages

%0
%37.04
%32.51
%4.71

Codes

Color #F399A4 in popluar color models

F3 99 A4
RGB 243 153 164
HSL 353° 78.95% 77.65%
HSB/HSV 353° 37.04% 95.29%
CMYK 0.00% 37.04% 32.51%
4.71%

Color #F399A4 in popluar number systems.

HEX F3 99 A4
Decimal 243 153 164
Binary 11110011 10011001 10100100
Octal 363 231 244

Shades and tints

Shades of #F399A4

#F399A4
(243,153,164)
#DD8C96
(221,140,150)
#C77F88
(199,127,136)
#B1727A
(177,114,122)
#9B656C
(155,101,108)
#85585E
(133,88,94)
#6F4B50
(111,75,80)
#593E42
(89,62,66)
#433134
(67,49,52)
#2D2426
(45,36,38)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #F399A4

#F399A4
(243,153,164)
#F4A2AC
(244,162,172)
#F5ABB4
(245,171,180)
#F6B4BC
(246,180,188)
#F7BDC4
(247,189,196)
#F8C6CC
(248,198,204)
#F9CFD4
(249,207,212)
#FAD8DC
(250,216,220)
#FBE1E4
(251,225,228)
#FCEAEC
(252,234,236)
#FDF3F4
(253,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F399A4 color. Also use rgb(243,153,164) instead hex code.

Text Font Color

.myTextColor { color: #F399A4; }

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

This text font color is #F399A4.

Background Color

.myBgColor { background-color: #F399A4; }

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

This div background color is #F399A4.

Border color

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

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

This div border color is #F399A4.

Opacity

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

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

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

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

This text has shadow with #F399A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F399A4.

Preview

Color preview on black background

This text has color #F399A4 on black background.


Color preview on white background

This text has color #F399A4 on white background.


Black color preview on #F399A4 background

This text has black color on #F399A4 background.


White color preview on #F399A4 background

This text has white color on #F399A4 background.


Related colors

Complementary color

Complementary color for #hex is #0C665B.


I love getcolorcode.com

Triadic colors

1 #A4F399 and #99A4F3 with #F399A4 are triadic colors.

2 #A499F3 and #99F3A4 with #F399A4 are triadic colors.