COLOR #F692F0

HEX: #F692F0
RGB: (246,146,240)

Color info

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

RGB color model

#F692F0 color RGB value is (246,146,240).

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

RGB channels and saturation

R 246 of 255 = 96%
G 146 of 255 = 57%
B 240 of 255 = 94%

246
146
240

R + G + B ~ 82%. #F692F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 146 + 240 = 632 (100%)
R 246 of 632 ~ 38.92%
G 146 of 632 ~ 23.1%
B 240 of 632 ~ 37.97%

%38.92
%23.1
%37.97

CMYK color model

#F692F0 color CMYK value is (0,41,2,4).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 2.44%
  • key color value is 3.53%
CMYK:
(0,41,2,4)
C0M41Y2K4 
(0%,41%,2%,4%)
(0.00/0.41/0.02/0.04)	

CMYK percentages

%0
%40.65
%2.44
%3.53

Codes

Color #F692F0 in popluar color models

F692F0
RGB246146240
HSL304°84.75%76.86%
HSB/HSV304°40.65%96.47%
CMYK0.00%40.65%2.44%
3.53%

Color #F692F0 in popluar number systems.

HEXF692F0
Decimal246146240
Binary111101101001001011110000
Octal366222360

Shades and tints

Shades of #F692F0

#F692F0
(246,146,240)
#E085DB
(224,133,219)
#CA78C6
(202,120,198)
#B46BB1
(180,107,177)
#9E5E9C
(158,94,156)
#885187
(136,81,135)
#724472
(114,68,114)
#5C375D
(92,55,93)
#462A48
(70,42,72)
#301D33
(48,29,51)
#1A101E
(26,16,30)
#000000
(0,0,0)

Tints of #F692F0

#F692F0
(246,146,240)
#F69BF1
(246,155,241)
#F6A4F2
(246,164,242)
#F6ADF3
(246,173,243)
#F6B6F4
(246,182,244)
#F6BFF5
(246,191,245)
#F6C8F6
(246,200,246)
#F6D1F7
(246,209,247)
#F6DAF8
(246,218,248)
#F6E3F9
(246,227,249)
#F6ECFA
(246,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F692F0; }

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

This text font color is #F692F0.


Background Color

.myBgColor { background-color: #F692F0; }

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

This div background color is #F692F0.


Border color

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

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

This div border color is #F692F0.


Opacity

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

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

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

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

This text has shadow with #F692F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F692F0 on black background.


Color preview on white background

This text has color #F692F0 on white background.



Black color preview on #F692F0 background

This text has black color on #F692F0 background.


White color preview on #F692F0 background

This text has white color on #F692F0 background.