COLOR #F08FA8

HEX: #F08FA8 RGB: (240,143,168)

Color info

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

RGB color model

#F08FA8 color RGB value is (240,143,168).

RGB: (240,143,168) (94%, 56%, 66%)

RGB channels and saturation

R 240 of 255 = 94%
G 143 of 255 = 56%
B 168 of 255 = 66%

240
143
168

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

Portions of RGB colors in percentages

R + G + B = 240 + 143 + 168 = 551 (100%)
R 240 of 551 ~ 43.56%
G 143 of 551 ~ 25.95%
B 168 of 551 ~ 30.49'%

%43.56
%25.95
%30.49

CMYK color model

#F08FA8 color CMYK value is (0,40,30,6).

  • cyan value is 0.00%
  • magenta value is 40.42%
  • yellow value is 30.00%
  • key color value is 5.88%

CMYK: (0,40,30,6)
C0M40Y30K6 (0%, 40%, 30%, 6%)
(0.00 / 0.40 / 0.30 / 0.06)

CMYK percentages

%0
%40.42
%30
%5.88

Codes

Color #F08FA8 in popluar color models

F0 8F A8
RGB 240 143 168
HSL 345° 76.38% 75.10%
HSB/HSV 345° 40.42% 94.12%
CMYK 0.00% 40.42% 30.00%
5.88%

Color #F08FA8 in popluar number systems.

HEX F0 8F A8
Decimal 240 143 168
Binary 11110000 10001111 10101000
Octal 360 217 250

Shades and tints

Shades of #F08FA8

#F08FA8
(240,143,168)
#DB8299
(219,130,153)
#C6758A
(198,117,138)
#B1687B
(177,104,123)
#9C5B6C
(156,91,108)
#874E5D
(135,78,93)
#72414E
(114,65,78)
#5D343F
(93,52,63)
#482730
(72,39,48)
#331A21
(51,26,33)
#1E0D12
(30,13,18)
#000000
(0,0,0)

Tints of #F08FA8

#F08FA8
(240,143,168)
#F199AF
(241,153,175)
#F2A3B6
(242,163,182)
#F3ADBD
(243,173,189)
#F4B7C4
(244,183,196)
#F5C1CB
(245,193,203)
#F6CBD2
(246,203,210)
#F7D5D9
(247,213,217)
#F8DFE0
(248,223,224)
#F9E9E7
(249,233,231)
#FAF3EE
(250,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08FA8 color. Also use rgb(240,143,168) instead hex code.

Text Font Color

.myTextColor { color: #F08FA8; }

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

This text font color is #F08FA8.

Background Color

.myBgColor { background-color: #F08FA8; }

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

This div background color is #F08FA8.

Border color

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

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

This div border color is #F08FA8.

Opacity

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

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

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

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

This text has shadow with #F08FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F08FA8.

Preview

Color preview on black background

This text has color #F08FA8 on black background.


Color preview on white background

This text has color #F08FA8 on white background.


Black color preview on #F08FA8 background

This text has black color on #F08FA8 background.


White color preview on #F08FA8 background

This text has white color on #F08FA8 background.


Related colors

Complementary color

Complementary color for #hex is #0F7057.


I love getcolorcode.com

Triadic colors

1 #A8F08F and #8FA8F0 with #F08FA8 are triadic colors.

2 #A88FF0 and #8FF0A8 with #F08FA8 are triadic colors.