COLOR #F68CC0

HEX: #F68CC0
RGB: (246,140,192)

Color info

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

RGB color model

#F68CC0 color RGB value is (246,140,192).

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

RGB channels and saturation

R 246 of 255 = 96%
G 140 of 255 = 55%
B 192 of 255 = 75%

246
140
192

R + G + B ~ 75%. #F68CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 140 + 192 = 578 (100%)
R 246 of 578 ~ 42.56%
G 140 of 578 ~ 24.22%
B 192 of 578 ~ 33.22%

%42.56
%24.22
%33.22

CMYK color model

#F68CC0 color CMYK value is (0,43,22,4).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 21.95%
  • key color value is 3.53%
CMYK:
(0,43,22,4)
C0M43Y22K4 
(0%,43%,22%,4%)
(0.00/0.43/0.22/0.04)	

CMYK percentages

%0
%43.09
%21.95
%3.53

Codes

Color #F68CC0 in popluar color models

F68CC0
RGB246140192
HSL331°85.48%75.69%
HSB/HSV331°43.09%96.47%
CMYK0.00%43.09%21.95%
3.53%

Color #F68CC0 in popluar number systems.

HEXF68CC0
Decimal246140192
Binary111101101000110011000000
Octal366214300

Shades and tints

Shades of #F68CC0

#F68CC0
(246,140,192)
#E080AF
(224,128,175)
#CA749E
(202,116,158)
#B4688D
(180,104,141)
#9E5C7C
(158,92,124)
#88506B
(136,80,107)
#72445A
(114,68,90)
#5C3849
(92,56,73)
#462C38
(70,44,56)
#302027
(48,32,39)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #F68CC0

#F68CC0
(246,140,192)
#F696C5
(246,150,197)
#F6A0CA
(246,160,202)
#F6AACF
(246,170,207)
#F6B4D4
(246,180,212)
#F6BED9
(246,190,217)
#F6C8DE
(246,200,222)
#F6D2E3
(246,210,227)
#F6DCE8
(246,220,232)
#F6E6ED
(246,230,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F68CC0; }

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

This text font color is #F68CC0.


Background Color

.myBgColor { background-color: #F68CC0; }

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

This div background color is #F68CC0.


Border color

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

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

This div border color is #F68CC0.


Opacity

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

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

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

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

This text has shadow with #F68CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68CC0 on black background.


Color preview on white background

This text has color #F68CC0 on white background.



Black color preview on #F68CC0 background

This text has black color on #F68CC0 background.


White color preview on #F68CC0 background

This text has white color on #F68CC0 background.