COLOR #F576E2

HEX: #F576E2
RGB: (245,118,226)

Color info

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

RGB color model

#F576E2 color RGB value is (245,118,226).

  • red value is 245;
  • green value is 118;
  • blue value is 226.
RGB:
(245,118,226)
(96%,46%,89%)

RGB channels and saturation

R 245 of 255 = 96%
G 118 of 255 = 46%
B 226 of 255 = 89%

245
118
226

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

Portions of RGB colors in percentages

R + G + B =
245 + 118 + 226 = 589 (100%)
R 245 of 589 ~ 41.6%
G 118 of 589 ~ 20.03%
B 226 of 589 ~ 38.37%

%41.6
%20.03
%38.37

CMYK color model

#F576E2 color CMYK value is (0,52,8,4).

  • cyan value is 0.00%
  • magenta value is 51.84%
  • yellow value is 7.76%
  • key color value is 3.92%
CMYK:
(0,52,8,4)
C0M52Y8K4 
(0%,52%,8%,4%)
(0.00/0.52/0.08/0.04)	

CMYK percentages

%0
%51.84
%7.76
%3.92

Codes

Color #F576E2 in popluar color models

F576E2
RGB245118226
HSL309°86.39%71.18%
HSB/HSV309°51.84%96.08%
CMYK0.00%51.84%7.76%
3.92%

Color #F576E2 in popluar number systems.

HEXF576E2
Decimal245118226
Binary11110101111011011100010
Octal365166342

Shades and tints

Shades of #F576E2

#F576E2
(245,118,226)
#DF6CCE
(223,108,206)
#C962BA
(201,98,186)
#B358A6
(179,88,166)
#9D4E92
(157,78,146)
#87447E
(135,68,126)
#713A6A
(113,58,106)
#5B3056
(91,48,86)
#452642
(69,38,66)
#2F1C2E
(47,28,46)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #F576E2

#F576E2
(245,118,226)
#F582E4
(245,130,228)
#F58EE6
(245,142,230)
#F59AE8
(245,154,232)
#F5A6EA
(245,166,234)
#F5B2EC
(245,178,236)
#F5BEEE
(245,190,238)
#F5CAF0
(245,202,240)
#F5D6F2
(245,214,242)
#F5E2F4
(245,226,244)
#F5EEF6
(245,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F576E2 color. Also use rgb(245,118,226) instead hex code.

Text Font Color

.myTextColor { color: #F576E2; }

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

This text font color is #F576E2.


Background Color

.myBgColor { background-color: #F576E2; }

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

This div background color is #F576E2.


Border color

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

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

This div border color is #F576E2.


Opacity

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

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

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

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

This text has shadow with #F576E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F576E2 on black background.


Color preview on white background

This text has color #F576E2 on white background.



Black color preview on #F576E2 background

This text has black color on #F576E2 background.


White color preview on #F576E2 background

This text has white color on #F576E2 background.