COLOR #F68CEF

HEX: #F68CEF
RGB: (246,140,239)

Color info

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

RGB color model

#F68CEF color RGB value is (246,140,239).

  • red value is 246;
  • green value is 140;
  • blue value is 239.
RGB:
(246,140,239)
(96%,55%,94%)

RGB channels and saturation

R 246 of 255 = 96%
G 140 of 255 = 55%
B 239 of 255 = 94%

246
140
239

R + G + B ~ 82%. #F68CEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 140 + 239 = 625 (100%)
R 246 of 625 ~ 39.36%
G 140 of 625 ~ 22.4%
B 239 of 625 ~ 38.24%

%39.36
%22.4
%38.24

CMYK color model

#F68CEF color CMYK value is (0,43,3,4).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK:
(0,43,3,4)
C0M43Y3K4 
(0%,43%,3%,4%)
(0.00/0.43/0.03/0.04)	

CMYK percentages

%0
%43.09
%2.85
%3.53

Codes

Color #F68CEF in popluar color models

F68CEF
RGB246140239
HSL304°85.48%75.69%
HSB/HSV304°43.09%96.47%
CMYK0.00%43.09%2.85%
3.53%

Color #F68CEF in popluar number systems.

HEXF68CEF
Decimal246140239
Binary111101101000110011101111
Octal366214357

Shades and tints

Shades of #F68CEF

#F68CEF
(246,140,239)
#E080DA
(224,128,218)
#CA74C5
(202,116,197)
#B468B0
(180,104,176)
#9E5C9B
(158,92,155)
#885086
(136,80,134)
#724471
(114,68,113)
#5C385C
(92,56,92)
#462C47
(70,44,71)
#302032
(48,32,50)
#1A141D
(26,20,29)
#000000
(0,0,0)

Tints of #F68CEF

#F68CEF
(246,140,239)
#F696F0
(246,150,240)
#F6A0F1
(246,160,241)
#F6AAF2
(246,170,242)
#F6B4F3
(246,180,243)
#F6BEF4
(246,190,244)
#F6C8F5
(246,200,245)
#F6D2F6
(246,210,246)
#F6DCF7
(246,220,247)
#F6E6F8
(246,230,248)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68CEF color. Also use rgb(246,140,239) instead hex code.

Text Font Color

.myTextColor { color: #F68CEF; }

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

This text font color is #F68CEF.


Background Color

.myBgColor { background-color: #F68CEF; }

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

This div background color is #F68CEF.


Border color

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

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

This div border color is #F68CEF.


Opacity

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

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

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

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

This text has shadow with #F68CEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68CEF on black background.


Color preview on white background

This text has color #F68CEF on white background.



Black color preview on #F68CEF background

This text has black color on #F68CEF background.


White color preview on #F68CEF background

This text has white color on #F68CEF background.