COLOR #F69FF0

HEX: #F69FF0
RGB: (246,159,240)

Color info

#F69FF0 contains mainly red and blue colors. Web safe color of #F69FF0 is #FF99FF (or #F9F).

RGB color model

#F69FF0 color RGB value is (246,159,240).

  • red value is 246;
  • green value is 159;
  • blue value is 240.
RGB:
(246,159,240)
(96%,62%,94%)

RGB channels and saturation

R 246 of 255 = 96%
G 159 of 255 = 62%
B 240 of 255 = 94%

246
159
240

R + G + B ~ 84%. #F69FF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 159 + 240 = 645 (100%)
R 246 of 645 ~ 38.14%
G 159 of 645 ~ 24.65%
B 240 of 645 ~ 37.21%

%38.14
%24.65
%37.21

CMYK color model

#F69FF0 color CMYK value is (0,35,2,4).

  • cyan value is 0.00%
  • magenta value is 35.37%
  • yellow value is 2.44%
  • key color value is 3.53%
CMYK:
(0,35,2,4)
C0M35Y2K4 
(0%,35%,2%,4%)
(0.00/0.35/0.02/0.04)	

CMYK percentages

%0
%35.37
%2.44
%3.53

Codes

Color #F69FF0 in popluar color models

F69FF0
RGB246159240
HSL304°82.86%79.41%
HSB/HSV304°35.37%96.47%
CMYK0.00%35.37%2.44%
3.53%

Color #F69FF0 in popluar number systems.

HEXF69FF0
Decimal246159240
Binary111101101001111111110000
Octal366237360

Shades and tints

Shades of #F69FF0

#F69FF0
(246,159,240)
#E091DB
(224,145,219)
#CA83C6
(202,131,198)
#B475B1
(180,117,177)
#9E679C
(158,103,156)
#885987
(136,89,135)
#724B72
(114,75,114)
#5C3D5D
(92,61,93)
#462F48
(70,47,72)
#302133
(48,33,51)
#1A131E
(26,19,30)
#000000
(0,0,0)

Tints of #F69FF0

#F69FF0
(246,159,240)
#F6A7F1
(246,167,241)
#F6AFF2
(246,175,242)
#F6B7F3
(246,183,243)
#F6BFF4
(246,191,244)
#F6C7F5
(246,199,245)
#F6CFF6
(246,207,246)
#F6D7F7
(246,215,247)
#F6DFF8
(246,223,248)
#F6E7F9
(246,231,249)
#F6EFFA
(246,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F69FF0 color. Also use rgb(246,159,240) instead hex code.

Text Font Color

.myTextColor { color: #F69FF0; }

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

This text font color is #F69FF0.


Background Color

.myBgColor { background-color: #F69FF0; }

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

This div background color is #F69FF0.


Border color

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

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

This div border color is #F69FF0.


Opacity

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

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

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

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

This text has shadow with #F69FF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F69FF0 on black background.


Color preview on white background

This text has color #F69FF0 on white background.



Black color preview on #F69FF0 background

This text has black color on #F69FF0 background.


White color preview on #F69FF0 background

This text has white color on #F69FF0 background.