COLOR #F48CB2

HEX: #F48CB2 RGB: (244,140,178)

Color info

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

RGB color model

#F48CB2 color RGB value is (244,140,178).

RGB: (244,140,178) (96%, 55%, 70%)

RGB channels and saturation

R 244 of 255 = 96%
G 140 of 255 = 55%
B 178 of 255 = 70%

244
140
178

R + G + B ~ 74%. #F48CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 140 + 178 = 562 (100%)
R 244 of 562 ~ 43.42%
G 140 of 562 ~ 24.91%
B 178 of 562 ~ 31.67'%

%43.42
%24.91
%31.67

CMYK color model

#F48CB2 color CMYK value is (0,43,27,4).

  • cyan value is 0.00%
  • magenta value is 42.62%
  • yellow value is 27.05%
  • key color value is 4.31%
CMYK: (0,43,27,4) C0M43Y27K4 (0%,43%,27%,4%) (0.00/0.43/0.27/0.04) 

CMYK percentages

%0
%42.62
%27.05
%4.31

Codes

Color #F48CB2 in popluar color models

F4 8C B2
RGB 244 140 178
HSL 338° 82.54% 75.29%
HSB/HSV 338° 42.62% 95.69%
CMYK 0.00% 42.62% 27.05%
4.31%

Color #F48CB2 in popluar number systems.

HEX F4 8C B2
Decimal 244 140 178
Binary 11110100 10001100 10110010
Octal 364 214 262

Shades and tints

Shades of #F48CB2

#F48CB2
(244,140,178)
#DE80A2
(222,128,162)
#C87492
(200,116,146)
#B26882
(178,104,130)
#9C5C72
(156,92,114)
#865062
(134,80,98)
#704452
(112,68,82)
#5A3842
(90,56,66)
#442C32
(68,44,50)
#2E2022
(46,32,34)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #F48CB2

#F48CB2
(244,140,178)
#F596B9
(245,150,185)
#F6A0C0
(246,160,192)
#F7AAC7
(247,170,199)
#F8B4CE
(248,180,206)
#F9BED5
(249,190,213)
#FAC8DC
(250,200,220)
#FBD2E3
(251,210,227)
#FCDCEA
(252,220,234)
#FDE6F1
(253,230,241)
#FEF0F8
(254,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48CB2 color. Also use rgb(244,140,178) instead hex code.

Text Font Color

.myTextColor { color: #F48CB2; }

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

This text font color is #F48CB2.

Background Color

.myBgColor { background-color: #F48CB2; }

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

This div background color is #F48CB2.

Border color

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

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

This div border color is #F48CB2.

Opacity

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

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

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

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

This text has shadow with #F48CB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F48CB2.

Preview

Color preview on black background

This text has color #F48CB2 on black background.


Color preview on white background

This text has color #F48CB2 on white background.


Black color preview on #F48CB2 background

This text has black color on #F48CB2 background.


White color preview on #F48CB2 background

This text has white color on #F48CB2 background.


Related colors

Complementary color

Complementary color for #hex is #0B734D.


I love getcolorcode.com

Triadic colors

1 #B2F48C and #8CB2F4 with #F48CB2 are triadic colors.

2 #B28CF4 and #8CF4B2 with #F48CB2 are triadic colors.