COLOR #F04DBE

HEX: #F04DBE
RGB: (240,77,190)

Color info

#F04DBE contains mainly red and blue colors. Web safe color of #F04DBE is #FF33CC (or #F3C).

RGB color model

#F04DBE color RGB value is (240,77,190).

  • red value is 240;
  • green value is 77;
  • blue value is 190.
RGB:
(240,77,190)
(94%,30%,75%)

RGB channels and saturation

R 240 of 255 = 94%
G 77 of 255 = 30%
B 190 of 255 = 75%

240
77
190

R + G + B ~ 66%. #F04DBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 77 + 190 = 507 (100%)
R 240 of 507 ~ 47.34%
G 77 of 507 ~ 15.19%
B 190 of 507 ~ 37.48%

%47.34
%15.19
%37.48

CMYK color model

#F04DBE color CMYK value is (0,68,21,6).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 20.83%
  • key color value is 5.88%
CMYK:
(0,68,21,6)
C0M68Y21K6 
(0%,68%,21%,6%)
(0.00/0.68/0.21/0.06)	

CMYK percentages

%0
%67.92
%20.83
%5.88

Codes

Color #F04DBE in popluar color models

F04DBE
RGB24077190
HSL318°84.46%62.16%
HSB/HSV318°67.92%94.12%
CMYK0.00%67.92%20.83%
5.88%

Color #F04DBE in popluar number systems.

HEXF04DBE
Decimal24077190
Binary11110000100110110111110
Octal360115276

Shades and tints

Shades of #F04DBE

#F04DBE
(240,77,190)
#DB46AD
(219,70,173)
#C63F9C
(198,63,156)
#B1388B
(177,56,139)
#9C317A
(156,49,122)
#872A69
(135,42,105)
#722358
(114,35,88)
#5D1C47
(93,28,71)
#481536
(72,21,54)
#330E25
(51,14,37)
#1E0714
(30,7,20)
#000000
(0,0,0)

Tints of #F04DBE

#F04DBE
(240,77,190)
#F15DC3
(241,93,195)
#F26DC8
(242,109,200)
#F37DCD
(243,125,205)
#F48DD2
(244,141,210)
#F59DD7
(245,157,215)
#F6ADDC
(246,173,220)
#F7BDE1
(247,189,225)
#F8CDE6
(248,205,230)
#F9DDEB
(249,221,235)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04DBE color. Also use rgb(240,77,190) instead hex code.

Text Font Color

.myTextColor { color: #F04DBE; }

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

This text font color is #F04DBE.


Background Color

.myBgColor { background-color: #F04DBE; }

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

This div background color is #F04DBE.


Border color

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

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

This div border color is #F04DBE.


Opacity

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

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

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

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

This text has shadow with #F04DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04DBE on black background.


Color preview on white background

This text has color #F04DBE on white background.



Black color preview on #F04DBE background

This text has black color on #F04DBE background.


White color preview on #F04DBE background

This text has white color on #F04DBE background.