COLOR #F465F7

HEX: #F465F7 RGB: (244,101,247)

Color info

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

RGB color model

#F465F7 color RGB value is (244,101,247).

RGB: (244,101,247) (96%, 40%, 97%)

RGB channels and saturation

R 244 of 255 = 96%
G 101 of 255 = 40%
B 247 of 255 = 97%

244
101
247

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

Portions of RGB colors in percentages

R + G + B = 244 + 101 + 247 = 592 (100%)
R 244 of 592 ~ 41.22%
G 101 of 592 ~ 17.06%
B 247 of 592 ~ 41.72'%

%41.22
%17.06
%41.72

CMYK color model

#F465F7 color CMYK value is (1,59,0,3).

  • cyan value is 1.21%
  • magenta value is 59.11%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (1,59,0,3)
C1M59Y0K3 (1%, 59%, 0%, 3%)
(0.01 / 0.59 / 0.00 / 0.03)

CMYK percentages

%1.21
%59.11
%0
%3.14

Codes

Color #F465F7 in popluar color models

F4 65 F7
RGB 244 101 247
HSL 299° 90.12% 68.24%
HSB/HSV 299° 59.11% 96.86%
CMYK 1.21% 59.11% 0.00%
3.14%

Color #F465F7 in popluar number systems.

HEX F4 65 F7
Decimal 244 101 247
Binary 11110100 1100101 11110111
Octal 364 145 367

Shades and tints

Shades of #F465F7

#F465F7
(244,101,247)
#DE5CE1
(222,92,225)
#C853CB
(200,83,203)
#B24AB5
(178,74,181)
#9C419F
(156,65,159)
#863889
(134,56,137)
#702F73
(112,47,115)
#5A265D
(90,38,93)
#441D47
(68,29,71)
#2E1431
(46,20,49)
#180B1B
(24,11,27)
#000000
(0,0,0)

Tints of #F465F7

#F465F7
(244,101,247)
#F573F7
(245,115,247)
#F681F7
(246,129,247)
#F78FF7
(247,143,247)
#F89DF7
(248,157,247)
#F9ABF7
(249,171,247)
#FAB9F7
(250,185,247)
#FBC7F7
(251,199,247)
#FCD5F7
(252,213,247)
#FDE3F7
(253,227,247)
#FEF1F7
(254,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F465F7 color. Also use rgb(244,101,247) instead hex code.

Text Font Color

.myTextColor { color: #F465F7; }

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

This text font color is #F465F7.

Background Color

.myBgColor { background-color: #F465F7; }

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

This div background color is #F465F7.

Border color

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

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

This div border color is #F465F7.

Opacity

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

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

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

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

This text has shadow with #F465F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F465F7.

Preview

Color preview on black background

This text has color #F465F7 on black background.


Color preview on white background

This text has color #F465F7 on white background.


Black color preview on #F465F7 background

This text has black color on #F465F7 background.


White color preview on #F465F7 background

This text has white color on #F465F7 background.


Related colors

Complementary color

Complementary color for #hex is #0B9A08.


I love getcolorcode.com

Triadic colors

1 #F7F465 and #65F7F4 with #F465F7 are triadic colors.

2 #F765F4 and #65F4F7 with #F465F7 are triadic colors.