COLOR #F57BDD

HEX: #F57BDD
RGB: (245,123,221)

Color info

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

RGB color model

#F57BDD color RGB value is (245,123,221).

  • red value is 245;
  • green value is 123;
  • blue value is 221.
RGB:
(245,123,221)
(96%,48%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 123 of 255 = 48%
B 221 of 255 = 87%

245
123
221

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

Portions of RGB colors in percentages

R + G + B =
245 + 123 + 221 = 589 (100%)
R 245 of 589 ~ 41.6%
G 123 of 589 ~ 20.88%
B 221 of 589 ~ 37.52%

%41.6
%20.88
%37.52

CMYK color model

#F57BDD color CMYK value is (0,50,10,4).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(0,50,10,4)
C0M50Y10K4 
(0%,50%,10%,4%)
(0.00/0.50/0.10/0.04)	

CMYK percentages

%0
%49.8
%9.8
%3.92

Codes

Color #F57BDD in popluar color models

F57BDD
RGB245123221
HSL312°85.92%72.16%
HSB/HSV312°49.80%96.08%
CMYK0.00%49.80%9.80%
3.92%

Color #F57BDD in popluar number systems.

HEXF57BDD
Decimal245123221
Binary11110101111101111011101
Octal365173335

Shades and tints

Shades of #F57BDD

#F57BDD
(245,123,221)
#DF70C9
(223,112,201)
#C965B5
(201,101,181)
#B35AA1
(179,90,161)
#9D4F8D
(157,79,141)
#874479
(135,68,121)
#713965
(113,57,101)
#5B2E51
(91,46,81)
#45233D
(69,35,61)
#2F1829
(47,24,41)
#190D15
(25,13,21)
#000000
(0,0,0)

Tints of #F57BDD

#F57BDD
(245,123,221)
#F587E0
(245,135,224)
#F593E3
(245,147,227)
#F59FE6
(245,159,230)
#F5ABE9
(245,171,233)
#F5B7EC
(245,183,236)
#F5C3EF
(245,195,239)
#F5CFF2
(245,207,242)
#F5DBF5
(245,219,245)
#F5E7F8
(245,231,248)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F57BDD color. Also use rgb(245,123,221) instead hex code.

Text Font Color

.myTextColor { color: #F57BDD; }

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

This text font color is #F57BDD.


Background Color

.myBgColor { background-color: #F57BDD; }

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

This div background color is #F57BDD.


Border color

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

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

This div border color is #F57BDD.


Opacity

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

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

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

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

This text has shadow with #F57BDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57BDD on black background.


Color preview on white background

This text has color #F57BDD on white background.



Black color preview on #F57BDD background

This text has black color on #F57BDD background.


White color preview on #F57BDD background

This text has white color on #F57BDD background.