COLOR #F66695

HEX: #F66695
RGB: (246,102,149)

Color info

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

RGB color model

#F66695 color RGB value is (246,102,149).

  • red value is 246;
  • green value is 102;
  • blue value is 149.
RGB:
(246,102,149)
(96%,40%,58%)

RGB channels and saturation

R 246 of 255 = 96%
G 102 of 255 = 40%
B 149 of 255 = 58%

246
102
149

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

Portions of RGB colors in percentages

R + G + B =
246 + 102 + 149 = 497 (100%)
R 246 of 497 ~ 49.5%
G 102 of 497 ~ 20.52%
B 149 of 497 ~ 29.98%

%49.5
%20.52
%29.98

CMYK color model

#F66695 color CMYK value is (0,59,39,4).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 39.43%
  • key color value is 3.53%
CMYK:
(0,59,39,4)
C0M59Y39K4 
(0%,59%,39%,4%)
(0.00/0.59/0.39/0.04)	

CMYK percentages

%0
%58.54
%39.43
%3.53

Codes

Color #F66695 in popluar color models

F66695
RGB246102149
HSL340°88.89%68.24%
HSB/HSV340°58.54%96.47%
CMYK0.00%58.54%39.43%
3.53%

Color #F66695 in popluar number systems.

HEXF66695
Decimal246102149
Binary11110110110011010010101
Octal366146225

Shades and tints

Shades of #F66695

#F66695
(246,102,149)
#E05D88
(224,93,136)
#CA547B
(202,84,123)
#B44B6E
(180,75,110)
#9E4261
(158,66,97)
#883954
(136,57,84)
#723047
(114,48,71)
#5C273A
(92,39,58)
#461E2D
(70,30,45)
#301520
(48,21,32)
#1A0C13
(26,12,19)
#000000
(0,0,0)

Tints of #F66695

#F66695
(246,102,149)
#F6739E
(246,115,158)
#F680A7
(246,128,167)
#F68DB0
(246,141,176)
#F69AB9
(246,154,185)
#F6A7C2
(246,167,194)
#F6B4CB
(246,180,203)
#F6C1D4
(246,193,212)
#F6CEDD
(246,206,221)
#F6DBE6
(246,219,230)
#F6E8EF
(246,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F66695 color. Also use rgb(246,102,149) instead hex code.

Text Font Color

.myTextColor { color: #F66695; }

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

This text font color is #F66695.


Background Color

.myBgColor { background-color: #F66695; }

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

This div background color is #F66695.


Border color

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

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

This div border color is #F66695.


Opacity

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

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

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

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

This text has shadow with #F66695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F66695 on black background.


Color preview on white background

This text has color #F66695 on white background.



Black color preview on #F66695 background

This text has black color on #F66695 background.


White color preview on #F66695 background

This text has white color on #F66695 background.