COLOR #F187AF

HEX: #F187AF RGB: (241,135,175)

Color info

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

RGB color model

#F187AF color RGB value is (241,135,175).

RGB: (241,135,175) (95%, 53%, 69%)

RGB channels and saturation

R 241 of 255 = 95%
G 135 of 255 = 53%
B 175 of 255 = 69%

241
135
175

R + G + B ~ 72%. #F187AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 135 + 175 = 551 (100%)
R 241 of 551 ~ 43.74%
G 135 of 551 ~ 24.5%
B 175 of 551 ~ 31.76'%

%43.74
%24.5
%31.76

CMYK color model

#F187AF color CMYK value is (0,44,27,5).

  • cyan value is 0.00%
  • magenta value is 43.98%
  • yellow value is 27.39%
  • key color value is 5.49%

CMYK: (0,44,27,5)
C0M44Y27K5 (0%, 44%, 27%, 5%)
(0.00 / 0.44 / 0.27 / 0.05)

CMYK percentages

%0
%43.98
%27.39
%5.49

Codes

Color #F187AF in popluar color models

F1 87 AF
RGB 241 135 175
HSL 337° 79.10% 73.73%
HSB/HSV 337° 43.98% 94.51%
CMYK 0.00% 43.98% 27.39%
5.49%

Color #F187AF in popluar number systems.

HEX F1 87 AF
Decimal 241 135 175
Binary 11110001 10000111 10101111
Octal 361 207 257

Shades and tints

Shades of #F187AF

#F187AF
(241,135,175)
#DC7BA0
(220,123,160)
#C76F91
(199,111,145)
#B26382
(178,99,130)
#9D5773
(157,87,115)
#884B64
(136,75,100)
#733F55
(115,63,85)
#5E3346
(94,51,70)
#492737
(73,39,55)
#341B28
(52,27,40)
#1F0F19
(31,15,25)
#000000
(0,0,0)

Tints of #F187AF

#F187AF
(241,135,175)
#F291B6
(242,145,182)
#F39BBD
(243,155,189)
#F4A5C4
(244,165,196)
#F5AFCB
(245,175,203)
#F6B9D2
(246,185,210)
#F7C3D9
(247,195,217)
#F8CDE0
(248,205,224)
#F9D7E7
(249,215,231)
#FAE1EE
(250,225,238)
#FBEBF5
(251,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F187AF color. Also use rgb(241,135,175) instead hex code.

Text Font Color

.myTextColor { color: #F187AF; }

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

This text font color is #F187AF.

Background Color

.myBgColor { background-color: #F187AF; }

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

This div background color is #F187AF.

Border color

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

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

This div border color is #F187AF.

Opacity

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

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

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

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

This text has shadow with #F187AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F187AF.

Preview

Color preview on black background

This text has color #F187AF on black background.


Color preview on white background

This text has color #F187AF on white background.


Black color preview on #F187AF background

This text has black color on #F187AF background.


White color preview on #F187AF background

This text has white color on #F187AF background.


Related colors

Complementary color

Complementary color for #hex is #0E7850.


I love getcolorcode.com

Triadic colors

1 #AFF187 and #87AFF1 with #F187AF are triadic colors.

2 #AF87F1 and #87F1AF with #F187AF are triadic colors.