COLOR #F80092

HEX: #F80092
RGB: (248,0,146)

Color info

#F80092 contains mainly red color. Web safe color of #F80092 is #FF0099 (or #F09).

RGB color model

#F80092 color RGB value is (248,0,146).

  • red value is 248;
  • green value is 0;
  • blue value is 146.
RGB:
(248,0,146)
(97%,0%,57%)

RGB channels and saturation

R 248 of 255 = 97%
G 0 of 255 = 0%
B 146 of 255 = 57%

248
0
146

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

Portions of RGB colors in percentages

R + G + B =
248 + 0 + 146 = 394 (100%)
R 248 of 394 ~ 62.94%
G 0 of 394 ~ 0%
B 146 of 394 ~ 37.06%

%62.94
%37.06

CMYK color model

#F80092 color CMYK value is (0,100,41,3).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.13%
  • key color value is 2.75%
CMYK:
(0,100,41,3)
C0M100Y41K3 
(0%,100%,41%,3%)
(0.00/1.00/0.41/0.03)	

CMYK percentages

%0
%100
%41.13
%2.75

Codes

Color #F80092 in popluar color models

F80092
RGB2480146
HSL325°100.00%48.63%
HSB/HSV325°100.00%97.25%
CMYK0.00%100.00%41.13%
2.75%

Color #F80092 in popluar number systems.

HEXF80092
Decimal2480146
Binary11111000010010010
Octal3700222

Shades and tints

Shades of #F80092

#F80092
(248,0,146)
#E20085
(226,0,133)
#CC0078
(204,0,120)
#B6006B
(182,0,107)
#A0005E
(160,0,94)
#8A0051
(138,0,81)
#740044
(116,0,68)
#5E0037
(94,0,55)
#48002A
(72,0,42)
#32001D
(50,0,29)
#1C0010
(28,0,16)
#000000
(0,0,0)

Tints of #F80092

#F80092
(248,0,146)
#F8179B
(248,23,155)
#F82EA4
(248,46,164)
#F845AD
(248,69,173)
#F85CB6
(248,92,182)
#F873BF
(248,115,191)
#F88AC8
(248,138,200)
#F8A1D1
(248,161,209)
#F8B8DA
(248,184,218)
#F8CFE3
(248,207,227)
#F8E6EC
(248,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F80092 color. Also use rgb(248,0,146) instead hex code.

Text Font Color

.myTextColor { color: #F80092; }

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

This text font color is #F80092.


Background Color

.myBgColor { background-color: #F80092; }

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

This div background color is #F80092.


Border color

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

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

This div border color is #F80092.


Opacity

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

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

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

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

This text has shadow with #F80092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F80092 on black background.


Color preview on white background

This text has color #F80092 on white background.



Black color preview on #F80092 background

This text has black color on #F80092 background.


White color preview on #F80092 background

This text has white color on #F80092 background.