COLOR #F064F5

HEX: #F064F5
RGB: (240,100,245)

Color info

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

RGB color model

#F064F5 color RGB value is (240,100,245).

  • red value is 240;
  • green value is 100;
  • blue value is 245.
RGB:
(240,100,245)
(94%,39%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 100 of 255 = 39%
B 245 of 255 = 96%

240
100
245

R + G + B ~ 76%. #F064F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 100 + 245 = 585 (100%)
R 240 of 585 ~ 41.03%
G 100 of 585 ~ 17.09%
B 245 of 585 ~ 41.88%

%41.03
%17.09
%41.88

CMYK color model

#F064F5 color CMYK value is (2,59,0,4).

  • cyan value is 2.04%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,59,0,4)
C2M59Y0K4 
(2%,59%,0%,4%)
(0.02/0.59/0.00/0.04)	

CMYK percentages

%2.04
%59.18
%0
%3.92

Codes

Color #F064F5 in popluar color models

F064F5
RGB240100245
HSL298°87.88%67.65%
HSB/HSV298°59.18%96.08%
CMYK2.04%59.18%0.00%
3.92%

Color #F064F5 in popluar number systems.

HEXF064F5
Decimal240100245
Binary11110000110010011110101
Octal360144365

Shades and tints

Shades of #F064F5

#F064F5
(240,100,245)
#DB5BDF
(219,91,223)
#C652C9
(198,82,201)
#B149B3
(177,73,179)
#9C409D
(156,64,157)
#873787
(135,55,135)
#722E71
(114,46,113)
#5D255B
(93,37,91)
#481C45
(72,28,69)
#33132F
(51,19,47)
#1E0A19
(30,10,25)
#000000
(0,0,0)

Tints of #F064F5

#F064F5
(240,100,245)
#F172F5
(241,114,245)
#F280F5
(242,128,245)
#F38EF5
(243,142,245)
#F49CF5
(244,156,245)
#F5AAF5
(245,170,245)
#F6B8F5
(246,184,245)
#F7C6F5
(247,198,245)
#F8D4F5
(248,212,245)
#F9E2F5
(249,226,245)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F064F5 color. Also use rgb(240,100,245) instead hex code.

Text Font Color

.myTextColor { color: #F064F5; }

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

This text font color is #F064F5.


Background Color

.myBgColor { background-color: #F064F5; }

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

This div background color is #F064F5.


Border color

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

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

This div border color is #F064F5.


Opacity

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

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

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

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

This text has shadow with #F064F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F064F5 on black background.


Color preview on white background

This text has color #F064F5 on white background.



Black color preview on #F064F5 background

This text has black color on #F064F5 background.


White color preview on #F064F5 background

This text has white color on #F064F5 background.