COLOR #F48FC1

HEX: #F48FC1 RGB: (244,143,193)

Color info

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

RGB color model

#F48FC1 color RGB value is (244,143,193).

RGB: (244,143,193) (96%, 56%, 76%)

RGB channels and saturation

R 244 of 255 = 96%
G 143 of 255 = 56%
B 193 of 255 = 76%

244
143
193

R + G + B ~ 76%. #F48FC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 143 + 193 = 580 (100%)
R 244 of 580 ~ 42.07%
G 143 of 580 ~ 24.66%
B 193 of 580 ~ 33.28'%

%42.07
%24.66
%33.28

CMYK color model

#F48FC1 color CMYK value is (0,41,21,4).

  • cyan value is 0.00%
  • magenta value is 41.39%
  • yellow value is 20.90%
  • key color value is 4.31%

CMYK: (0,41,21,4)
C0M41Y21K4 (0%, 41%, 21%, 4%)
(0.00 / 0.41 / 0.21 / 0.04)

CMYK percentages

%0
%41.39
%20.9
%4.31

Codes

Color #F48FC1 in popluar color models

F4 8F C1
RGB 244 143 193
HSL 330° 82.11% 75.88%
HSB/HSV 330° 41.39% 95.69%
CMYK 0.00% 41.39% 20.90%
4.31%

Color #F48FC1 in popluar number systems.

HEX F4 8F C1
Decimal 244 143 193
Binary 11110100 10001111 11000001
Octal 364 217 301

Shades and tints

Shades of #F48FC1

#F48FC1
(244,143,193)
#DE82B0
(222,130,176)
#C8759F
(200,117,159)
#B2688E
(178,104,142)
#9C5B7D
(156,91,125)
#864E6C
(134,78,108)
#70415B
(112,65,91)
#5A344A
(90,52,74)
#442739
(68,39,57)
#2E1A28
(46,26,40)
#180D17
(24,13,23)
#000000
(0,0,0)

Tints of #F48FC1

#F48FC1
(244,143,193)
#F599C6
(245,153,198)
#F6A3CB
(246,163,203)
#F7ADD0
(247,173,208)
#F8B7D5
(248,183,213)
#F9C1DA
(249,193,218)
#FACBDF
(250,203,223)
#FBD5E4
(251,213,228)
#FCDFE9
(252,223,233)
#FDE9EE
(253,233,238)
#FEF3F3
(254,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48FC1 color. Also use rgb(244,143,193) instead hex code.

Text Font Color

.myTextColor { color: #F48FC1; }

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

This text font color is #F48FC1.

Background Color

.myBgColor { background-color: #F48FC1; }

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

This div background color is #F48FC1.

Border color

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

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

This div border color is #F48FC1.

Opacity

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

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

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

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

This text has shadow with #F48FC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F48FC1.

Preview

Color preview on black background

This text has color #F48FC1 on black background.


Color preview on white background

This text has color #F48FC1 on white background.


Black color preview on #F48FC1 background

This text has black color on #F48FC1 background.


White color preview on #F48FC1 background

This text has white color on #F48FC1 background.


Related colors

Complementary color

Complementary color for #hex is #0B703E.


I love getcolorcode.com

Triadic colors

1 #C1F48F and #8FC1F4 with #F48FC1 are triadic colors.

2 #C18FF4 and #8FF4C1 with #F48FC1 are triadic colors.