COLOR #F690AE

HEX: #F690AE
RGB: (246,144,174)

Renk bilgisi

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

RGB renk modeli

#F690AE color RGB value is (246,144,174).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 144 of 255 = 56%
B 174 of 255 = 68%

246
144
174

R + G + B ~ 73%. #F690AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 144 + 174 = 564 (100%)
R 246 of 564 ~ 43.62%
G 144 of 564 ~ 25.53%
B 174 of 564 ~ 30.85%

%43.62
%25.53
%30.85

CMYK RENK MODELİ

#F690AE rengi CMYK tonu (0,41,29,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.46%
  • sarı tonu 29.27%
  • ana renk tonu 3.53%
CMYK:
(0,41,29,4)
C0M41Y29K4 
(0%,41%,29%,4%)
(0.00/0.41/0.29/0.04)	

CMYK yüzdeleri

%0
%41.46
%29.27
%3.53

Codes

Color #F690AE in popluar color models

F690AE
RGB246144174
HSL342°85.00%76.47%
HSB/HSV342°41.46%96.47%
CMYK0.00%41.46%29.27%
3.53%

Color #F690AE in popluar number systems.

HEXF690AE
Decimal246144174
Binary111101101001000010101110
Octal366220256

Shades and tints

Shades of #F690AE

#F690AE
(246,144,174)
#E0839F
(224,131,159)
#CA7690
(202,118,144)
#B46981
(180,105,129)
#9E5C72
(158,92,114)
#884F63
(136,79,99)
#724254
(114,66,84)
#5C3545
(92,53,69)
#462836
(70,40,54)
#301B27
(48,27,39)
#1A0E18
(26,14,24)
#000000
(0,0,0)

Tints of #F690AE

#F690AE
(246,144,174)
#F69AB5
(246,154,181)
#F6A4BC
(246,164,188)
#F6AEC3
(246,174,195)
#F6B8CA
(246,184,202)
#F6C2D1
(246,194,209)
#F6CCD8
(246,204,216)
#F6D6DF
(246,214,223)
#F6E0E6
(246,224,230)
#F6EAED
(246,234,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F690AE; }

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

This text font color is #F690AE.


Background Color

.myBgColor { background-color: #F690AE; }

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

This div background color is #F690AE.


Border color

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

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

This div border color is #F690AE.


Opacity

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

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

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

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

This text has shadow with #F690AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F690AE on black background.


Color preview on white background

This text has color #F690AE on white background.



Black color preview on #F690AE background

This text has black color on #F690AE background.


White color preview on #F690AE background

This text has white color on #F690AE background.