COLOR #F493D5

HEX: #F493D5
RGB: (244,147,213)

Color info

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

RGB color model

#F493D5 color RGB value is (244,147,213).

  • red value is 244;
  • green value is 147;
  • blue value is 213.
RGB:
(244,147,213)
(96%,58%,84%)

RGB channels and saturation

R 244 of 255 = 96%
G 147 of 255 = 58%
B 213 of 255 = 84%

244
147
213

R + G + B ~ 79%. #F493D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 147 + 213 = 604 (100%)
R 244 of 604 ~ 40.4%
G 147 of 604 ~ 24.34%
B 213 of 604 ~ 35.26%

%40.4
%24.34
%35.26

CMYK color model

#F493D5 color CMYK value is (0,40,13,4).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,40,13,4)
C0M40Y13K4 
(0%,40%,13%,4%)
(0.00/0.40/0.13/0.04)	

CMYK percentages

%0
%39.75
%12.7
%4.31

Codes

Color #F493D5 in popluar color models

F493D5
RGB244147213
HSL319°81.51%76.67%
HSB/HSV319°39.75%95.69%
CMYK0.00%39.75%12.70%
4.31%

Color #F493D5 in popluar number systems.

HEXF493D5
Decimal244147213
Binary111101001001001111010101
Octal364223325

Shades and tints

Shades of #F493D5

#F493D5
(244,147,213)
#DE86C2
(222,134,194)
#C879AF
(200,121,175)
#B26C9C
(178,108,156)
#9C5F89
(156,95,137)
#865276
(134,82,118)
#704563
(112,69,99)
#5A3850
(90,56,80)
#442B3D
(68,43,61)
#2E1E2A
(46,30,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #F493D5

#F493D5
(244,147,213)
#F59CD8
(245,156,216)
#F6A5DB
(246,165,219)
#F7AEDE
(247,174,222)
#F8B7E1
(248,183,225)
#F9C0E4
(249,192,228)
#FAC9E7
(250,201,231)
#FBD2EA
(251,210,234)
#FCDBED
(252,219,237)
#FDE4F0
(253,228,240)
#FEEDF3
(254,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F493D5 color. Also use rgb(244,147,213) instead hex code.

Text Font Color

.myTextColor { color: #F493D5; }

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

This text font color is #F493D5.


Background Color

.myBgColor { background-color: #F493D5; }

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

This div background color is #F493D5.


Border color

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

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

This div border color is #F493D5.


Opacity

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

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

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

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

This text has shadow with #F493D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F493D5 on black background.


Color preview on white background

This text has color #F493D5 on white background.



Black color preview on #F493D5 background

This text has black color on #F493D5 background.


White color preview on #F493D5 background

This text has white color on #F493D5 background.