COLOR #F37AE0

HEX: #F37AE0
RGB: (243,122,224)

Color info

#F37AE0 contains mainly red and blue colors. Web safe color of #F37AE0 is #FF66CC (or #F6C).

RGB color model

#F37AE0 color RGB value is (243,122,224).

  • red value is 243;
  • green value is 122;
  • blue value is 224.
RGB:
(243,122,224)
(95%,48%,88%)

RGB channels and saturation

R 243 of 255 = 95%
G 122 of 255 = 48%
B 224 of 255 = 88%

243
122
224

R + G + B ~ 77%. #F37AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 122 + 224 = 589 (100%)
R 243 of 589 ~ 41.26%
G 122 of 589 ~ 20.71%
B 224 of 589 ~ 38.03%

%41.26
%20.71
%38.03

CMYK color model

#F37AE0 color CMYK value is (0,50,8,5).

  • cyan value is 0.00%
  • magenta value is 49.79%
  • yellow value is 7.82%
  • key color value is 4.71%
CMYK:
(0,50,8,5)
C0M50Y8K5 
(0%,50%,8%,5%)
(0.00/0.50/0.08/0.05)	

CMYK percentages

%0
%49.79
%7.82
%4.71

Codes

Color #F37AE0 in popluar color models

F37AE0
RGB243122224
HSL309°83.45%71.57%
HSB/HSV309°49.79%95.29%
CMYK0.00%49.79%7.82%
4.71%

Color #F37AE0 in popluar number systems.

HEXF37AE0
Decimal243122224
Binary11110011111101011100000
Octal363172340

Shades and tints

Shades of #F37AE0

#F37AE0
(243,122,224)
#DD6FCC
(221,111,204)
#C764B8
(199,100,184)
#B159A4
(177,89,164)
#9B4E90
(155,78,144)
#85437C
(133,67,124)
#6F3868
(111,56,104)
#592D54
(89,45,84)
#432240
(67,34,64)
#2D172C
(45,23,44)
#170C18
(23,12,24)
#000000
(0,0,0)

Tints of #F37AE0

#F37AE0
(243,122,224)
#F486E2
(244,134,226)
#F592E4
(245,146,228)
#F69EE6
(246,158,230)
#F7AAE8
(247,170,232)
#F8B6EA
(248,182,234)
#F9C2EC
(249,194,236)
#FACEEE
(250,206,238)
#FBDAF0
(251,218,240)
#FCE6F2
(252,230,242)
#FDF2F4
(253,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F37AE0 color. Also use rgb(243,122,224) instead hex code.

Text Font Color

.myTextColor { color: #F37AE0; }

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

This text font color is #F37AE0.


Background Color

.myBgColor { background-color: #F37AE0; }

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

This div background color is #F37AE0.


Border color

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

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

This div border color is #F37AE0.


Opacity

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

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

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

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

This text has shadow with #F37AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F37AE0 on black background.


Color preview on white background

This text has color #F37AE0 on white background.



Black color preview on #F37AE0 background

This text has black color on #F37AE0 background.


White color preview on #F37AE0 background

This text has white color on #F37AE0 background.