COLOR #F57BF7

HEX: #F57BF7
RGB: (245,123,247)

Color info

#F57BF7 contains mainly red and blue colors. Web safe color of #F57BF7 is #FF66FF (or #F6F).

RGB color model

#F57BF7 color RGB value is (245,123,247).

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

RGB channels and saturation

R 245 of 255 = 96%
G 123 of 255 = 48%
B 247 of 255 = 97%

245
123
247

R + G + B ~ 80%. #F57BF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 123 + 247 = 615 (100%)
R 245 of 615 ~ 39.84%
G 123 of 615 ~ 20%
B 247 of 615 ~ 40.16%

%39.84
%20
%40.16

CMYK color model

#F57BF7 color CMYK value is (1,50,0,3).

  • cyan value is 0.81%
  • magenta value is 50.20%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(1,50,0,3)
C1M50Y0K3 
(1%,50%,0%,3%)
(0.01/0.50/0.00/0.03)	

CMYK percentages

%0.81
%50.2
%0
%3.14

Codes

Color #F57BF7 in popluar color models

F57BF7
RGB245123247
HSL299°88.57%72.55%
HSB/HSV299°50.20%96.86%
CMYK0.81%50.20%0.00%
3.14%

Color #F57BF7 in popluar number systems.

HEXF57BF7
Decimal245123247
Binary11110101111101111110111
Octal365173367

Shades and tints

Shades of #F57BF7

#F57BF7
(245,123,247)
#DF70E1
(223,112,225)
#C965CB
(201,101,203)
#B35AB5
(179,90,181)
#9D4F9F
(157,79,159)
#874489
(135,68,137)
#713973
(113,57,115)
#5B2E5D
(91,46,93)
#452347
(69,35,71)
#2F1831
(47,24,49)
#190D1B
(25,13,27)
#000000
(0,0,0)

Tints of #F57BF7

#F57BF7
(245,123,247)
#F587F7
(245,135,247)
#F593F7
(245,147,247)
#F59FF7
(245,159,247)
#F5ABF7
(245,171,247)
#F5B7F7
(245,183,247)
#F5C3F7
(245,195,247)
#F5CFF7
(245,207,247)
#F5DBF7
(245,219,247)
#F5E7F7
(245,231,247)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F57BF7; }

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

This text font color is #F57BF7.


Background Color

.myBgColor { background-color: #F57BF7; }

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

This div background color is #F57BF7.


Border color

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

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

This div border color is #F57BF7.


Opacity

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

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

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

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

This text has shadow with #F57BF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F57BF7 on black background.


Color preview on white background

This text has color #F57BF7 on white background.



Black color preview on #F57BF7 background

This text has black color on #F57BF7 background.


White color preview on #F57BF7 background

This text has white color on #F57BF7 background.