COLOR #FF0099

HEX: #FF0099
RGB: (255,0,153)

Renk bilgisi

#FF0099 contains mainly red color. #FF0099 color is web safe color. It maybe written shortly as #F09.

RGB renk modeli

#FF0099 color RGB value is (255,0,153).

  • kırmız ton 255;
  • yeşil ton 0;
  • mavi ton 153.
RGB:
(255,0,153)
(100%,0%,60%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 0 of 255 = 0%
B 153 of 255 = 60%

255
0
153

R + G + B ~ 53%. #FF0099 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 0 + 153 = 408 (100%)
R 255 of 408 ~ 62.5%
G 0 of 408 ~ 0%
B 153 of 408 ~ 37.5%

%62.5
%37.5

CMYK RENK MODELİ

#FF0099 rengi CMYK tonu (0,100,40,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 40.00%
  • ana renk tonu 0.00%
CMYK:
(0,100,40,0)
C0M100Y40K0 
(0%,100%,40%,0%)
(0.00/1.00/0.40/0.00)	

CMYK yüzdeleri

%0
%100
%40
%0

Codes

Color #FF0099 in popluar color models

FF0099
RGB2550153
HSL324°100.00%50.00%
HSB/HSV324°100.00%100.00%
CMYK0.00%100.00%40.00%
0.00%

Color #FF0099 in popluar number systems.

HEXFF0099
Decimal2550153
Binary11111111010011001
Octal3770231

Shades and tints

Shades of #FF0099

#FF0099
(255,0,153)
#E8008C
(232,0,140)
#D1007F
(209,0,127)
#BA0072
(186,0,114)
#A30065
(163,0,101)
#8C0058
(140,0,88)
#75004B
(117,0,75)
#5E003E
(94,0,62)
#470031
(71,0,49)
#300024
(48,0,36)
#190017
(25,0,23)
#000000
(0,0,0)

Tints of #FF0099

#FF0099
(255,0,153)
#FF17A2
(255,23,162)
#FF2EAB
(255,46,171)
#FF45B4
(255,69,180)
#FF5CBD
(255,92,189)
#FF73C6
(255,115,198)
#FF8ACF
(255,138,207)
#FFA1D8
(255,161,216)
#FFB8E1
(255,184,225)
#FFCFEA
(255,207,234)
#FFE6F3
(255,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF0099 color. Also use rgb(255,0,153) instead hex code.

Text Font Color

.myTextColor { color: #FF0099; }

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

This text font color is #FF0099.


Background Color

.myBgColor { background-color: #FF0099; }

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

This div background color is #FF0099.


Border color

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

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

This div border color is #FF0099.


Opacity

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

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

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

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

This text has shadow with #FF0099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF0099 on black background.


Color preview on white background

This text has color #FF0099 on white background.



Black color preview on #FF0099 background

This text has black color on #FF0099 background.


White color preview on #FF0099 background

This text has white color on #FF0099 background.