COLOR #F78AFF

HEX: #F78AFF
RGB: (247,138,255)

Color info

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

RGB color model

#F78AFF color RGB value is (247,138,255).

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

RGB channels and saturation

R 247 of 255 = 97%
G 138 of 255 = 54%
B 255 of 255 = 100%

247
138
255

R + G + B ~ 84%. #F78AFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 138 + 255 = 640 (100%)
R 247 of 640 ~ 38.59%
G 138 of 640 ~ 21.56%
B 255 of 640 ~ 39.84%

%38.59
%21.56
%39.84

CMYK color model

#F78AFF color CMYK value is (3,46,0,0).

  • cyan value is 3.14%
  • magenta value is 45.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(3,46,0,0)
C3M46Y0K0 
(3%,46%,0%,0%)
(0.03/0.46/0.00/0.00)	

CMYK percentages

%3.14
%45.88
%0
%0

Codes

Color #F78AFF in popluar color models

F78AFF
RGB247138255
HSL296°100.00%77.06%
HSB/HSV296°45.88%100.00%
CMYK3.14%45.88%0.00%
0.00%

Color #F78AFF in popluar number systems.

HEXF78AFF
Decimal247138255
Binary111101111000101011111111
Octal367212377

Shades and tints

Shades of #F78AFF

#F78AFF
(247,138,255)
#E17EE8
(225,126,232)
#CB72D1
(203,114,209)
#B566BA
(181,102,186)
#9F5AA3
(159,90,163)
#894E8C
(137,78,140)
#734275
(115,66,117)
#5D365E
(93,54,94)
#472A47
(71,42,71)
#311E30
(49,30,48)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #F78AFF

#F78AFF
(247,138,255)
#F794FF
(247,148,255)
#F79EFF
(247,158,255)
#F7A8FF
(247,168,255)
#F7B2FF
(247,178,255)
#F7BCFF
(247,188,255)
#F7C6FF
(247,198,255)
#F7D0FF
(247,208,255)
#F7DAFF
(247,218,255)
#F7E4FF
(247,228,255)
#F7EEFF
(247,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F78AFF; }

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

This text font color is #F78AFF.


Background Color

.myBgColor { background-color: #F78AFF; }

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

This div background color is #F78AFF.


Border color

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

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

This div border color is #F78AFF.


Opacity

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

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

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

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

This text has shadow with #F78AFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F78AFF on black background.


Color preview on white background

This text has color #F78AFF on white background.



Black color preview on #F78AFF background

This text has black color on #F78AFF background.


White color preview on #F78AFF background

This text has white color on #F78AFF background.