COLOR #FD0598

HEX: #FD0598
RGB: (253,5,152)

Color info

#FD0598 contains mainly red color. Web safe color of #FD0598 is #FF0099 (or #F09).

RGB color model

#FD0598 color RGB value is (253,5,152).

  • red value is 253;
  • green value is 5;
  • blue value is 152.
RGB:
(253,5,152)
(99%,2%,60%)

RGB channels and saturation

R 253 of 255 = 99%
G 5 of 255 = 2%
B 152 of 255 = 60%

253
5
152

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

Portions of RGB colors in percentages

R + G + B =
253 + 5 + 152 = 410 (100%)
R 253 of 410 ~ 61.71%
G 5 of 410 ~ 1.22%
B 152 of 410 ~ 37.07%

%61.71
%37.07

CMYK color model

#FD0598 color CMYK value is (0,98,40,1).

  • cyan value is 0.00%
  • magenta value is 98.02%
  • yellow value is 39.92%
  • key color value is 0.78%
CMYK:
(0,98,40,1)
C0M98Y40K1 
(0%,98%,40%,1%)
(0.00/0.98/0.40/0.01)	

CMYK percentages

%0
%98.02
%39.92
%0.78

Codes

Color #FD0598 in popluar color models

FD0598
RGB2535152
HSL324°98.41%50.59%
HSB/HSV324°98.02%99.22%
CMYK0.00%98.02%39.92%
0.78%

Color #FD0598 in popluar number systems.

HEXFD0598
Decimal2535152
Binary1111110110110011000
Octal3755230

Shades and tints

Shades of #FD0598

#FD0598
(253,5,152)
#E6058B
(230,5,139)
#CF057E
(207,5,126)
#B80571
(184,5,113)
#A10564
(161,5,100)
#8A0557
(138,5,87)
#73054A
(115,5,74)
#5C053D
(92,5,61)
#450530
(69,5,48)
#2E0523
(46,5,35)
#170516
(23,5,22)
#000000
(0,0,0)

Tints of #FD0598

#FD0598
(253,5,152)
#FD1BA1
(253,27,161)
#FD31AA
(253,49,170)
#FD47B3
(253,71,179)
#FD5DBC
(253,93,188)
#FD73C5
(253,115,197)
#FD89CE
(253,137,206)
#FD9FD7
(253,159,215)
#FDB5E0
(253,181,224)
#FDCBE9
(253,203,233)
#FDE1F2
(253,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD0598 color. Also use rgb(253,5,152) instead hex code.

Text Font Color

.myTextColor { color: #FD0598; }

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

This text font color is #FD0598.


Background Color

.myBgColor { background-color: #FD0598; }

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

This div background color is #FD0598.


Border color

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

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

This div border color is #FD0598.


Opacity

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

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

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

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

This text has shadow with #FD0598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD0598 on black background.


Color preview on white background

This text has color #FD0598 on white background.



Black color preview on #FD0598 background

This text has black color on #FD0598 background.


White color preview on #FD0598 background

This text has white color on #FD0598 background.