COLOR #F577C2

HEX: #F577C2
RGB: (245,119,194)

Color info

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

RGB color model

#F577C2 color RGB value is (245,119,194).

  • red value is 245;
  • green value is 119;
  • blue value is 194.
RGB:
(245,119,194)
(96%,47%,76%)

RGB channels and saturation

R 245 of 255 = 96%
G 119 of 255 = 47%
B 194 of 255 = 76%

245
119
194

R + G + B ~ 73%. #F577C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 119 + 194 = 558 (100%)
R 245 of 558 ~ 43.91%
G 119 of 558 ~ 21.33%
B 194 of 558 ~ 34.77%

%43.91
%21.33
%34.77

CMYK color model

#F577C2 color CMYK value is (0,51,21,4).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 20.82%
  • key color value is 3.92%
CMYK:
(0,51,21,4)
C0M51Y21K4 
(0%,51%,21%,4%)
(0.00/0.51/0.21/0.04)	

CMYK percentages

%0
%51.43
%20.82
%3.92

Codes

Color #F577C2 in popluar color models

F577C2
RGB245119194
HSL324°86.30%71.37%
HSB/HSV324°51.43%96.08%
CMYK0.00%51.43%20.82%
3.92%

Color #F577C2 in popluar number systems.

HEXF577C2
Decimal245119194
Binary11110101111011111000010
Octal365167302

Shades and tints

Shades of #F577C2

#F577C2
(245,119,194)
#DF6DB1
(223,109,177)
#C963A0
(201,99,160)
#B3598F
(179,89,143)
#9D4F7E
(157,79,126)
#87456D
(135,69,109)
#713B5C
(113,59,92)
#5B314B
(91,49,75)
#45273A
(69,39,58)
#2F1D29
(47,29,41)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #F577C2

#F577C2
(245,119,194)
#F583C7
(245,131,199)
#F58FCC
(245,143,204)
#F59BD1
(245,155,209)
#F5A7D6
(245,167,214)
#F5B3DB
(245,179,219)
#F5BFE0
(245,191,224)
#F5CBE5
(245,203,229)
#F5D7EA
(245,215,234)
#F5E3EF
(245,227,239)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F577C2 color. Also use rgb(245,119,194) instead hex code.

Text Font Color

.myTextColor { color: #F577C2; }

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

This text font color is #F577C2.


Background Color

.myBgColor { background-color: #F577C2; }

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

This div background color is #F577C2.


Border color

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

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

This div border color is #F577C2.


Opacity

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

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

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

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

This text has shadow with #F577C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F577C2 on black background.


Color preview on white background

This text has color #F577C2 on white background.



Black color preview on #F577C2 background

This text has black color on #F577C2 background.


White color preview on #F577C2 background

This text has white color on #F577C2 background.