COLOR #F492E3

HEX: #F492E3
RGB: (244,146,227)

Color info

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

RGB color model

#F492E3 color RGB value is (244,146,227).

  • red value is 244;
  • green value is 146;
  • blue value is 227.
RGB:
(244,146,227)
(96%,57%,89%)

RGB channels and saturation

R 244 of 255 = 96%
G 146 of 255 = 57%
B 227 of 255 = 89%

244
146
227

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

Portions of RGB colors in percentages

R + G + B =
244 + 146 + 227 = 617 (100%)
R 244 of 617 ~ 39.55%
G 146 of 617 ~ 23.66%
B 227 of 617 ~ 36.79%

%39.55
%23.66
%36.79

CMYK color model

#F492E3 color CMYK value is (0,40,7,4).

  • cyan value is 0.00%
  • magenta value is 40.16%
  • yellow value is 6.97%
  • key color value is 4.31%
CMYK:
(0,40,7,4)
C0M40Y7K4 
(0%,40%,7%,4%)
(0.00/0.40/0.07/0.04)	

CMYK percentages

%0
%40.16
%6.97
%4.31

Codes

Color #F492E3 in popluar color models

F492E3
RGB244146227
HSL310°81.67%76.47%
HSB/HSV310°40.16%95.69%
CMYK0.00%40.16%6.97%
4.31%

Color #F492E3 in popluar number systems.

HEXF492E3
Decimal244146227
Binary111101001001001011100011
Octal364222343

Shades and tints

Shades of #F492E3

#F492E3
(244,146,227)
#DE85CF
(222,133,207)
#C878BB
(200,120,187)
#B26BA7
(178,107,167)
#9C5E93
(156,94,147)
#86517F
(134,81,127)
#70446B
(112,68,107)
#5A3757
(90,55,87)
#442A43
(68,42,67)
#2E1D2F
(46,29,47)
#18101B
(24,16,27)
#000000
(0,0,0)

Tints of #F492E3

#F492E3
(244,146,227)
#F59BE5
(245,155,229)
#F6A4E7
(246,164,231)
#F7ADE9
(247,173,233)
#F8B6EB
(248,182,235)
#F9BFED
(249,191,237)
#FAC8EF
(250,200,239)
#FBD1F1
(251,209,241)
#FCDAF3
(252,218,243)
#FDE3F5
(253,227,245)
#FEECF7
(254,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F492E3 color. Also use rgb(244,146,227) instead hex code.

Text Font Color

.myTextColor { color: #F492E3; }

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

This text font color is #F492E3.


Background Color

.myBgColor { background-color: #F492E3; }

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

This div background color is #F492E3.


Border color

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

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

This div border color is #F492E3.


Opacity

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

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

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

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

This text has shadow with #F492E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F492E3 on black background.


Color preview on white background

This text has color #F492E3 on white background.



Black color preview on #F492E3 background

This text has black color on #F492E3 background.


White color preview on #F492E3 background

This text has white color on #F492E3 background.