COLOR #F168AB

HEX: #F168AB RGB: (241,104,171)

Color info

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

RGB color model

#F168AB color RGB value is (241,104,171).

RGB: (241,104,171) (95%, 41%, 67%)

RGB channels and saturation

R 241 of 255 = 95%
G 104 of 255 = 41%
B 171 of 255 = 67%

241
104
171

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

Portions of RGB colors in percentages

R + G + B = 241 + 104 + 171 = 516 (100%)
R 241 of 516 ~ 46.71%
G 104 of 516 ~ 20.16%
B 171 of 516 ~ 33.14'%

%46.71
%20.16
%33.14

CMYK color model

#F168AB color CMYK value is (0,57,29,5).

  • cyan value is 0.00%
  • magenta value is 56.85%
  • yellow value is 29.05%
  • key color value is 5.49%

CMYK: (0,57,29,5)
C0M57Y29K5 (0%, 57%, 29%, 5%)
(0.00 / 0.57 / 0.29 / 0.05)

CMYK percentages

%0
%56.85
%29.05
%5.49

Codes

Color #F168AB in popluar color models

F1 68 AB
RGB 241 104 171
HSL 331° 83.03% 67.65%
HSB/HSV 331° 56.85% 94.51%
CMYK 0.00% 56.85% 29.05%
5.49%

Color #F168AB in popluar number systems.

HEX F1 68 AB
Decimal 241 104 171
Binary 11110001 1101000 10101011
Octal 361 150 253

Shades and tints

Shades of #F168AB

#F168AB
(241,104,171)
#DC5F9C
(220,95,156)
#C7568D
(199,86,141)
#B24D7E
(178,77,126)
#9D446F
(157,68,111)
#883B60
(136,59,96)
#733251
(115,50,81)
#5E2942
(94,41,66)
#492033
(73,32,51)
#341724
(52,23,36)
#1F0E15
(31,14,21)
#000000
(0,0,0)

Tints of #F168AB

#F168AB
(241,104,171)
#F275B2
(242,117,178)
#F382B9
(243,130,185)
#F48FC0
(244,143,192)
#F59CC7
(245,156,199)
#F6A9CE
(246,169,206)
#F7B6D5
(247,182,213)
#F8C3DC
(248,195,220)
#F9D0E3
(249,208,227)
#FADDEA
(250,221,234)
#FBEAF1
(251,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F168AB color. Also use rgb(241,104,171) instead hex code.

Text Font Color

.myTextColor { color: #F168AB; }

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

This text font color is #F168AB.

Background Color

.myBgColor { background-color: #F168AB; }

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

This div background color is #F168AB.

Border color

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

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

This div border color is #F168AB.

Opacity

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

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

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

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

This text has shadow with #F168AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F168AB.

Preview

Color preview on black background

This text has color #F168AB on black background.


Color preview on white background

This text has color #F168AB on white background.


Black color preview on #F168AB background

This text has black color on #F168AB background.


White color preview on #F168AB background

This text has white color on #F168AB background.


Related colors

Complementary color

Complementary color for #hex is #0E9754.


I love getcolorcode.com

Triadic colors

1 #ABF168 and #68ABF1 with #F168AB are triadic colors.

2 #AB68F1 and #68F1AB with #F168AB are triadic colors.