COLOR #F057BD

HEX: #F057BD RGB: (240,87,189)

Color info

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

RGB color model

#F057BD color RGB value is (240,87,189).

RGB: (240,87,189) (94%, 34%, 74%)

RGB channels and saturation

R 240 of 255 = 94%
G 87 of 255 = 34%
B 189 of 255 = 74%

240
87
189

R + G + B ~ 67%. #F057BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 87 + 189 = 516 (100%)
R 240 of 516 ~ 46.51%
G 87 of 516 ~ 16.86%
B 189 of 516 ~ 36.63'%

%46.51
%16.86
%36.63

CMYK color model

#F057BD color CMYK value is (0,64,21,6).

  • cyan value is 0.00%
  • magenta value is 63.75%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK: (0,64,21,6) C0M64Y21K6 (0%,64%,21%,6%) (0.00/0.64/0.21/0.06) 

CMYK percentages

%0
%63.75
%21.25
%5.88

Codes

Color #F057BD in popluar color models

F0 57 BD
RGB 240 87 189
HSL 320° 83.61% 64.12%
HSB/HSV 320° 63.75% 94.12%
CMYK 0.00% 63.75% 21.25%
5.88%

Color #F057BD in popluar number systems.

HEX F0 57 BD
Decimal 240 87 189
Binary 11110000 1010111 10111101
Octal 360 127 275

Shades and tints

Shades of #F057BD

#F057BD
(240,87,189)
#DB50AC
(219,80,172)
#C6499B
(198,73,155)
#B1428A
(177,66,138)
#9C3B79
(156,59,121)
#873468
(135,52,104)
#722D57
(114,45,87)
#5D2646
(93,38,70)
#481F35
(72,31,53)
#331824
(51,24,36)
#1E1113
(30,17,19)
#000000
(0,0,0)

Tints of #F057BD

#F057BD
(240,87,189)
#F166C3
(241,102,195)
#F275C9
(242,117,201)
#F384CF
(243,132,207)
#F493D5
(244,147,213)
#F5A2DB
(245,162,219)
#F6B1E1
(246,177,225)
#F7C0E7
(247,192,231)
#F8CFED
(248,207,237)
#F9DEF3
(249,222,243)
#FAEDF9
(250,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F057BD color. Also use rgb(240,87,189) instead hex code.

Text Font Color

.myTextColor { color: #F057BD; }

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

This text font color is #F057BD.

Background Color

.myBgColor { background-color: #F057BD; }

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

This div background color is #F057BD.

Border color

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

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

This div border color is #F057BD.

Opacity

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

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

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

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

This text has shadow with #F057BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F057BD.

Preview

Color preview on black background

This text has color #F057BD on black background.


Color preview on white background

This text has color #F057BD on white background.


Black color preview on #F057BD background

This text has black color on #F057BD background.


White color preview on #F057BD background

This text has white color on #F057BD background.


Related colors

Complementary color

Complementary color for #hex is #0FA842.


I love getcolorcode.com

Gradients

Color #F057BD is used in Rose Pink gradient.

Rose Pink


Triadic colors

1 #BDF057 and #57BDF0 with #F057BD are triadic colors.

2 #BD57F0 and #57F0BD with #F057BD are triadic colors.