COLOR #F690B0

HEX: #F690B0
RGB: (246,144,176)

Renk bilgisi

#F690B0 contains mainly red color. #F690B0 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F690B0 color RGB value is (246,144,176).

  • kırmız ton 246;
  • yeşil ton 144;
  • mavi ton 176.
RGB:
(246,144,176)
(96%,56%,69%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 144 of 255 = 56%
B 176 of 255 = 69%

246
144
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 144 + 176 = 566 (100%)
R 246 of 566 ~ 43.46%
G 144 of 566 ~ 25.44%
B 176 of 566 ~ 31.1%

%43.46
%25.44
%31.1

CMYK RENK MODELİ

#F690B0 rengi CMYK tonu (0,41,28,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.46%
  • sarı tonu 28.46%
  • ana renk tonu 3.53%
CMYK:
(0,41,28,4)
C0M41Y28K4 
(0%,41%,28%,4%)
(0.00/0.41/0.28/0.04)	

CMYK yüzdeleri

%0
%41.46
%28.46
%3.53

Codes

Color #F690B0 in popluar color models

F690B0
RGB246144176
HSL341°85.00%76.47%
HSB/HSV341°41.46%96.47%
CMYK0.00%41.46%28.46%
3.53%

Color #F690B0 in popluar number systems.

HEXF690B0
Decimal246144176
Binary111101101001000010110000
Octal366220260

Shades and tints

Shades of #F690B0

#F690B0
(246,144,176)
#E083A0
(224,131,160)
#CA7690
(202,118,144)
#B46980
(180,105,128)
#9E5C70
(158,92,112)
#884F60
(136,79,96)
#724250
(114,66,80)
#5C3540
(92,53,64)
#462830
(70,40,48)
#301B20
(48,27,32)
#1A0E10
(26,14,16)
#000000
(0,0,0)

Tints of #F690B0

#F690B0
(246,144,176)
#F69AB7
(246,154,183)
#F6A4BE
(246,164,190)
#F6AEC5
(246,174,197)
#F6B8CC
(246,184,204)
#F6C2D3
(246,194,211)
#F6CCDA
(246,204,218)
#F6D6E1
(246,214,225)
#F6E0E8
(246,224,232)
#F6EAEF
(246,234,239)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F690B0 color. Also use rgb(246,144,176) instead hex code.

Text Font Color

.myTextColor { color: #F690B0; }

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

This text font color is #F690B0.


Background Color

.myBgColor { background-color: #F690B0; }

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

This div background color is #F690B0.


Border color

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

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

This div border color is #F690B0.


Opacity

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

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

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

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

This text has shadow with #F690B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F690B0 on black background.


Color preview on white background

This text has color #F690B0 on white background.



Black color preview on #F690B0 background

This text has black color on #F690B0 background.


White color preview on #F690B0 background

This text has white color on #F690B0 background.