COLOR #F993D3

HEX: #F993D3
RGB: (249,147,211)

Color info

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

RGB color model

#F993D3 color RGB value is (249,147,211).

  • red value is 249;
  • green value is 147;
  • blue value is 211.
RGB:
(249,147,211)
(98%,58%,83%)

RGB channels and saturation

R 249 of 255 = 98%
G 147 of 255 = 58%
B 211 of 255 = 83%

249
147
211

R + G + B ~ 80%. #F993D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 147 + 211 = 607 (100%)
R 249 of 607 ~ 41.02%
G 147 of 607 ~ 24.22%
B 211 of 607 ~ 34.76%

%41.02
%24.22
%34.76

CMYK color model

#F993D3 color CMYK value is (0,41,15,2).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 15.26%
  • key color value is 2.35%
CMYK:
(0,41,15,2)
C0M41Y15K2 
(0%,41%,15%,2%)
(0.00/0.41/0.15/0.02)	

CMYK percentages

%0
%40.96
%15.26
%2.35

Codes

Color #F993D3 in popluar color models

F993D3
RGB249147211
HSL322°89.47%77.65%
HSB/HSV322°40.96%97.65%
CMYK0.00%40.96%15.26%
2.35%

Color #F993D3 in popluar number systems.

HEXF993D3
Decimal249147211
Binary111110011001001111010011
Octal371223323

Shades and tints

Shades of #F993D3

#F993D3
(249,147,211)
#E386C0
(227,134,192)
#CD79AD
(205,121,173)
#B76C9A
(183,108,154)
#A15F87
(161,95,135)
#8B5274
(139,82,116)
#754561
(117,69,97)
#5F384E
(95,56,78)
#492B3B
(73,43,59)
#331E28
(51,30,40)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #F993D3

#F993D3
(249,147,211)
#F99CD7
(249,156,215)
#F9A5DB
(249,165,219)
#F9AEDF
(249,174,223)
#F9B7E3
(249,183,227)
#F9C0E7
(249,192,231)
#F9C9EB
(249,201,235)
#F9D2EF
(249,210,239)
#F9DBF3
(249,219,243)
#F9E4F7
(249,228,247)
#F9EDFB
(249,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F993D3 color. Also use rgb(249,147,211) instead hex code.

Text Font Color

.myTextColor { color: #F993D3; }

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

This text font color is #F993D3.


Background Color

.myBgColor { background-color: #F993D3; }

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

This div background color is #F993D3.


Border color

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

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

This div border color is #F993D3.


Opacity

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

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

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

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

This text has shadow with #F993D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F993D3 on black background.


Color preview on white background

This text has color #F993D3 on white background.



Black color preview on #F993D3 background

This text has black color on #F993D3 background.


White color preview on #F993D3 background

This text has white color on #F993D3 background.