COLOR #F088AE

HEX: #F088AE
RGB: (240,136,174)

Color info

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

RGB color model

#F088AE color RGB value is (240,136,174).

  • red value is 240;
  • green value is 136;
  • blue value is 174.
RGB:
(240,136,174)
(94%,53%,68%)

RGB channels and saturation

R 240 of 255 = 94%
G 136 of 255 = 53%
B 174 of 255 = 68%

240
136
174

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

Portions of RGB colors in percentages

R + G + B =
240 + 136 + 174 = 550 (100%)
R 240 of 550 ~ 43.64%
G 136 of 550 ~ 24.73%
B 174 of 550 ~ 31.64%

%43.64
%24.73
%31.64

CMYK color model

#F088AE color CMYK value is (0,43,28,6).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 27.50%
  • key color value is 5.88%
CMYK:
(0,43,28,6)
C0M43Y28K6 
(0%,43%,28%,6%)
(0.00/0.43/0.28/0.06)	

CMYK percentages

%0
%43.33
%27.5
%5.88

Codes

Color #F088AE in popluar color models

F088AE
RGB240136174
HSL338°77.61%73.73%
HSB/HSV338°43.33%94.12%
CMYK0.00%43.33%27.50%
5.88%

Color #F088AE in popluar number systems.

HEXF088AE
Decimal240136174
Binary111100001000100010101110
Octal360210256

Shades and tints

Shades of #F088AE

#F088AE
(240,136,174)
#DB7C9F
(219,124,159)
#C67090
(198,112,144)
#B16481
(177,100,129)
#9C5872
(156,88,114)
#874C63
(135,76,99)
#724054
(114,64,84)
#5D3445
(93,52,69)
#482836
(72,40,54)
#331C27
(51,28,39)
#1E1018
(30,16,24)
#000000
(0,0,0)

Tints of #F088AE

#F088AE
(240,136,174)
#F192B5
(241,146,181)
#F29CBC
(242,156,188)
#F3A6C3
(243,166,195)
#F4B0CA
(244,176,202)
#F5BAD1
(245,186,209)
#F6C4D8
(246,196,216)
#F7CEDF
(247,206,223)
#F8D8E6
(248,216,230)
#F9E2ED
(249,226,237)
#FAECF4
(250,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F088AE color. Also use rgb(240,136,174) instead hex code.

Text Font Color

.myTextColor { color: #F088AE; }

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

This text font color is #F088AE.


Background Color

.myBgColor { background-color: #F088AE; }

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

This div background color is #F088AE.


Border color

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

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

This div border color is #F088AE.


Opacity

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

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

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

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

This text has shadow with #F088AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F088AE on black background.


Color preview on white background

This text has color #F088AE on white background.



Black color preview on #F088AE background

This text has black color on #F088AE background.


White color preview on #F088AE background

This text has white color on #F088AE background.