COLOR #F755A4

HEX: #F755A4
RGB: (247,85,164)

Color info

#F755A4 contains mainly red color. Web safe color of #F755A4 is #FF6699 (or #F69).

RGB color model

#F755A4 color RGB value is (247,85,164).

  • red value is 247;
  • green value is 85;
  • blue value is 164.
RGB:
(247,85,164)
(97%,33%,64%)

RGB channels and saturation

R 247 of 255 = 97%
G 85 of 255 = 33%
B 164 of 255 = 64%

247
85
164

R + G + B ~ 65%. #F755A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 85 + 164 = 496 (100%)
R 247 of 496 ~ 49.8%
G 85 of 496 ~ 17.14%
B 164 of 496 ~ 33.06%

%49.8
%17.14
%33.06

CMYK color model

#F755A4 color CMYK value is (0,66,34,3).

  • cyan value is 0.00%
  • magenta value is 65.59%
  • yellow value is 33.60%
  • key color value is 3.14%
CMYK:
(0,66,34,3)
C0M66Y34K3 
(0%,66%,34%,3%)
(0.00/0.66/0.34/0.03)	

CMYK percentages

%0
%65.59
%33.6
%3.14

Codes

Color #F755A4 in popluar color models

F755A4
RGB24785164
HSL331°91.01%65.10%
HSB/HSV331°65.59%96.86%
CMYK0.00%65.59%33.60%
3.14%

Color #F755A4 in popluar number systems.

HEXF755A4
Decimal24785164
Binary11110111101010110100100
Octal367125244

Shades and tints

Shades of #F755A4

#F755A4
(247,85,164)
#E14E96
(225,78,150)
#CB4788
(203,71,136)
#B5407A
(181,64,122)
#9F396C
(159,57,108)
#89325E
(137,50,94)
#732B50
(115,43,80)
#5D2442
(93,36,66)
#471D34
(71,29,52)
#311626
(49,22,38)
#1B0F18
(27,15,24)
#000000
(0,0,0)

Tints of #F755A4

#F755A4
(247,85,164)
#F764AC
(247,100,172)
#F773B4
(247,115,180)
#F782BC
(247,130,188)
#F791C4
(247,145,196)
#F7A0CC
(247,160,204)
#F7AFD4
(247,175,212)
#F7BEDC
(247,190,220)
#F7CDE4
(247,205,228)
#F7DCEC
(247,220,236)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F755A4 color. Also use rgb(247,85,164) instead hex code.

Text Font Color

.myTextColor { color: #F755A4; }

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

This text font color is #F755A4.


Background Color

.myBgColor { background-color: #F755A4; }

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

This div background color is #F755A4.


Border color

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

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

This div border color is #F755A4.


Opacity

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

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

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

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

This text has shadow with #F755A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F755A4 on black background.


Color preview on white background

This text has color #F755A4 on white background.



Black color preview on #F755A4 background

This text has black color on #F755A4 background.


White color preview on #F755A4 background

This text has white color on #F755A4 background.