COLOR #F788FD

HEX: #F788FD RGB: (247,136,253)

Color info

#F788FD contains mainly red and blue colors. Web safe color of #F788FD is #FF99FF (or #F9F).

RGB color model

#F788FD color RGB value is (247,136,253).

RGB: (247,136,253) (97%, 53%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 136 of 255 = 53%
B 253 of 255 = 99%

247
136
253

R + G + B ~ 83%. #F788FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 136 + 253 = 636 (100%)
R 247 of 636 ~ 38.84%
G 136 of 636 ~ 21.38%
B 253 of 636 ~ 39.78'%

%38.84
%21.38
%39.78

CMYK color model

#F788FD color CMYK value is (2,46,0,1).

  • cyan value is 2.37%
  • magenta value is 46.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,46,0,1)
C2M46Y0K1 (2%, 46%, 0%, 1%)
(0.02 / 0.46 / 0.00 / 0.01)

CMYK percentages

%2.37
%46.25
%0
%0.78

Codes

Color #F788FD in popluar color models

F7 88 FD
RGB 247 136 253
HSL 297° 96.69% 76.27%
HSB/HSV 297° 46.25% 99.22%
CMYK 2.37% 46.25% 0.00%
0.78%

Color #F788FD in popluar number systems.

HEX F7 88 FD
Decimal 247 136 253
Binary 11110111 10001000 11111101
Octal 367 210 375

Shades and tints

Shades of #F788FD

#F788FD
(247,136,253)
#E17CE6
(225,124,230)
#CB70CF
(203,112,207)
#B564B8
(181,100,184)
#9F58A1
(159,88,161)
#894C8A
(137,76,138)
#734073
(115,64,115)
#5D345C
(93,52,92)
#472845
(71,40,69)
#311C2E
(49,28,46)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #F788FD

#F788FD
(247,136,253)
#F792FD
(247,146,253)
#F79CFD
(247,156,253)
#F7A6FD
(247,166,253)
#F7B0FD
(247,176,253)
#F7BAFD
(247,186,253)
#F7C4FD
(247,196,253)
#F7CEFD
(247,206,253)
#F7D8FD
(247,216,253)
#F7E2FD
(247,226,253)
#F7ECFD
(247,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F788FD color. Also use rgb(247,136,253) instead hex code.

Text Font Color

.myTextColor { color: #F788FD; }

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

This text font color is #F788FD.

Background Color

.myBgColor { background-color: #F788FD; }

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

This div background color is #F788FD.

Border color

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

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

This div border color is #F788FD.

Opacity

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

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

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

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

This text has shadow with #F788FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F788FD.

Preview

Color preview on black background

This text has color #F788FD on black background.


Color preview on white background

This text has color #F788FD on white background.


Black color preview on #F788FD background

This text has black color on #F788FD background.


White color preview on #F788FD background

This text has white color on #F788FD background.


Related colors

Complementary color

Complementary color for #hex is #087702.


I love getcolorcode.com

Triadic colors

1 #FDF788 and #88FDF7 with #F788FD are triadic colors.

2 #FD88F7 and #88F7FD with #F788FD are triadic colors.