COLOR #F36DAE

HEX: #F36DAE
RGB: (243,109,174)

Color info

#F36DAE contains mainly red color. Web safe color of #F36DAE is #FF6699 (or #F69).

RGB color model

#F36DAE color RGB value is (243,109,174).

  • red value is 243;
  • green value is 109;
  • blue value is 174.
RGB:
(243,109,174)
(95%,43%,68%)

RGB channels and saturation

R 243 of 255 = 95%
G 109 of 255 = 43%
B 174 of 255 = 68%

243
109
174

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

Portions of RGB colors in percentages

R + G + B =
243 + 109 + 174 = 526 (100%)
R 243 of 526 ~ 46.2%
G 109 of 526 ~ 20.72%
B 174 of 526 ~ 33.08%

%46.2
%20.72
%33.08

CMYK color model

#F36DAE color CMYK value is (0,55,28,5).

  • cyan value is 0.00%
  • magenta value is 55.14%
  • yellow value is 28.40%
  • key color value is 4.71%
CMYK:
(0,55,28,5)
C0M55Y28K5 
(0%,55%,28%,5%)
(0.00/0.55/0.28/0.05)	

CMYK percentages

%0
%55.14
%28.4
%4.71

Codes

Color #F36DAE in popluar color models

F36DAE
RGB243109174
HSL331°84.81%69.02%
HSB/HSV331°55.14%95.29%
CMYK0.00%55.14%28.40%
4.71%

Color #F36DAE in popluar number systems.

HEXF36DAE
Decimal243109174
Binary11110011110110110101110
Octal363155256

Shades and tints

Shades of #F36DAE

#F36DAE
(243,109,174)
#DD649F
(221,100,159)
#C75B90
(199,91,144)
#B15281
(177,82,129)
#9B4972
(155,73,114)
#854063
(133,64,99)
#6F3754
(111,55,84)
#592E45
(89,46,69)
#432536
(67,37,54)
#2D1C27
(45,28,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #F36DAE

#F36DAE
(243,109,174)
#F47AB5
(244,122,181)
#F587BC
(245,135,188)
#F694C3
(246,148,195)
#F7A1CA
(247,161,202)
#F8AED1
(248,174,209)
#F9BBD8
(249,187,216)
#FAC8DF
(250,200,223)
#FBD5E6
(251,213,230)
#FCE2ED
(252,226,237)
#FDEFF4
(253,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F36DAE color. Also use rgb(243,109,174) instead hex code.

Text Font Color

.myTextColor { color: #F36DAE; }

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

This text font color is #F36DAE.


Background Color

.myBgColor { background-color: #F36DAE; }

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

This div background color is #F36DAE.


Border color

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

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

This div border color is #F36DAE.


Opacity

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

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

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

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

This text has shadow with #F36DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F36DAE on black background.


Color preview on white background

This text has color #F36DAE on white background.



Black color preview on #F36DAE background

This text has black color on #F36DAE background.


White color preview on #F36DAE background

This text has white color on #F36DAE background.