COLOR #F878C6

HEX: #F878C6
RGB: (248,120,198)

Color info

#F878C6 contains mainly red and blue colors. Web safe color of #F878C6 is #FF66CC (or #F6C).

RGB color model

#F878C6 color RGB value is (248,120,198).

  • red value is 248;
  • green value is 120;
  • blue value is 198.
RGB:
(248,120,198)
(97%,47%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 120 of 255 = 47%
B 198 of 255 = 78%

248
120
198

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

Portions of RGB colors in percentages

R + G + B =
248 + 120 + 198 = 566 (100%)
R 248 of 566 ~ 43.82%
G 120 of 566 ~ 21.2%
B 198 of 566 ~ 34.98%

%43.82
%21.2
%34.98

CMYK color model

#F878C6 color CMYK value is (0,52,20,3).

  • cyan value is 0.00%
  • magenta value is 51.61%
  • yellow value is 20.16%
  • key color value is 2.75%
CMYK:
(0,52,20,3)
C0M52Y20K3 
(0%,52%,20%,3%)
(0.00/0.52/0.20/0.03)	

CMYK percentages

%0
%51.61
%20.16
%2.75

Codes

Color #F878C6 in popluar color models

F878C6
RGB248120198
HSL323°90.14%72.16%
HSB/HSV323°51.61%97.25%
CMYK0.00%51.61%20.16%
2.75%

Color #F878C6 in popluar number systems.

HEXF878C6
Decimal248120198
Binary11111000111100011000110
Octal370170306

Shades and tints

Shades of #F878C6

#F878C6
(248,120,198)
#E26EB4
(226,110,180)
#CC64A2
(204,100,162)
#B65A90
(182,90,144)
#A0507E
(160,80,126)
#8A466C
(138,70,108)
#743C5A
(116,60,90)
#5E3248
(94,50,72)
#482836
(72,40,54)
#321E24
(50,30,36)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #F878C6

#F878C6
(248,120,198)
#F884CB
(248,132,203)
#F890D0
(248,144,208)
#F89CD5
(248,156,213)
#F8A8DA
(248,168,218)
#F8B4DF
(248,180,223)
#F8C0E4
(248,192,228)
#F8CCE9
(248,204,233)
#F8D8EE
(248,216,238)
#F8E4F3
(248,228,243)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F878C6 color. Also use rgb(248,120,198) instead hex code.

Text Font Color

.myTextColor { color: #F878C6; }

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

This text font color is #F878C6.


Background Color

.myBgColor { background-color: #F878C6; }

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

This div background color is #F878C6.


Border color

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

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

This div border color is #F878C6.


Opacity

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

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

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

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

This text has shadow with #F878C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F878C6 on black background.


Color preview on white background

This text has color #F878C6 on white background.



Black color preview on #F878C6 background

This text has black color on #F878C6 background.


White color preview on #F878C6 background

This text has white color on #F878C6 background.