COLOR #F68BBB

HEX: #F68BBB RGB: (246,139,187)

Color info

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

RGB color model

#F68BBB color RGB value is (246,139,187).

RGB: (246,139,187) (96%, 55%, 73%)

RGB channels and saturation

R 246 of 255 = 96%
G 139 of 255 = 55%
B 187 of 255 = 73%

246
139
187

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

Portions of RGB colors in percentages

R + G + B = 246 + 139 + 187 = 572 (100%)
R 246 of 572 ~ 43.01%
G 139 of 572 ~ 24.3%
B 187 of 572 ~ 32.69'%

%43.01
%24.3
%32.69

CMYK color model

#F68BBB color CMYK value is (0,43,24,4).

  • cyan value is 0.00%
  • magenta value is 43.50%
  • yellow value is 23.98%
  • key color value is 3.53%
CMYK: (0,43,24,4) C0M43Y24K4 (0%,43%,24%,4%) (0.00/0.43/0.24/0.04) 

CMYK percentages

%0
%43.5
%23.98
%3.53

Codes

Color #F68BBB in popluar color models

F6 8B BB
RGB 246 139 187
HSL 333° 85.60% 75.49%
HSB/HSV 333° 43.50% 96.47%
CMYK 0.00% 43.50% 23.98%
3.53%

Color #F68BBB in popluar number systems.

HEX F6 8B BB
Decimal 246 139 187
Binary 11110110 10001011 10111011
Octal 366 213 273

Shades and tints

Shades of #F68BBB

#F68BBB
(246,139,187)
#E07FAA
(224,127,170)
#CA7399
(202,115,153)
#B46788
(180,103,136)
#9E5B77
(158,91,119)
#884F66
(136,79,102)
#724355
(114,67,85)
#5C3744
(92,55,68)
#462B33
(70,43,51)
#301F22
(48,31,34)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #F68BBB

#F68BBB
(246,139,187)
#F695C1
(246,149,193)
#F69FC7
(246,159,199)
#F6A9CD
(246,169,205)
#F6B3D3
(246,179,211)
#F6BDD9
(246,189,217)
#F6C7DF
(246,199,223)
#F6D1E5
(246,209,229)
#F6DBEB
(246,219,235)
#F6E5F1
(246,229,241)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68BBB color. Also use rgb(246,139,187) instead hex code.

Text Font Color

.myTextColor { color: #F68BBB; }

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

This text font color is #F68BBB.

Background Color

.myBgColor { background-color: #F68BBB; }

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

This div background color is #F68BBB.

Border color

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

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

This div border color is #F68BBB.

Opacity

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

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

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

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

This text has shadow with #F68BBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F68BBB.

Preview

Color preview on black background

This text has color #F68BBB on black background.


Color preview on white background

This text has color #F68BBB on white background.


Black color preview on #F68BBB background

This text has black color on #F68BBB background.


White color preview on #F68BBB background

This text has white color on #F68BBB background.


Related colors

Complementary color

Complementary color for #hex is #097444.


I love getcolorcode.com

Triadic colors

1 #BBF68B and #8BBBF6 with #F68BBB are triadic colors.

2 #BB8BF6 and #8BF6BB with #F68BBB are triadic colors.