COLOR #F666AE

HEX: #F666AE
RGB: (246,102,174)

Color info

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

RGB color model

#F666AE color RGB value is (246,102,174).

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

RGB channels and saturation

R 246 of 255 = 96%
G 102 of 255 = 40%
B 174 of 255 = 68%

246
102
174

R + G + B ~ 68%. #F666AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 102 + 174 = 522 (100%)
R 246 of 522 ~ 47.13%
G 102 of 522 ~ 19.54%
B 174 of 522 ~ 33.33%

%47.13
%19.54
%33.33

CMYK color model

#F666AE color CMYK value is (0,59,29,4).

  • cyan value is 0.00%
  • magenta value is 58.54%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,59,29,4)
C0M59Y29K4 
(0%,59%,29%,4%)
(0.00/0.59/0.29/0.04)	

CMYK percentages

%0
%58.54
%29.27
%3.53

Codes

Color #F666AE in popluar color models

F666AE
RGB246102174
HSL330°88.89%68.24%
HSB/HSV330°58.54%96.47%
CMYK0.00%58.54%29.27%
3.53%

Color #F666AE in popluar number systems.

HEXF666AE
Decimal246102174
Binary11110110110011010101110
Octal366146256

Shades and tints

Shades of #F666AE

#F666AE
(246,102,174)
#E05D9F
(224,93,159)
#CA5490
(202,84,144)
#B44B81
(180,75,129)
#9E4272
(158,66,114)
#883963
(136,57,99)
#723054
(114,48,84)
#5C2745
(92,39,69)
#461E36
(70,30,54)
#301527
(48,21,39)
#1A0C18
(26,12,24)
#000000
(0,0,0)

Tints of #F666AE

#F666AE
(246,102,174)
#F673B5
(246,115,181)
#F680BC
(246,128,188)
#F68DC3
(246,141,195)
#F69ACA
(246,154,202)
#F6A7D1
(246,167,209)
#F6B4D8
(246,180,216)
#F6C1DF
(246,193,223)
#F6CEE6
(246,206,230)
#F6DBED
(246,219,237)
#F6E8F4
(246,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F666AE; }

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

This text font color is #F666AE.


Background Color

.myBgColor { background-color: #F666AE; }

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

This div background color is #F666AE.


Border color

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

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

This div border color is #F666AE.


Opacity

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

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

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

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

This text has shadow with #F666AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F666AE on black background.


Color preview on white background

This text has color #F666AE on white background.



Black color preview on #F666AE background

This text has black color on #F666AE background.


White color preview on #F666AE background

This text has white color on #F666AE background.