COLOR #F18FAE

HEX: #F18FAE RGB: (241,143,174)

Color info

#F18FAE contains mainly red color. Web safe color of #F18FAE is #FF9999 (or #F99).

RGB color model

#F18FAE color RGB value is (241,143,174).

RGB: (241,143,174) (95%, 56%, 68%)

RGB channels and saturation

R 241 of 255 = 95%
G 143 of 255 = 56%
B 174 of 255 = 68%

241
143
174

R + G + B ~ 73%. #F18FAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 143 + 174 = 558 (100%)
R 241 of 558 ~ 43.19%
G 143 of 558 ~ 25.63%
B 174 of 558 ~ 31.18'%

%43.19
%25.63
%31.18

CMYK color model

#F18FAE color CMYK value is (0,41,28,5).

  • cyan value is 0.00%
  • magenta value is 40.66%
  • yellow value is 27.80%
  • key color value is 5.49%

CMYK: (0,41,28,5)
C0M41Y28K5 (0%, 41%, 28%, 5%)
(0.00 / 0.41 / 0.28 / 0.05)

CMYK percentages

%0
%40.66
%27.8
%5.49

Codes

Color #F18FAE in popluar color models

F1 8F AE
RGB 241 143 174
HSL 341° 77.78% 75.29%
HSB/HSV 341° 40.66% 94.51%
CMYK 0.00% 40.66% 27.80%
5.49%

Color #F18FAE in popluar number systems.

HEX F1 8F AE
Decimal 241 143 174
Binary 11110001 10001111 10101110
Octal 361 217 256

Shades and tints

Shades of #F18FAE

#F18FAE
(241,143,174)
#DC829F
(220,130,159)
#C77590
(199,117,144)
#B26881
(178,104,129)
#9D5B72
(157,91,114)
#884E63
(136,78,99)
#734154
(115,65,84)
#5E3445
(94,52,69)
#492736
(73,39,54)
#341A27
(52,26,39)
#1F0D18
(31,13,24)
#000000
(0,0,0)

Tints of #F18FAE

#F18FAE
(241,143,174)
#F299B5
(242,153,181)
#F3A3BC
(243,163,188)
#F4ADC3
(244,173,195)
#F5B7CA
(245,183,202)
#F6C1D1
(246,193,209)
#F7CBD8
(247,203,216)
#F8D5DF
(248,213,223)
#F9DFE6
(249,223,230)
#FAE9ED
(250,233,237)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18FAE color. Also use rgb(241,143,174) instead hex code.

Text Font Color

.myTextColor { color: #F18FAE; }

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

This text font color is #F18FAE.

Background Color

.myBgColor { background-color: #F18FAE; }

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

This div background color is #F18FAE.

Border color

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

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

This div border color is #F18FAE.

Opacity

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

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

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

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

This text has shadow with #F18FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F18FAE.

Preview

Color preview on black background

This text has color #F18FAE on black background.


Color preview on white background

This text has color #F18FAE on white background.


Black color preview on #F18FAE background

This text has black color on #F18FAE background.


White color preview on #F18FAE background

This text has white color on #F18FAE background.


Related colors

Complementary color

Complementary color for #hex is #0E7051.


I love getcolorcode.com

Triadic colors

1 #AEF18F and #8FAEF1 with #F18FAE are triadic colors.

2 #AE8FF1 and #8FF1AE with #F18FAE are triadic colors.