COLOR #F755F2

HEX: #F755F2
RGB: (247,85,242)

Color info

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

RGB color model

#F755F2 color RGB value is (247,85,242).

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

RGB channels and saturation

R 247 of 255 = 97%
G 85 of 255 = 33%
B 242 of 255 = 95%

247
85
242

R + G + B ~ 75%. #F755F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 85 + 242 = 574 (100%)
R 247 of 574 ~ 43.03%
G 85 of 574 ~ 14.81%
B 242 of 574 ~ 42.16%

%43.03
%14.81
%42.16

CMYK color model

#F755F2 color CMYK value is (0,66,2,3).

  • cyan value is 0.00%
  • magenta value is 65.59%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(0,66,2,3)
C0M66Y2K3 
(0%,66%,2%,3%)
(0.00/0.66/0.02/0.03)	

CMYK percentages

%0
%65.59
%2.02
%3.14

Codes

Color #F755F2 in popluar color models

F755F2
RGB24785242
HSL302°91.01%65.10%
HSB/HSV302°65.59%96.86%
CMYK0.00%65.59%2.02%
3.14%

Color #F755F2 in popluar number systems.

HEXF755F2
Decimal24785242
Binary11110111101010111110010
Octal367125362

Shades and tints

Shades of #F755F2

#F755F2
(247,85,242)
#E14EDC
(225,78,220)
#CB47C6
(203,71,198)
#B540B0
(181,64,176)
#9F399A
(159,57,154)
#893284
(137,50,132)
#732B6E
(115,43,110)
#5D2458
(93,36,88)
#471D42
(71,29,66)
#31162C
(49,22,44)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #F755F2

#F755F2
(247,85,242)
#F764F3
(247,100,243)
#F773F4
(247,115,244)
#F782F5
(247,130,245)
#F791F6
(247,145,246)
#F7A0F7
(247,160,247)
#F7AFF8
(247,175,248)
#F7BEF9
(247,190,249)
#F7CDFA
(247,205,250)
#F7DCFB
(247,220,251)
#F7EBFC
(247,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F755F2; }

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

This text font color is #F755F2.


Background Color

.myBgColor { background-color: #F755F2; }

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

This div background color is #F755F2.


Border color

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

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

This div border color is #F755F2.


Opacity

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

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

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

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

This text has shadow with #F755F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F755F2 on black background.


Color preview on white background

This text has color #F755F2 on white background.



Black color preview on #F755F2 background

This text has black color on #F755F2 background.


White color preview on #F755F2 background

This text has white color on #F755F2 background.