COLOR #F883B2

HEX: #F883B2 RGB: (248,131,178)

Color info

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

RGB color model

#F883B2 color RGB value is (248,131,178).

RGB: (248,131,178) (97%, 51%, 70%)

RGB channels and saturation

R 248 of 255 = 97%
G 131 of 255 = 51%
B 178 of 255 = 70%

248
131
178

R + G + B ~ 73%. #F883B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 131 + 178 = 557 (100%)
R 248 of 557 ~ 44.52%
G 131 of 557 ~ 23.52%
B 178 of 557 ~ 31.96'%

%44.52
%23.52
%31.96

CMYK color model

#F883B2 color CMYK value is (0,47,28,3).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 28.23%
  • key color value is 2.75%

CMYK: (0,47,28,3)
C0M47Y28K3 (0%, 47%, 28%, 3%)
(0.00 / 0.47 / 0.28 / 0.03)

CMYK percentages

%0
%47.18
%28.23
%2.75

Codes

Color #F883B2 in popluar color models

F8 83 B2
RGB 248 131 178
HSL 336° 89.31% 74.31%
HSB/HSV 336° 47.18% 97.25%
CMYK 0.00% 47.18% 28.23%
2.75%

Color #F883B2 in popluar number systems.

HEX F8 83 B2
Decimal 248 131 178
Binary 11111000 10000011 10110010
Octal 370 203 262

Shades and tints

Shades of #F883B2

#F883B2
(248,131,178)
#E278A2
(226,120,162)
#CC6D92
(204,109,146)
#B66282
(182,98,130)
#A05772
(160,87,114)
#8A4C62
(138,76,98)
#744152
(116,65,82)
#5E3642
(94,54,66)
#482B32
(72,43,50)
#322022
(50,32,34)
#1C1512
(28,21,18)
#000000
(0,0,0)

Tints of #F883B2

#F883B2
(248,131,178)
#F88EB9
(248,142,185)
#F899C0
(248,153,192)
#F8A4C7
(248,164,199)
#F8AFCE
(248,175,206)
#F8BAD5
(248,186,213)
#F8C5DC
(248,197,220)
#F8D0E3
(248,208,227)
#F8DBEA
(248,219,234)
#F8E6F1
(248,230,241)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F883B2 color. Also use rgb(248,131,178) instead hex code.

Text Font Color

.myTextColor { color: #F883B2; }

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

This text font color is #F883B2.

Background Color

.myBgColor { background-color: #F883B2; }

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

This div background color is #F883B2.

Border color

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

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

This div border color is #F883B2.

Opacity

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

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

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

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

This text has shadow with #F883B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F883B2.

Preview

Color preview on black background

This text has color #F883B2 on black background.


Color preview on white background

This text has color #F883B2 on white background.


Black color preview on #F883B2 background

This text has black color on #F883B2 background.


White color preview on #F883B2 background

This text has white color on #F883B2 background.


Related colors

Complementary color

Complementary color for #hex is #077C4D.


I love getcolorcode.com

Triadic colors

1 #B2F883 and #83B2F8 with #F883B2 are triadic colors.

2 #B283F8 and #83F8B2 with #F883B2 are triadic colors.