COLOR #F78AFD

HEX: #F78AFD
RGB: (247,138,253)

Color info

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

RGB color model

#F78AFD color RGB value is (247,138,253).

  • red value is 247;
  • green value is 138;
  • blue value is 253.
RGB:
(247,138,253)
(97%,54%,99%)

RGB channels and saturation

R 247 of 255 = 97%
G 138 of 255 = 54%
B 253 of 255 = 99%

247
138
253

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

Portions of RGB colors in percentages

R + G + B =
247 + 138 + 253 = 638 (100%)
R 247 of 638 ~ 38.71%
G 138 of 638 ~ 21.63%
B 253 of 638 ~ 39.66%

%38.71
%21.63
%39.66

CMYK color model

#F78AFD color CMYK value is (2,45,0,1).

  • cyan value is 2.37%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(2,45,0,1)
C2M45Y0K1 
(2%,45%,0%,1%)
(0.02/0.45/0.00/0.01)	

CMYK percentages

%2.37
%45.45
%0
%0.78

Codes

Color #F78AFD in popluar color models

F78AFD
RGB247138253
HSL297°96.64%76.67%
HSB/HSV297°45.45%99.22%
CMYK2.37%45.45%0.00%
0.78%

Color #F78AFD in popluar number systems.

HEXF78AFD
Decimal247138253
Binary111101111000101011111101
Octal367212375

Shades and tints

Shades of #F78AFD

#F78AFD
(247,138,253)
#E17EE6
(225,126,230)
#CB72CF
(203,114,207)
#B566B8
(181,102,184)
#9F5AA1
(159,90,161)
#894E8A
(137,78,138)
#734273
(115,66,115)
#5D365C
(93,54,92)
#472A45
(71,42,69)
#311E2E
(49,30,46)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #F78AFD

#F78AFD
(247,138,253)
#F794FD
(247,148,253)
#F79EFD
(247,158,253)
#F7A8FD
(247,168,253)
#F7B2FD
(247,178,253)
#F7BCFD
(247,188,253)
#F7C6FD
(247,198,253)
#F7D0FD
(247,208,253)
#F7DAFD
(247,218,253)
#F7E4FD
(247,228,253)
#F7EEFD
(247,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78AFD; }

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

This text font color is #F78AFD.


Background Color

.myBgColor { background-color: #F78AFD; }

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

This div background color is #F78AFD.


Border color

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

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

This div border color is #F78AFD.


Opacity

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

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

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

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

This text has shadow with #F78AFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78AFD on black background.


Color preview on white background

This text has color #F78AFD on white background.



Black color preview on #F78AFD background

This text has black color on #F78AFD background.


White color preview on #F78AFD background

This text has white color on #F78AFD background.