COLOR #FF668B

HEX: #FF668B
RGB: (255,102,139)

Color info

#FF668B contains mainly red color. Web safe color of #FF668B is #FF6699 (or #F69).

RGB color model

#FF668B color RGB value is (255,102,139).

  • red value is 255;
  • green value is 102;
  • blue value is 139.
RGB:
(255,102,139)
(100%,40%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 102 of 255 = 40%
B 139 of 255 = 55%

255
102
139

R + G + B ~ 65%. #FF668B is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 102 + 139 = 496 (100%)
R 255 of 496 ~ 51.41%
G 102 of 496 ~ 20.56%
B 139 of 496 ~ 28.02%

%51.41
%20.56
%28.02

CMYK color model

#FF668B color CMYK value is (0,60,45,0).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 45.49%
  • key color value is 0.00%
CMYK:
(0,60,45,0)
C0M60Y45K0 
(0%,60%,45%,0%)
(0.00/0.60/0.45/0.00)	

CMYK percentages

%0
%60
%45.49
%0

Codes

Color #FF668B in popluar color models

FF668B
RGB255102139
HSL345°100.00%70.00%
HSB/HSV345°60.00%100.00%
CMYK0.00%60.00%45.49%
0.00%

Color #FF668B in popluar number systems.

HEXFF668B
Decimal255102139
Binary11111111110011010001011
Octal377146213

Shades and tints

Shades of #FF668B

#FF668B
(255,102,139)
#E85D7F
(232,93,127)
#D15473
(209,84,115)
#BA4B67
(186,75,103)
#A3425B
(163,66,91)
#8C394F
(140,57,79)
#753043
(117,48,67)
#5E2737
(94,39,55)
#471E2B
(71,30,43)
#30151F
(48,21,31)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #FF668B

#FF668B
(255,102,139)
#FF7395
(255,115,149)
#FF809F
(255,128,159)
#FF8DA9
(255,141,169)
#FF9AB3
(255,154,179)
#FFA7BD
(255,167,189)
#FFB4C7
(255,180,199)
#FFC1D1
(255,193,209)
#FFCEDB
(255,206,219)
#FFDBE5
(255,219,229)
#FFE8EF
(255,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF668B color. Also use rgb(255,102,139) instead hex code.

Text Font Color

.myTextColor { color: #FF668B; }

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

This text font color is #FF668B.


Background Color

.myBgColor { background-color: #FF668B; }

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

This div background color is #FF668B.


Border color

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

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

This div border color is #FF668B.


Opacity

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

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

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

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

This text has shadow with #FF668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF668B on black background.


Color preview on white background

This text has color #FF668B on white background.



Black color preview on #FF668B background

This text has black color on #FF668B background.


White color preview on #FF668B background

This text has white color on #FF668B background.