COLOR #F38599

HEX: #F38599
RGB: (243,133,153)

Color info

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

RGB color model

#F38599 color RGB value is (243,133,153).

  • red value is 243;
  • green value is 133;
  • blue value is 153.
RGB:
(243,133,153)
(95%,52%,60%)

RGB channels and saturation

R 243 of 255 = 95%
G 133 of 255 = 52%
B 153 of 255 = 60%

243
133
153

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

Portions of RGB colors in percentages

R + G + B =
243 + 133 + 153 = 529 (100%)
R 243 of 529 ~ 45.94%
G 133 of 529 ~ 25.14%
B 153 of 529 ~ 28.92%

%45.94
%25.14
%28.92

CMYK color model

#F38599 color CMYK value is (0,45,37,5).

  • cyan value is 0.00%
  • magenta value is 45.27%
  • yellow value is 37.04%
  • key color value is 4.71%
CMYK:
(0,45,37,5)
C0M45Y37K5 
(0%,45%,37%,5%)
(0.00/0.45/0.37/0.05)	

CMYK percentages

%0
%45.27
%37.04
%4.71

Codes

Color #F38599 in popluar color models

F38599
RGB243133153
HSL349°82.09%73.73%
HSB/HSV349°45.27%95.29%
CMYK0.00%45.27%37.04%
4.71%

Color #F38599 in popluar number systems.

HEXF38599
Decimal243133153
Binary111100111000010110011001
Octal363205231

Shades and tints

Shades of #F38599

#F38599
(243,133,153)
#DD798C
(221,121,140)
#C76D7F
(199,109,127)
#B16172
(177,97,114)
#9B5565
(155,85,101)
#854958
(133,73,88)
#6F3D4B
(111,61,75)
#59313E
(89,49,62)
#432531
(67,37,49)
#2D1924
(45,25,36)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #F38599

#F38599
(243,133,153)
#F490A2
(244,144,162)
#F59BAB
(245,155,171)
#F6A6B4
(246,166,180)
#F7B1BD
(247,177,189)
#F8BCC6
(248,188,198)
#F9C7CF
(249,199,207)
#FAD2D8
(250,210,216)
#FBDDE1
(251,221,225)
#FCE8EA
(252,232,234)
#FDF3F3
(253,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F38599; }

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

This text font color is #F38599.


Background Color

.myBgColor { background-color: #F38599; }

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

This div background color is #F38599.


Border color

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

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

This div border color is #F38599.


Opacity

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

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

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

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

This text has shadow with #F38599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F38599 on black background.


Color preview on white background

This text has color #F38599 on white background.



Black color preview on #F38599 background

This text has black color on #F38599 background.


White color preview on #F38599 background

This text has white color on #F38599 background.