COLOR #F090AA

HEX: #F090AA
RGB: (240,144,170)

Renk bilgisi

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

RGB renk modeli

#F090AA color RGB value is (240,144,170).

  • kırmız ton 240;
  • yeşil ton 144;
  • mavi ton 170.
RGB:
(240,144,170)
(94%,56%,67%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 144 of 255 = 56%
B 170 of 255 = 67%

240
144
170

R + G + B ~ 72%. #F090AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 144 + 170 = 554 (100%)
R 240 of 554 ~ 43.32%
G 144 of 554 ~ 25.99%
B 170 of 554 ~ 30.69%

%43.32
%25.99
%30.69

CMYK RENK MODELİ

#F090AA rengi CMYK tonu (0,40,29,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.00%
  • sarı tonu 29.17%
  • ana renk tonu 5.88%
CMYK:
(0,40,29,6)
C0M40Y29K6 
(0%,40%,29%,6%)
(0.00/0.40/0.29/0.06)	

CMYK yüzdeleri

%0
%40
%29.17
%5.88

Codes

Color #F090AA in popluar color models

F090AA
RGB240144170
HSL344°76.19%75.29%
HSB/HSV344°40.00%94.12%
CMYK0.00%40.00%29.17%
5.88%

Color #F090AA in popluar number systems.

HEXF090AA
Decimal240144170
Binary111100001001000010101010
Octal360220252

Shades and tints

Shades of #F090AA

#F090AA
(240,144,170)
#DB839B
(219,131,155)
#C6768C
(198,118,140)
#B1697D
(177,105,125)
#9C5C6E
(156,92,110)
#874F5F
(135,79,95)
#724250
(114,66,80)
#5D3541
(93,53,65)
#482832
(72,40,50)
#331B23
(51,27,35)
#1E0E14
(30,14,20)
#000000
(0,0,0)

Tints of #F090AA

#F090AA
(240,144,170)
#F19AB1
(241,154,177)
#F2A4B8
(242,164,184)
#F3AEBF
(243,174,191)
#F4B8C6
(244,184,198)
#F5C2CD
(245,194,205)
#F6CCD4
(246,204,212)
#F7D6DB
(247,214,219)
#F8E0E2
(248,224,226)
#F9EAE9
(249,234,233)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F090AA color. Also use rgb(240,144,170) instead hex code.

Text Font Color

.myTextColor { color: #F090AA; }

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

This text font color is #F090AA.


Background Color

.myBgColor { background-color: #F090AA; }

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

This div background color is #F090AA.


Border color

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

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

This div border color is #F090AA.


Opacity

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

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

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

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

This text has shadow with #F090AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F090AA on black background.


Color preview on white background

This text has color #F090AA on white background.



Black color preview on #F090AA background

This text has black color on #F090AA background.


White color preview on #F090AA background

This text has white color on #F090AA background.