COLOR #F083DA

HEX: #F083DA RGB: (240,131,218)

Color info

#F083DA contains mainly red and blue colors. Web safe color of #F083DA is #FF99CC (or #F9C).

RGB color model

#F083DA color RGB value is (240,131,218).

RGB: (240,131,218) (94%, 51%, 85%)

RGB channels and saturation

R 240 of 255 = 94%
G 131 of 255 = 51%
B 218 of 255 = 85%

240
131
218

R + G + B ~ 77%. #F083DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 131 + 218 = 589 (100%)
R 240 of 589 ~ 40.75%
G 131 of 589 ~ 22.24%
B 218 of 589 ~ 37.01'%

%40.75
%22.24
%37.01

CMYK color model

#F083DA color CMYK value is (0,45,9,6).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 9.17%
  • key color value is 5.88%

CMYK: (0,45,9,6)
C0M45Y9K6 (0%, 45%, 9%, 6%)
(0.00 / 0.45 / 0.09 / 0.06)

CMYK percentages

%0
%45.42
%9.17
%5.88

Codes

Color #F083DA in popluar color models

F0 83 DA
RGB 240 131 218
HSL 312° 78.42% 72.75%
HSB/HSV 312° 45.42% 94.12%
CMYK 0.00% 45.42% 9.17%
5.88%

Color #F083DA in popluar number systems.

HEX F0 83 DA
Decimal 240 131 218
Binary 11110000 10000011 11011010
Octal 360 203 332

Shades and tints

Shades of #F083DA

#F083DA
(240,131,218)
#DB78C7
(219,120,199)
#C66DB4
(198,109,180)
#B162A1
(177,98,161)
#9C578E
(156,87,142)
#874C7B
(135,76,123)
#724168
(114,65,104)
#5D3655
(93,54,85)
#482B42
(72,43,66)
#33202F
(51,32,47)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #F083DA

#F083DA
(240,131,218)
#F18EDD
(241,142,221)
#F299E0
(242,153,224)
#F3A4E3
(243,164,227)
#F4AFE6
(244,175,230)
#F5BAE9
(245,186,233)
#F6C5EC
(246,197,236)
#F7D0EF
(247,208,239)
#F8DBF2
(248,219,242)
#F9E6F5
(249,230,245)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F083DA color. Also use rgb(240,131,218) instead hex code.

Text Font Color

.myTextColor { color: #F083DA; }

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

This text font color is #F083DA.

Background Color

.myBgColor { background-color: #F083DA; }

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

This div background color is #F083DA.

Border color

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

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

This div border color is #F083DA.

Opacity

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

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

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

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

This text has shadow with #F083DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F083DA.

Preview

Color preview on black background

This text has color #F083DA on black background.


Color preview on white background

This text has color #F083DA on white background.


Black color preview on #F083DA background

This text has black color on #F083DA background.


White color preview on #F083DA background

This text has white color on #F083DA background.


Related colors

Complementary color

Complementary color for #hex is #0F7C25.


I love getcolorcode.com

Triadic colors

1 #DAF083 and #83DAF0 with #F083DA are triadic colors.

2 #DA83F0 and #83F0DA with #F083DA are triadic colors.