COLOR #F80E32

HEX: #F80E32
RGB: (248,14,50)

Color info

#F80E32 contains mainly red color. Web safe color of #F80E32 is #FF0033 (or #F03).

RGB color model

#F80E32 color RGB value is (248,14,50).

  • red value is 248;
  • green value is 14;
  • blue value is 50.
RGB:
(248,14,50)
(97%,5%,20%)

RGB channels and saturation

R 248 of 255 = 97%
G 14 of 255 = 5%
B 50 of 255 = 20%

248
14
50

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

Portions of RGB colors in percentages

R + G + B =
248 + 14 + 50 = 312 (100%)
R 248 of 312 ~ 79.49%
G 14 of 312 ~ 4.49%
B 50 of 312 ~ 16.03%

%79.49
%16.03

CMYK color model

#F80E32 color CMYK value is (0,94,80,3).

  • cyan value is 0.00%
  • magenta value is 94.35%
  • yellow value is 79.84%
  • key color value is 2.75%
CMYK:
(0,94,80,3)
C0M94Y80K3 
(0%,94%,80%,3%)
(0.00/0.94/0.80/0.03)	

CMYK percentages

%0
%94.35
%79.84
%2.75

Codes

Color #F80E32 in popluar color models

F80E32
RGB2481450
HSL351°94.35%51.37%
HSB/HSV351°94.35%97.25%
CMYK0.00%94.35%79.84%
2.75%

Color #F80E32 in popluar number systems.

HEXF80E32
Decimal2481450
Binary111110001110110010
Octal3701662

Shades and tints

Shades of #F80E32

#F80E32
(248,14,50)
#E20D2E
(226,13,46)
#CC0C2A
(204,12,42)
#B60B26
(182,11,38)
#A00A22
(160,10,34)
#8A091E
(138,9,30)
#74081A
(116,8,26)
#5E0716
(94,7,22)
#480612
(72,6,18)
#32050E
(50,5,14)
#1C040A
(28,4,10)
#000000
(0,0,0)

Tints of #F80E32

#F80E32
(248,14,50)
#F82344
(248,35,68)
#F83856
(248,56,86)
#F84D68
(248,77,104)
#F8627A
(248,98,122)
#F8778C
(248,119,140)
#F88C9E
(248,140,158)
#F8A1B0
(248,161,176)
#F8B6C2
(248,182,194)
#F8CBD4
(248,203,212)
#F8E0E6
(248,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F80E32 color. Also use rgb(248,14,50) instead hex code.

Text Font Color

.myTextColor { color: #F80E32; }

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

This text font color is #F80E32.


Background Color

.myBgColor { background-color: #F80E32; }

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

This div background color is #F80E32.


Border color

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

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

This div border color is #F80E32.


Opacity

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

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

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

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

This text has shadow with #F80E32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F80E32 on black background.


Color preview on white background

This text has color #F80E32 on white background.



Black color preview on #F80E32 background

This text has black color on #F80E32 background.


White color preview on #F80E32 background

This text has white color on #F80E32 background.