COLOR #F07DE7

HEX: #F07DE7 RGB: (240,125,231)

Color info

#F07DE7 contains mainly red and blue colors. Web safe color of #F07DE7 is #FF66FF (or #F6F).

RGB color model

#F07DE7 color RGB value is (240,125,231).

RGB: (240,125,231) (94%, 49%, 91%)

RGB channels and saturation

R 240 of 255 = 94%
G 125 of 255 = 49%
B 231 of 255 = 91%

240
125
231

R + G + B ~ 78%. #F07DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 125 + 231 = 596 (100%)
R 240 of 596 ~ 40.27%
G 125 of 596 ~ 20.97%
B 231 of 596 ~ 38.76'%

%40.27
%20.97
%38.76

CMYK color model

#F07DE7 color CMYK value is (0,48,4,6).

  • cyan value is 0.00%
  • magenta value is 47.92%
  • yellow value is 3.75%
  • key color value is 5.88%

CMYK: (0,48,4,6)
C0M48Y4K6 (0%, 48%, 4%, 6%)
(0.00 / 0.48 / 0.04 / 0.06)

CMYK percentages

%0
%47.92
%3.75
%5.88

Codes

Color #F07DE7 in popluar color models

F0 7D E7
RGB 240 125 231
HSL 305° 79.31% 71.57%
HSB/HSV 305° 47.92% 94.12%
CMYK 0.00% 47.92% 3.75%
5.88%

Color #F07DE7 in popluar number systems.

HEX F0 7D E7
Decimal 240 125 231
Binary 11110000 1111101 11100111
Octal 360 175 347

Shades and tints

Shades of #F07DE7

#F07DE7
(240,125,231)
#DB72D2
(219,114,210)
#C667BD
(198,103,189)
#B15CA8
(177,92,168)
#9C5193
(156,81,147)
#87467E
(135,70,126)
#723B69
(114,59,105)
#5D3054
(93,48,84)
#48253F
(72,37,63)
#331A2A
(51,26,42)
#1E0F15
(30,15,21)
#000000
(0,0,0)

Tints of #F07DE7

#F07DE7
(240,125,231)
#F188E9
(241,136,233)
#F293EB
(242,147,235)
#F39EED
(243,158,237)
#F4A9EF
(244,169,239)
#F5B4F1
(245,180,241)
#F6BFF3
(246,191,243)
#F7CAF5
(247,202,245)
#F8D5F7
(248,213,247)
#F9E0F9
(249,224,249)
#FAEBFB
(250,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07DE7 color. Also use rgb(240,125,231) instead hex code.

Text Font Color

.myTextColor { color: #F07DE7; }

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

This text font color is #F07DE7.

Background Color

.myBgColor { background-color: #F07DE7; }

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

This div background color is #F07DE7.

Border color

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

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

This div border color is #F07DE7.

Opacity

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

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

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

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

This text has shadow with #F07DE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F07DE7.

Preview

Color preview on black background

This text has color #F07DE7 on black background.


Color preview on white background

This text has color #F07DE7 on white background.


Black color preview on #F07DE7 background

This text has black color on #F07DE7 background.


White color preview on #F07DE7 background

This text has white color on #F07DE7 background.


Related colors

Complementary color

Complementary color for #hex is #0F8218.


I love getcolorcode.com

Triadic colors

1 #E7F07D and #7DE7F0 with #F07DE7 are triadic colors.

2 #E77DF0 and #7DF0E7 with #F07DE7 are triadic colors.