COLOR #F080D4

HEX: #F080D4
RGB: (240,128,212)

Renk bilgisi

#F080D4 contains mainly red and blue colors. #F080D4 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#F080D4 color RGB value is (240,128,212).

  • kırmız ton 240;
  • yeşil ton 128;
  • mavi ton 212.
RGB:
(240,128,212)
(94%,50%,83%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 128 of 255 = 50%
B 212 of 255 = 83%

240
128
212

R + G + B ~ 76%. #F080D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 128 + 212 = 580 (100%)
R 240 of 580 ~ 41.38%
G 128 of 580 ~ 22.07%
B 212 of 580 ~ 36.55%

%41.38
%22.07
%36.55

CMYK RENK MODELİ

#F080D4 rengi CMYK tonu (0,47,12,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.67%
  • sarı tonu 11.67%
  • ana renk tonu 5.88%
CMYK:
(0,47,12,6)
C0M47Y12K6 
(0%,47%,12%,6%)
(0.00/0.47/0.12/0.06)	

CMYK yüzdeleri

%0
%46.67
%11.67
%5.88

Codes

Color #F080D4 in popluar color models

F080D4
RGB240128212
HSL315°78.87%72.16%
HSB/HSV315°46.67%94.12%
CMYK0.00%46.67%11.67%
5.88%

Color #F080D4 in popluar number systems.

HEXF080D4
Decimal240128212
Binary111100001000000011010100
Octal360200324

Shades and tints

Shades of #F080D4

#F080D4
(240,128,212)
#DB75C1
(219,117,193)
#C66AAE
(198,106,174)
#B15F9B
(177,95,155)
#9C5488
(156,84,136)
#874975
(135,73,117)
#723E62
(114,62,98)
#5D334F
(93,51,79)
#48283C
(72,40,60)
#331D29
(51,29,41)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #F080D4

#F080D4
(240,128,212)
#F18BD7
(241,139,215)
#F296DA
(242,150,218)
#F3A1DD
(243,161,221)
#F4ACE0
(244,172,224)
#F5B7E3
(245,183,227)
#F6C2E6
(246,194,230)
#F7CDE9
(247,205,233)
#F8D8EC
(248,216,236)
#F9E3EF
(249,227,239)
#FAEEF2
(250,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F080D4 color. Also use rgb(240,128,212) instead hex code.

Text Font Color

.myTextColor { color: #F080D4; }

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

This text font color is #F080D4.


Background Color

.myBgColor { background-color: #F080D4; }

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

This div background color is #F080D4.


Border color

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

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

This div border color is #F080D4.


Opacity

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

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

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

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

This text has shadow with #F080D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F080D4 on black background.


Color preview on white background

This text has color #F080D4 on white background.



Black color preview on #F080D4 background

This text has black color on #F080D4 background.


White color preview on #F080D4 background

This text has white color on #F080D4 background.