COLOR #F399DE

HEX: #F399DE
RGB: (243,153,222)

Color info

#F399DE contains mainly red and blue colors. Web safe color of #F399DE is #FF99CC (or #F9C).

RGB color model

#F399DE color RGB value is (243,153,222).

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

RGB channels and saturation

R 243 of 255 = 95%
G 153 of 255 = 60%
B 222 of 255 = 87%

243
153
222

R + G + B ~ 81%. #F399DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 153 + 222 = 618 (100%)
R 243 of 618 ~ 39.32%
G 153 of 618 ~ 24.76%
B 222 of 618 ~ 35.92%

%39.32
%24.76
%35.92

CMYK color model

#F399DE color CMYK value is (0,37,9,5).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 8.64%
  • key color value is 4.71%
CMYK:
(0,37,9,5)
C0M37Y9K5 
(0%,37%,9%,5%)
(0.00/0.37/0.09/0.05)	

CMYK percentages

%0
%37.04
%8.64
%4.71

Codes

Color #F399DE in popluar color models

F399DE
RGB243153222
HSL314°78.95%77.65%
HSB/HSV314°37.04%95.29%
CMYK0.00%37.04%8.64%
4.71%

Color #F399DE in popluar number systems.

HEXF399DE
Decimal243153222
Binary111100111001100111011110
Octal363231336

Shades and tints

Shades of #F399DE

#F399DE
(243,153,222)
#DD8CCA
(221,140,202)
#C77FB6
(199,127,182)
#B172A2
(177,114,162)
#9B658E
(155,101,142)
#85587A
(133,88,122)
#6F4B66
(111,75,102)
#593E52
(89,62,82)
#43313E
(67,49,62)
#2D242A
(45,36,42)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #F399DE

#F399DE
(243,153,222)
#F4A2E1
(244,162,225)
#F5ABE4
(245,171,228)
#F6B4E7
(246,180,231)
#F7BDEA
(247,189,234)
#F8C6ED
(248,198,237)
#F9CFF0
(249,207,240)
#FAD8F3
(250,216,243)
#FBE1F6
(251,225,246)
#FCEAF9
(252,234,249)
#FDF3FC
(253,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F399DE; }

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

This text font color is #F399DE.


Background Color

.myBgColor { background-color: #F399DE; }

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

This div background color is #F399DE.


Border color

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

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

This div border color is #F399DE.


Opacity

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

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

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

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

This text has shadow with #F399DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F399DE on black background.


Color preview on white background

This text has color #F399DE on white background.



Black color preview on #F399DE background

This text has black color on #F399DE background.


White color preview on #F399DE background

This text has white color on #F399DE background.