COLOR #F383B2

HEX: #F383B2
RGB: (243,131,178)

Color info

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

RGB color model

#F383B2 color RGB value is (243,131,178).

  • red value is 243;
  • green value is 131;
  • blue value is 178.
RGB:
(243,131,178)
(95%,51%,70%)

RGB channels and saturation

R 243 of 255 = 95%
G 131 of 255 = 51%
B 178 of 255 = 70%

243
131
178

R + G + B ~ 72%. #F383B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 131 + 178 = 552 (100%)
R 243 of 552 ~ 44.02%
G 131 of 552 ~ 23.73%
B 178 of 552 ~ 32.25%

%44.02
%23.73
%32.25

CMYK color model

#F383B2 color CMYK value is (0,46,27,5).

  • cyan value is 0.00%
  • magenta value is 46.09%
  • yellow value is 26.75%
  • key color value is 4.71%
CMYK:
(0,46,27,5)
C0M46Y27K5 
(0%,46%,27%,5%)
(0.00/0.46/0.27/0.05)	

CMYK percentages

%0
%46.09
%26.75
%4.71

Codes

Color #F383B2 in popluar color models

F383B2
RGB243131178
HSL335°82.35%73.33%
HSB/HSV335°46.09%95.29%
CMYK0.00%46.09%26.75%
4.71%

Color #F383B2 in popluar number systems.

HEXF383B2
Decimal243131178
Binary111100111000001110110010
Octal363203262

Shades and tints

Shades of #F383B2

#F383B2
(243,131,178)
#DD78A2
(221,120,162)
#C76D92
(199,109,146)
#B16282
(177,98,130)
#9B5772
(155,87,114)
#854C62
(133,76,98)
#6F4152
(111,65,82)
#593642
(89,54,66)
#432B32
(67,43,50)
#2D2022
(45,32,34)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #F383B2

#F383B2
(243,131,178)
#F48EB9
(244,142,185)
#F599C0
(245,153,192)
#F6A4C7
(246,164,199)
#F7AFCE
(247,175,206)
#F8BAD5
(248,186,213)
#F9C5DC
(249,197,220)
#FAD0E3
(250,208,227)
#FBDBEA
(251,219,234)
#FCE6F1
(252,230,241)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F383B2 color. Also use rgb(243,131,178) instead hex code.

Text Font Color

.myTextColor { color: #F383B2; }

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

This text font color is #F383B2.


Background Color

.myBgColor { background-color: #F383B2; }

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

This div background color is #F383B2.


Border color

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

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

This div border color is #F383B2.


Opacity

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

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

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

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

This text has shadow with #F383B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F383B2 on black background.


Color preview on white background

This text has color #F383B2 on white background.



Black color preview on #F383B2 background

This text has black color on #F383B2 background.


White color preview on #F383B2 background

This text has white color on #F383B2 background.