COLOR #F692B1

HEX: #F692B1 RGB: (246,146,177)

Color info

#F692B1 contains mainly red color. Web safe color of #F692B1 is #FF9999 (or #F99).

RGB color model

#F692B1 color RGB value is (246,146,177).

RGB: (246,146,177) (96%, 57%, 69%)

RGB channels and saturation

R 246 of 255 = 96%
G 146 of 255 = 57%
B 177 of 255 = 69%

246
146
177

R + G + B ~ 74%. #F692B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 146 + 177 = 569 (100%)
R 246 of 569 ~ 43.23%
G 146 of 569 ~ 25.66%
B 177 of 569 ~ 31.11'%

%43.23
%25.66
%31.11

CMYK color model

#F692B1 color CMYK value is (0,41,28,4).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 28.05%
  • key color value is 3.53%
CMYK: (0,41,28,4) C0M41Y28K4 (0%,41%,28%,4%) (0.00/0.41/0.28/0.04) 

CMYK percentages

%0
%40.65
%28.05
%3.53

Codes

Color #F692B1 in popluar color models

F6 92 B1
RGB 246 146 177
HSL 341° 84.75% 76.86%
HSB/HSV 341° 40.65% 96.47%
CMYK 0.00% 40.65% 28.05%
3.53%

Color #F692B1 in popluar number systems.

HEX F6 92 B1
Decimal 246 146 177
Binary 11110110 10010010 10110001
Octal 366 222 261

Shades and tints

Shades of #F692B1

#F692B1
(246,146,177)
#E085A1
(224,133,161)
#CA7891
(202,120,145)
#B46B81
(180,107,129)
#9E5E71
(158,94,113)
#885161
(136,81,97)
#724451
(114,68,81)
#5C3741
(92,55,65)
#462A31
(70,42,49)
#301D21
(48,29,33)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #F692B1

#F692B1
(246,146,177)
#F69BB8
(246,155,184)
#F6A4BF
(246,164,191)
#F6ADC6
(246,173,198)
#F6B6CD
(246,182,205)
#F6BFD4
(246,191,212)
#F6C8DB
(246,200,219)
#F6D1E2
(246,209,226)
#F6DAE9
(246,218,233)
#F6E3F0
(246,227,240)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F692B1; }

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

This text font color is #F692B1.

Background Color

.myBgColor { background-color: #F692B1; }

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

This div background color is #F692B1.

Border color

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

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

This div border color is #F692B1.

Opacity

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

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

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

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

This text has shadow with #F692B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F692B1.

Preview

Color preview on black background

This text has color #F692B1 on black background.


Color preview on white background

This text has color #F692B1 on white background.


Black color preview on #F692B1 background

This text has black color on #F692B1 background.


White color preview on #F692B1 background

This text has white color on #F692B1 background.


Related colors

Complementary color

Complementary color for #hex is #096D4E.


I love getcolorcode.com

Triadic colors

1 #B1F692 and #92B1F6 with #F692B1 are triadic colors.

2 #B192F6 and #92F6B1 with #F692B1 are triadic colors.