COLOR #F83A6E

HEX: #F83A6E
RGB: (248,58,110)

Color info

#F83A6E contains mainly red color. Web safe color of #F83A6E is #FF3366 (or #F36).

RGB color model

#F83A6E color RGB value is (248,58,110).

  • red value is 248;
  • green value is 58;
  • blue value is 110.
RGB:
(248,58,110)
(97%,23%,43%)

RGB channels and saturation

R 248 of 255 = 97%
G 58 of 255 = 23%
B 110 of 255 = 43%

248
58
110

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

Portions of RGB colors in percentages

R + G + B =
248 + 58 + 110 = 416 (100%)
R 248 of 416 ~ 59.62%
G 58 of 416 ~ 13.94%
B 110 of 416 ~ 26.44%

%59.62
%13.94
%26.44

CMYK color model

#F83A6E color CMYK value is (0,77,56,3).

  • cyan value is 0.00%
  • magenta value is 76.61%
  • yellow value is 55.65%
  • key color value is 2.75%
CMYK:
(0,77,56,3)
C0M77Y56K3 
(0%,77%,56%,3%)
(0.00/0.77/0.56/0.03)	

CMYK percentages

%0
%76.61
%55.65
%2.75

Codes

Color #F83A6E in popluar color models

F83A6E
RGB24858110
HSL344°93.14%60.00%
HSB/HSV344°76.61%97.25%
CMYK0.00%76.61%55.65%
2.75%

Color #F83A6E in popluar number systems.

HEXF83A6E
Decimal24858110
Binary111110001110101101110
Octal37072156

Shades and tints

Shades of #F83A6E

#F83A6E
(248,58,110)
#E23564
(226,53,100)
#CC305A
(204,48,90)
#B62B50
(182,43,80)
#A02646
(160,38,70)
#8A213C
(138,33,60)
#741C32
(116,28,50)
#5E1728
(94,23,40)
#48121E
(72,18,30)
#320D14
(50,13,20)
#1C080A
(28,8,10)
#000000
(0,0,0)

Tints of #F83A6E

#F83A6E
(248,58,110)
#F84B7B
(248,75,123)
#F85C88
(248,92,136)
#F86D95
(248,109,149)
#F87EA2
(248,126,162)
#F88FAF
(248,143,175)
#F8A0BC
(248,160,188)
#F8B1C9
(248,177,201)
#F8C2D6
(248,194,214)
#F8D3E3
(248,211,227)
#F8E4F0
(248,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F83A6E color. Also use rgb(248,58,110) instead hex code.

Text Font Color

.myTextColor { color: #F83A6E; }

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

This text font color is #F83A6E.


Background Color

.myBgColor { background-color: #F83A6E; }

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

This div background color is #F83A6E.


Border color

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

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

This div border color is #F83A6E.


Opacity

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

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

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

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

This text has shadow with #F83A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F83A6E on black background.


Color preview on white background

This text has color #F83A6E on white background.



Black color preview on #F83A6E background

This text has black color on #F83A6E background.


White color preview on #F83A6E background

This text has white color on #F83A6E background.