COLOR #F07CD3

HEX: #F07CD3
RGB: (240,124,211)

Color info

#F07CD3 contains mainly red and blue colors. Web safe color of #F07CD3 is #FF66CC (or #F6C).

RGB color model

#F07CD3 color RGB value is (240,124,211).

  • red value is 240;
  • green value is 124;
  • blue value is 211.
RGB:
(240,124,211)
(94%,49%,83%)

RGB channels and saturation

R 240 of 255 = 94%
G 124 of 255 = 49%
B 211 of 255 = 83%

240
124
211

R + G + B ~ 75%. #F07CD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 124 + 211 = 575 (100%)
R 240 of 575 ~ 41.74%
G 124 of 575 ~ 21.57%
B 211 of 575 ~ 36.7%

%41.74
%21.57
%36.7

CMYK color model

#F07CD3 color CMYK value is (0,48,12,6).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 12.08%
  • key color value is 5.88%
CMYK:
(0,48,12,6)
C0M48Y12K6 
(0%,48%,12%,6%)
(0.00/0.48/0.12/0.06)	

CMYK percentages

%0
%48.33
%12.08
%5.88

Codes

Color #F07CD3 in popluar color models

F07CD3
RGB240124211
HSL315°79.45%71.37%
HSB/HSV315°48.33%94.12%
CMYK0.00%48.33%12.08%
5.88%

Color #F07CD3 in popluar number systems.

HEXF07CD3
Decimal240124211
Binary11110000111110011010011
Octal360174323

Shades and tints

Shades of #F07CD3

#F07CD3
(240,124,211)
#DB71C0
(219,113,192)
#C666AD
(198,102,173)
#B15B9A
(177,91,154)
#9C5087
(156,80,135)
#874574
(135,69,116)
#723A61
(114,58,97)
#5D2F4E
(93,47,78)
#48243B
(72,36,59)
#331928
(51,25,40)
#1E0E15
(30,14,21)
#000000
(0,0,0)

Tints of #F07CD3

#F07CD3
(240,124,211)
#F187D7
(241,135,215)
#F292DB
(242,146,219)
#F39DDF
(243,157,223)
#F4A8E3
(244,168,227)
#F5B3E7
(245,179,231)
#F6BEEB
(246,190,235)
#F7C9EF
(247,201,239)
#F8D4F3
(248,212,243)
#F9DFF7
(249,223,247)
#FAEAFB
(250,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07CD3 color. Also use rgb(240,124,211) instead hex code.

Text Font Color

.myTextColor { color: #F07CD3; }

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

This text font color is #F07CD3.


Background Color

.myBgColor { background-color: #F07CD3; }

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

This div background color is #F07CD3.


Border color

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

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

This div border color is #F07CD3.


Opacity

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

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

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

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

This text has shadow with #F07CD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07CD3 on black background.


Color preview on white background

This text has color #F07CD3 on white background.



Black color preview on #F07CD3 background

This text has black color on #F07CD3 background.


White color preview on #F07CD3 background

This text has white color on #F07CD3 background.