COLOR #F4668A

HEX: #F4668A RGB: (244,102,138)

Color info

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

RGB color model

#F4668A color RGB value is (244,102,138).

RGB: (244,102,138) (96%, 40%, 54%)

RGB channels and saturation

R 244 of 255 = 96%
G 102 of 255 = 40%
B 138 of 255 = 54%

244
102
138

R + G + B ~ 63%. #F4668A is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 102 + 138 = 484 (100%)
R 244 of 484 ~ 50.41%
G 102 of 484 ~ 21.07%
B 138 of 484 ~ 28.51'%

%50.41
%21.07
%28.51

CMYK color model

#F4668A color CMYK value is (0,58,43,4).

  • cyan value is 0.00%
  • magenta value is 58.20%
  • yellow value is 43.44%
  • key color value is 4.31%

CMYK: (0,58,43,4)
C0M58Y43K4 (0%, 58%, 43%, 4%)
(0.00 / 0.58 / 0.43 / 0.04)

CMYK percentages

%0
%58.2
%43.44
%4.31

Codes

Color #F4668A in popluar color models

F4 66 8A
RGB 244 102 138
HSL 345° 86.59% 67.84%
HSB/HSV 345° 58.20% 95.69%
CMYK 0.00% 58.20% 43.44%
4.31%

Color #F4668A in popluar number systems.

HEX F4 66 8A
Decimal 244 102 138
Binary 11110100 1100110 10001010
Octal 364 146 212

Shades and tints

Shades of #F4668A

#F4668A
(244,102,138)
#DE5D7E
(222,93,126)
#C85472
(200,84,114)
#B24B66
(178,75,102)
#9C425A
(156,66,90)
#86394E
(134,57,78)
#703042
(112,48,66)
#5A2736
(90,39,54)
#441E2A
(68,30,42)
#2E151E
(46,21,30)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #F4668A

#F4668A
(244,102,138)
#F57394
(245,115,148)
#F6809E
(246,128,158)
#F78DA8
(247,141,168)
#F89AB2
(248,154,178)
#F9A7BC
(249,167,188)
#FAB4C6
(250,180,198)
#FBC1D0
(251,193,208)
#FCCEDA
(252,206,218)
#FDDBE4
(253,219,228)
#FEE8EE
(254,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4668A color. Also use rgb(244,102,138) instead hex code.

Text Font Color

.myTextColor { color: #F4668A; }

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

This text font color is #F4668A.

Background Color

.myBgColor { background-color: #F4668A; }

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

This div background color is #F4668A.

Border color

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

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

This div border color is #F4668A.

Opacity

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

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

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

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

This text has shadow with #F4668A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4668A.

Preview

Color preview on black background

This text has color #F4668A on black background.


Color preview on white background

This text has color #F4668A on white background.


Black color preview on #F4668A background

This text has black color on #F4668A background.


White color preview on #F4668A background

This text has white color on #F4668A background.


Related colors

Complementary color

Complementary color for #hex is #0B9975.


I love getcolorcode.com

Triadic colors

1 #8AF466 and #668AF4 with #F4668A are triadic colors.

2 #8A66F4 and #66F48A with #F4668A are triadic colors.