COLOR #F488C4

HEX: #F488C4 RGB: (244,136,196)

Color info

#F488C4 contains mainly red and blue colors. Web safe color of #F488C4 is #FF99CC (or #F9C).

RGB color model

#F488C4 color RGB value is (244,136,196).

RGB: (244,136,196) (96%, 53%, 77%)

RGB channels and saturation

R 244 of 255 = 96%
G 136 of 255 = 53%
B 196 of 255 = 77%

244
136
196

R + G + B ~ 75%. #F488C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 136 + 196 = 576 (100%)
R 244 of 576 ~ 42.36%
G 136 of 576 ~ 23.61%
B 196 of 576 ~ 34.03'%

%42.36
%23.61
%34.03

CMYK color model

#F488C4 color CMYK value is (0,44,20,4).

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

CMYK: (0,44,20,4)
C0M44Y20K4 (0%, 44%, 20%, 4%)
(0.00 / 0.44 / 0.20 / 0.04)

CMYK percentages

%0
%44.26
%19.67
%4.31

Codes

Color #F488C4 in popluar color models

F4 88 C4
RGB 244 136 196
HSL 327° 83.08% 74.51%
HSB/HSV 327° 44.26% 95.69%
CMYK 0.00% 44.26% 19.67%
4.31%

Color #F488C4 in popluar number systems.

HEX F4 88 C4
Decimal 244 136 196
Binary 11110100 10001000 11000100
Octal 364 210 304

Shades and tints

Shades of #F488C4

#F488C4
(244,136,196)
#DE7CB3
(222,124,179)
#C870A2
(200,112,162)
#B26491
(178,100,145)
#9C5880
(156,88,128)
#864C6F
(134,76,111)
#70405E
(112,64,94)
#5A344D
(90,52,77)
#44283C
(68,40,60)
#2E1C2B
(46,28,43)
#18101A
(24,16,26)
#000000
(0,0,0)

Tints of #F488C4

#F488C4
(244,136,196)
#F592C9
(245,146,201)
#F69CCE
(246,156,206)
#F7A6D3
(247,166,211)
#F8B0D8
(248,176,216)
#F9BADD
(249,186,221)
#FAC4E2
(250,196,226)
#FBCEE7
(251,206,231)
#FCD8EC
(252,216,236)
#FDE2F1
(253,226,241)
#FEECF6
(254,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F488C4; }

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

This text font color is #F488C4.

Background Color

.myBgColor { background-color: #F488C4; }

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

This div background color is #F488C4.

Border color

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

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

This div border color is #F488C4.

Opacity

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

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

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

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

This text has shadow with #F488C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F488C4.

Preview

Color preview on black background

This text has color #F488C4 on black background.


Color preview on white background

This text has color #F488C4 on white background.


Black color preview on #F488C4 background

This text has black color on #F488C4 background.


White color preview on #F488C4 background

This text has white color on #F488C4 background.


Related colors

Complementary color

Complementary color for #hex is #0B773B.


I love getcolorcode.com

Triadic colors

1 #C4F488 and #88C4F4 with #F488C4 are triadic colors.

2 #C488F4 and #88F4C4 with #F488C4 are triadic colors.