COLOR #F755E9

HEX: #F755E9
RGB: (247,85,233)

Color info

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

RGB color model

#F755E9 color RGB value is (247,85,233).

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

RGB channels and saturation

R 247 of 255 = 97%
G 85 of 255 = 33%
B 233 of 255 = 91%

247
85
233

R + G + B ~ 74%. #F755E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 85 + 233 = 565 (100%)
R 247 of 565 ~ 43.72%
G 85 of 565 ~ 15.04%
B 233 of 565 ~ 41.24%

%43.72
%15.04
%41.24

CMYK color model

#F755E9 color CMYK value is (0,66,6,3).

  • cyan value is 0.00%
  • magenta value is 65.59%
  • yellow value is 5.67%
  • key color value is 3.14%
CMYK:
(0,66,6,3)
C0M66Y6K3 
(0%,66%,6%,3%)
(0.00/0.66/0.06/0.03)	

CMYK percentages

%0
%65.59
%5.67
%3.14

Codes

Color #F755E9 in popluar color models

F755E9
RGB24785233
HSL305°91.01%65.10%
HSB/HSV305°65.59%96.86%
CMYK0.00%65.59%5.67%
3.14%

Color #F755E9 in popluar number systems.

HEXF755E9
Decimal24785233
Binary11110111101010111101001
Octal367125351

Shades and tints

Shades of #F755E9

#F755E9
(247,85,233)
#E14ED4
(225,78,212)
#CB47BF
(203,71,191)
#B540AA
(181,64,170)
#9F3995
(159,57,149)
#893280
(137,50,128)
#732B6B
(115,43,107)
#5D2456
(93,36,86)
#471D41
(71,29,65)
#31162C
(49,22,44)
#1B0F17
(27,15,23)
#000000
(0,0,0)

Tints of #F755E9

#F755E9
(247,85,233)
#F764EB
(247,100,235)
#F773ED
(247,115,237)
#F782EF
(247,130,239)
#F791F1
(247,145,241)
#F7A0F3
(247,160,243)
#F7AFF5
(247,175,245)
#F7BEF7
(247,190,247)
#F7CDF9
(247,205,249)
#F7DCFB
(247,220,251)
#F7EBFD
(247,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F755E9; }

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

This text font color is #F755E9.


Background Color

.myBgColor { background-color: #F755E9; }

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

This div background color is #F755E9.


Border color

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

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

This div border color is #F755E9.


Opacity

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

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

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

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

This text has shadow with #F755E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F755E9 on black background.


Color preview on white background

This text has color #F755E9 on white background.



Black color preview on #F755E9 background

This text has black color on #F755E9 background.


White color preview on #F755E9 background

This text has white color on #F755E9 background.