COLOR #F396F4

HEX: #F396F4
RGB: (243,150,244)

Color info

#F396F4 contains mainly red and blue colors. Web safe color of #F396F4 is #FF99FF (or #F9F).

RGB color model

#F396F4 color RGB value is (243,150,244).

  • red value is 243;
  • green value is 150;
  • blue value is 244.
RGB:
(243,150,244)
(95%,59%,96%)

RGB channels and saturation

R 243 of 255 = 95%
G 150 of 255 = 59%
B 244 of 255 = 96%

243
150
244

R + G + B ~ 83%. #F396F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 150 + 244 = 637 (100%)
R 243 of 637 ~ 38.15%
G 150 of 637 ~ 23.55%
B 244 of 637 ~ 38.3%

%38.15
%23.55
%38.3

CMYK color model

#F396F4 color CMYK value is (0,39,0,4).

  • cyan value is 0.41%
  • magenta value is 38.52%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(0,39,0,4)
C0M39Y0K4 
(0%,39%,0%,4%)
(0.00/0.39/0.00/0.04)	

CMYK percentages

%0.41
%38.52
%0
%4.31

Codes

Color #F396F4 in popluar color models

F396F4
RGB243150244
HSL299°81.03%77.25%
HSB/HSV299°38.52%95.69%
CMYK0.41%38.52%0.00%
4.31%

Color #F396F4 in popluar number systems.

HEXF396F4
Decimal243150244
Binary111100111001011011110100
Octal363226364

Shades and tints

Shades of #F396F4

#F396F4
(243,150,244)
#DD89DE
(221,137,222)
#C77CC8
(199,124,200)
#B16FB2
(177,111,178)
#9B629C
(155,98,156)
#855586
(133,85,134)
#6F4870
(111,72,112)
#593B5A
(89,59,90)
#432E44
(67,46,68)
#2D212E
(45,33,46)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #F396F4

#F396F4
(243,150,244)
#F49FF5
(244,159,245)
#F5A8F6
(245,168,246)
#F6B1F7
(246,177,247)
#F7BAF8
(247,186,248)
#F8C3F9
(248,195,249)
#F9CCFA
(249,204,250)
#FAD5FB
(250,213,251)
#FBDEFC
(251,222,252)
#FCE7FD
(252,231,253)
#FDF0FE
(253,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F396F4 color. Also use rgb(243,150,244) instead hex code.

Text Font Color

.myTextColor { color: #F396F4; }

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

This text font color is #F396F4.


Background Color

.myBgColor { background-color: #F396F4; }

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

This div background color is #F396F4.


Border color

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

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

This div border color is #F396F4.


Opacity

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

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

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

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

This text has shadow with #F396F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F396F4 on black background.


Color preview on white background

This text has color #F396F4 on white background.



Black color preview on #F396F4 background

This text has black color on #F396F4 background.


White color preview on #F396F4 background

This text has white color on #F396F4 background.