COLOR #FF2498

HEX: #FF2498
RGB: (255,36,152)

Color info

#FF2498 contains mainly red color. Web safe color of #FF2498 is #FF3399 (or #F39).

RGB color model

#FF2498 color RGB value is (255,36,152).

  • red value is 255;
  • green value is 36;
  • blue value is 152.
RGB:
(255,36,152)
(100%,14%,60%)

RGB channels and saturation

R 255 of 255 = 100%
G 36 of 255 = 14%
B 152 of 255 = 60%

255
36
152

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

Portions of RGB colors in percentages

R + G + B =
255 + 36 + 152 = 443 (100%)
R 255 of 443 ~ 57.56%
G 36 of 443 ~ 8.13%
B 152 of 443 ~ 34.31%

%57.56
%34.31

CMYK color model

#FF2498 color CMYK value is (0,86,40,0).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 40.39%
  • key color value is 0.00%
CMYK:
(0,86,40,0)
C0M86Y40K0 
(0%,86%,40%,0%)
(0.00/0.86/0.40/0.00)	

CMYK percentages

%0
%85.88
%40.39
%0

Codes

Color #FF2498 in popluar color models

FF2498
RGB25536152
HSL328°100.00%57.06%
HSB/HSV328°85.88%100.00%
CMYK0.00%85.88%40.39%
0.00%

Color #FF2498 in popluar number systems.

HEXFF2498
Decimal25536152
Binary1111111110010010011000
Octal37744230

Shades and tints

Shades of #FF2498

#FF2498
(255,36,152)
#E8218B
(232,33,139)
#D11E7E
(209,30,126)
#BA1B71
(186,27,113)
#A31864
(163,24,100)
#8C1557
(140,21,87)
#75124A
(117,18,74)
#5E0F3D
(94,15,61)
#470C30
(71,12,48)
#300923
(48,9,35)
#190616
(25,6,22)
#000000
(0,0,0)

Tints of #FF2498

#FF2498
(255,36,152)
#FF37A1
(255,55,161)
#FF4AAA
(255,74,170)
#FF5DB3
(255,93,179)
#FF70BC
(255,112,188)
#FF83C5
(255,131,197)
#FF96CE
(255,150,206)
#FFA9D7
(255,169,215)
#FFBCE0
(255,188,224)
#FFCFE9
(255,207,233)
#FFE2F2
(255,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF2498 color. Also use rgb(255,36,152) instead hex code.

Text Font Color

.myTextColor { color: #FF2498; }

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

This text font color is #FF2498.


Background Color

.myBgColor { background-color: #FF2498; }

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

This div background color is #FF2498.


Border color

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

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

This div border color is #FF2498.


Opacity

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

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

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

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

This text has shadow with #FF2498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF2498 on black background.


Color preview on white background

This text has color #FF2498 on white background.



Black color preview on #FF2498 background

This text has black color on #FF2498 background.


White color preview on #FF2498 background

This text has white color on #FF2498 background.