COLOR #F082A0

HEX: #F082A0
RGB: (240,130,160)

Color info

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

RGB color model

#F082A0 color RGB value is (240,130,160).

  • red value is 240;
  • green value is 130;
  • blue value is 160.
RGB:
(240,130,160)
(94%,51%,63%)

RGB channels and saturation

R 240 of 255 = 94%
G 130 of 255 = 51%
B 160 of 255 = 63%

240
130
160

R + G + B ~ 69%. #F082A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 130 + 160 = 530 (100%)
R 240 of 530 ~ 45.28%
G 130 of 530 ~ 24.53%
B 160 of 530 ~ 30.19%

%45.28
%24.53
%30.19

CMYK color model

#F082A0 color CMYK value is (0,46,33,6).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 33.33%
  • key color value is 5.88%
CMYK:
(0,46,33,6)
C0M46Y33K6 
(0%,46%,33%,6%)
(0.00/0.46/0.33/0.06)	

CMYK percentages

%0
%45.83
%33.33
%5.88

Codes

Color #F082A0 in popluar color models

F082A0
RGB240130160
HSL344°78.57%72.55%
HSB/HSV344°45.83%94.12%
CMYK0.00%45.83%33.33%
5.88%

Color #F082A0 in popluar number systems.

HEXF082A0
Decimal240130160
Binary111100001000001010100000
Octal360202240

Shades and tints

Shades of #F082A0

#F082A0
(240,130,160)
#DB7792
(219,119,146)
#C66C84
(198,108,132)
#B16176
(177,97,118)
#9C5668
(156,86,104)
#874B5A
(135,75,90)
#72404C
(114,64,76)
#5D353E
(93,53,62)
#482A30
(72,42,48)
#331F22
(51,31,34)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #F082A0

#F082A0
(240,130,160)
#F18DA8
(241,141,168)
#F298B0
(242,152,176)
#F3A3B8
(243,163,184)
#F4AEC0
(244,174,192)
#F5B9C8
(245,185,200)
#F6C4D0
(246,196,208)
#F7CFD8
(247,207,216)
#F8DAE0
(248,218,224)
#F9E5E8
(249,229,232)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F082A0 color. Also use rgb(240,130,160) instead hex code.

Text Font Color

.myTextColor { color: #F082A0; }

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

This text font color is #F082A0.


Background Color

.myBgColor { background-color: #F082A0; }

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

This div background color is #F082A0.


Border color

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

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

This div border color is #F082A0.


Opacity

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

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

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

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

This text has shadow with #F082A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F082A0 on black background.


Color preview on white background

This text has color #F082A0 on white background.



Black color preview on #F082A0 background

This text has black color on #F082A0 background.


White color preview on #F082A0 background

This text has white color on #F082A0 background.