COLOR #F0509D

HEX: #F0509D
RGB: (240,80,157)

Renk bilgisi

#F0509D contains mainly red color. #F0509D ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F0509D color RGB value is (240,80,157).

  • kırmız ton 240;
  • yeşil ton 80;
  • mavi ton 157.
RGB:
(240,80,157)
(94%,31%,62%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 80 of 255 = 31%
B 157 of 255 = 62%

240
80
157

R + G + B ~ 62%. #F0509D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 80 + 157 = 477 (100%)
R 240 of 477 ~ 50.31%
G 80 of 477 ~ 16.77%
B 157 of 477 ~ 32.91%

%50.31
%16.77
%32.91

CMYK RENK MODELİ

#F0509D rengi CMYK tonu (0,67,35,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.67%
  • sarı tonu 34.58%
  • ana renk tonu 5.88%
CMYK:
(0,67,35,6)
C0M67Y35K6 
(0%,67%,35%,6%)
(0.00/0.67/0.35/0.06)	

CMYK yüzdeleri

%0
%66.67
%34.58
%5.88

Codes

Color #F0509D in popluar color models

F0509D
RGB24080157
HSL331°84.21%62.75%
HSB/HSV331°66.67%94.12%
CMYK0.00%66.67%34.58%
5.88%

Color #F0509D in popluar number systems.

HEXF0509D
Decimal24080157
Binary11110000101000010011101
Octal360120235

Shades and tints

Shades of #F0509D

#F0509D
(240,80,157)
#DB498F
(219,73,143)
#C64281
(198,66,129)
#B13B73
(177,59,115)
#9C3465
(156,52,101)
#872D57
(135,45,87)
#722649
(114,38,73)
#5D1F3B
(93,31,59)
#48182D
(72,24,45)
#33111F
(51,17,31)
#1E0A11
(30,10,17)
#000000
(0,0,0)

Tints of #F0509D

#F0509D
(240,80,157)
#F15FA5
(241,95,165)
#F26EAD
(242,110,173)
#F37DB5
(243,125,181)
#F48CBD
(244,140,189)
#F59BC5
(245,155,197)
#F6AACD
(246,170,205)
#F7B9D5
(247,185,213)
#F8C8DD
(248,200,221)
#F9D7E5
(249,215,229)
#FAE6ED
(250,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0509D color. Also use rgb(240,80,157) instead hex code.

Text Font Color

.myTextColor { color: #F0509D; }

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

This text font color is #F0509D.


Background Color

.myBgColor { background-color: #F0509D; }

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

This div background color is #F0509D.


Border color

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

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

This div border color is #F0509D.


Opacity

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

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

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

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

This text has shadow with #F0509D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0509D on black background.


Color preview on white background

This text has color #F0509D on white background.



Black color preview on #F0509D background

This text has black color on #F0509D background.


White color preview on #F0509D background

This text has white color on #F0509D background.