COLOR #FF0099

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

Color info

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

RGB color model

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

RGB: (255,0,153) (100%, 0%, 60%)

RGB channels and saturation

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).

Portions of RGB colors in percentages

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 color model

#FF0099 color CMYK value is (0,100,40,0).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 40.00%
  • key color value is 0.00%

CMYK: (0,100,40,0)
C0M100Y40K0 (0%, 100%, 40%, 0%)
(0.00 / 1.00 / 0.40 / 0.00)

CMYK percentages

%0
%100
%40
%0

Codes

Color #FF0099 in popluar color models

FF 00 99
RGB 255 0 153
HSL 324° 100.00% 50.00%
HSB/HSV 324° 100.00% 100.00%
CMYK 0.00% 100.00% 40.00%
0.00%

Color #FF0099 in popluar number systems.

HEX FF 00 99
Decimal 255 0 153
Binary 11111111 0 10011001
Octal 377 0 231

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.


Related colors

Complementary color

Complementary color for #hex is #00FF66.


I love getcolorcode.com

Triadic colors

1 #99FF00 and #0099FF with #FF0099 are triadic colors.

2 #9900FF and #00FF99 with #FF0099 are triadic colors.