COLOR #F369B7

HEX: #F369B7
RGB: (243,105,183)

Color info

#F369B7 contains mainly red color. Web safe color of #F369B7 is #FF66CC (or #F6C).

RGB color model

#F369B7 color RGB value is (243,105,183).

  • red value is 243;
  • green value is 105;
  • blue value is 183.
RGB:
(243,105,183)
(95%,41%,72%)

RGB channels and saturation

R 243 of 255 = 95%
G 105 of 255 = 41%
B 183 of 255 = 72%

243
105
183

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

Portions of RGB colors in percentages

R + G + B =
243 + 105 + 183 = 531 (100%)
R 243 of 531 ~ 45.76%
G 105 of 531 ~ 19.77%
B 183 of 531 ~ 34.46%

%45.76
%19.77
%34.46

CMYK color model

#F369B7 color CMYK value is (0,57,25,5).

  • cyan value is 0.00%
  • magenta value is 56.79%
  • yellow value is 24.69%
  • key color value is 4.71%
CMYK:
(0,57,25,5)
C0M57Y25K5 
(0%,57%,25%,5%)
(0.00/0.57/0.25/0.05)	

CMYK percentages

%0
%56.79
%24.69
%4.71

Codes

Color #F369B7 in popluar color models

F369B7
RGB243105183
HSL326°85.19%68.24%
HSB/HSV326°56.79%95.29%
CMYK0.00%56.79%24.69%
4.71%

Color #F369B7 in popluar number systems.

HEXF369B7
Decimal243105183
Binary11110011110100110110111
Octal363151267

Shades and tints

Shades of #F369B7

#F369B7
(243,105,183)
#DD60A7
(221,96,167)
#C75797
(199,87,151)
#B14E87
(177,78,135)
#9B4577
(155,69,119)
#853C67
(133,60,103)
#6F3357
(111,51,87)
#592A47
(89,42,71)
#432137
(67,33,55)
#2D1827
(45,24,39)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #F369B7

#F369B7
(243,105,183)
#F476BD
(244,118,189)
#F583C3
(245,131,195)
#F690C9
(246,144,201)
#F79DCF
(247,157,207)
#F8AAD5
(248,170,213)
#F9B7DB
(249,183,219)
#FAC4E1
(250,196,225)
#FBD1E7
(251,209,231)
#FCDEED
(252,222,237)
#FDEBF3
(253,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F369B7 color. Also use rgb(243,105,183) instead hex code.

Text Font Color

.myTextColor { color: #F369B7; }

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

This text font color is #F369B7.


Background Color

.myBgColor { background-color: #F369B7; }

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

This div background color is #F369B7.


Border color

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

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

This div border color is #F369B7.


Opacity

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

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

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

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

This text has shadow with #F369B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F369B7 on black background.


Color preview on white background

This text has color #F369B7 on white background.



Black color preview on #F369B7 background

This text has black color on #F369B7 background.


White color preview on #F369B7 background

This text has white color on #F369B7 background.