COLOR #F488A0

HEX: #F488A0 RGB: (244,136,160)

Color info

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

RGB color model

#F488A0 color RGB value is (244,136,160).

RGB: (244,136,160) (96%, 53%, 63%)

RGB channels and saturation

R 244 of 255 = 96%
G 136 of 255 = 53%
B 160 of 255 = 63%

244
136
160

R + G + B ~ 71%. #F488A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 136 + 160 = 540 (100%)
R 244 of 540 ~ 45.19%
G 136 of 540 ~ 25.19%
B 160 of 540 ~ 29.63'%

%45.19
%25.19
%29.63

CMYK color model

#F488A0 color CMYK value is (0,44,34,4).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 34.43%
  • key color value is 4.31%

CMYK: (0,44,34,4)
C0M44Y34K4 (0%, 44%, 34%, 4%)
(0.00 / 0.44 / 0.34 / 0.04)

CMYK percentages

%0
%44.26
%34.43
%4.31

Codes

Color #F488A0 in popluar color models

F4 88 A0
RGB 244 136 160
HSL 347° 83.08% 74.51%
HSB/HSV 347° 44.26% 95.69%
CMYK 0.00% 44.26% 34.43%
4.31%

Color #F488A0 in popluar number systems.

HEX F4 88 A0
Decimal 244 136 160
Binary 11110100 10001000 10100000
Octal 364 210 240

Shades and tints

Shades of #F488A0

#F488A0
(244,136,160)
#DE7C92
(222,124,146)
#C87084
(200,112,132)
#B26476
(178,100,118)
#9C5868
(156,88,104)
#864C5A
(134,76,90)
#70404C
(112,64,76)
#5A343E
(90,52,62)
#442830
(68,40,48)
#2E1C22
(46,28,34)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #F488A0

#F488A0
(244,136,160)
#F592A8
(245,146,168)
#F69CB0
(246,156,176)
#F7A6B8
(247,166,184)
#F8B0C0
(248,176,192)
#F9BAC8
(249,186,200)
#FAC4D0
(250,196,208)
#FBCED8
(251,206,216)
#FCD8E0
(252,216,224)
#FDE2E8
(253,226,232)
#FEECF0
(254,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F488A0 color. Also use rgb(244,136,160) instead hex code.

Text Font Color

.myTextColor { color: #F488A0; }

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

This text font color is #F488A0.

Background Color

.myBgColor { background-color: #F488A0; }

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

This div background color is #F488A0.

Border color

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

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

This div border color is #F488A0.

Opacity

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

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

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

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

This text has shadow with #F488A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F488A0.

Preview

Color preview on black background

This text has color #F488A0 on black background.


Color preview on white background

This text has color #F488A0 on white background.


Black color preview on #F488A0 background

This text has black color on #F488A0 background.


White color preview on #F488A0 background

This text has white color on #F488A0 background.


Related colors

Complementary color

Complementary color for #hex is #0B775F.


I love getcolorcode.com

Triadic colors

1 #A0F488 and #88A0F4 with #F488A0 are triadic colors.

2 #A088F4 and #88F4A0 with #F488A0 are triadic colors.