COLOR #F83D8C

HEX: #F83D8C
RGB: (248,61,140)

Color info

#F83D8C contains mainly red color. Web safe color of #F83D8C is #FF3399 (or #F39).

RGB color model

#F83D8C color RGB value is (248,61,140).

  • red value is 248;
  • green value is 61;
  • blue value is 140.
RGB:
(248,61,140)
(97%,24%,55%)

RGB channels and saturation

R 248 of 255 = 97%
G 61 of 255 = 24%
B 140 of 255 = 55%

248
61
140

R + G + B ~ 59%. #F83D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 61 + 140 = 449 (100%)
R 248 of 449 ~ 55.23%
G 61 of 449 ~ 13.59%
B 140 of 449 ~ 31.18%

%55.23
%13.59
%31.18

CMYK color model

#F83D8C color CMYK value is (0,75,44,3).

  • cyan value is 0.00%
  • magenta value is 75.40%
  • yellow value is 43.55%
  • key color value is 2.75%
CMYK:
(0,75,44,3)
C0M75Y44K3 
(0%,75%,44%,3%)
(0.00/0.75/0.44/0.03)	

CMYK percentages

%0
%75.4
%43.55
%2.75

Codes

Color #F83D8C in popluar color models

F83D8C
RGB24861140
HSL335°93.03%60.59%
HSB/HSV335°75.40%97.25%
CMYK0.00%75.40%43.55%
2.75%

Color #F83D8C in popluar number systems.

HEXF83D8C
Decimal24861140
Binary1111100011110110001100
Octal37075214

Shades and tints

Shades of #F83D8C

#F83D8C
(248,61,140)
#E23880
(226,56,128)
#CC3374
(204,51,116)
#B62E68
(182,46,104)
#A0295C
(160,41,92)
#8A2450
(138,36,80)
#741F44
(116,31,68)
#5E1A38
(94,26,56)
#48152C
(72,21,44)
#321020
(50,16,32)
#1C0B14
(28,11,20)
#000000
(0,0,0)

Tints of #F83D8C

#F83D8C
(248,61,140)
#F84E96
(248,78,150)
#F85FA0
(248,95,160)
#F870AA
(248,112,170)
#F881B4
(248,129,180)
#F892BE
(248,146,190)
#F8A3C8
(248,163,200)
#F8B4D2
(248,180,210)
#F8C5DC
(248,197,220)
#F8D6E6
(248,214,230)
#F8E7F0
(248,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F83D8C color. Also use rgb(248,61,140) instead hex code.

Text Font Color

.myTextColor { color: #F83D8C; }

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

This text font color is #F83D8C.


Background Color

.myBgColor { background-color: #F83D8C; }

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

This div background color is #F83D8C.


Border color

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

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

This div border color is #F83D8C.


Opacity

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

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

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

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

This text has shadow with #F83D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F83D8C on black background.


Color preview on white background

This text has color #F83D8C on white background.



Black color preview on #F83D8C background

This text has black color on #F83D8C background.


White color preview on #F83D8C background

This text has white color on #F83D8C background.