COLOR #F68FE6

HEX: #F68FE6
RGB: (246,143,230)

Color info

#F68FE6 contains mainly red and blue colors. Web safe color of #F68FE6 is #FF99CC (or #F9C).

RGB color model

#F68FE6 color RGB value is (246,143,230).

  • red value is 246;
  • green value is 143;
  • blue value is 230.
RGB:
(246,143,230)
(96%,56%,90%)

RGB channels and saturation

R 246 of 255 = 96%
G 143 of 255 = 56%
B 230 of 255 = 90%

246
143
230

R + G + B ~ 81%. #F68FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 143 + 230 = 619 (100%)
R 246 of 619 ~ 39.74%
G 143 of 619 ~ 23.1%
B 230 of 619 ~ 37.16%

%39.74
%23.1
%37.16

CMYK color model

#F68FE6 color CMYK value is (0,42,7,4).

  • cyan value is 0.00%
  • magenta value is 41.87%
  • yellow value is 6.50%
  • key color value is 3.53%
CMYK:
(0,42,7,4)
C0M42Y7K4 
(0%,42%,7%,4%)
(0.00/0.42/0.07/0.04)	

CMYK percentages

%0
%41.87
%6.5
%3.53

Codes

Color #F68FE6 in popluar color models

F68FE6
RGB246143230
HSL309°85.12%76.27%
HSB/HSV309°41.87%96.47%
CMYK0.00%41.87%6.50%
3.53%

Color #F68FE6 in popluar number systems.

HEXF68FE6
Decimal246143230
Binary111101101000111111100110
Octal366217346

Shades and tints

Shades of #F68FE6

#F68FE6
(246,143,230)
#E082D2
(224,130,210)
#CA75BE
(202,117,190)
#B468AA
(180,104,170)
#9E5B96
(158,91,150)
#884E82
(136,78,130)
#72416E
(114,65,110)
#5C345A
(92,52,90)
#462746
(70,39,70)
#301A32
(48,26,50)
#1A0D1E
(26,13,30)
#000000
(0,0,0)

Tints of #F68FE6

#F68FE6
(246,143,230)
#F699E8
(246,153,232)
#F6A3EA
(246,163,234)
#F6ADEC
(246,173,236)
#F6B7EE
(246,183,238)
#F6C1F0
(246,193,240)
#F6CBF2
(246,203,242)
#F6D5F4
(246,213,244)
#F6DFF6
(246,223,246)
#F6E9F8
(246,233,248)
#F6F3FA
(246,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68FE6 color. Also use rgb(246,143,230) instead hex code.

Text Font Color

.myTextColor { color: #F68FE6; }

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

This text font color is #F68FE6.


Background Color

.myBgColor { background-color: #F68FE6; }

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

This div background color is #F68FE6.


Border color

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

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

This div border color is #F68FE6.


Opacity

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

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

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

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

This text has shadow with #F68FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68FE6 on black background.


Color preview on white background

This text has color #F68FE6 on white background.



Black color preview on #F68FE6 background

This text has black color on #F68FE6 background.


White color preview on #F68FE6 background

This text has white color on #F68FE6 background.