COLOR #FD2568

HEX: #FD2568 RGB: (253,37,104)

Color info

#FD2568 contains mainly red color. Web safe color of #FD2568 is #FF3366 (or #F36).

RGB color model

#FD2568 color RGB value is (253,37,104).

RGB: (253,37,104) (99%, 15%, 41%)

RGB channels and saturation

R 253 of 255 = 99%
G 37 of 255 = 15%
B 104 of 255 = 41%

253
37
104

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

Portions of RGB colors in percentages

R + G + B = 253 + 37 + 104 = 394 (100%)
R 253 of 394 ~ 64.21%
G 37 of 394 ~ 9.39%
B 104 of 394 ~ 26.4'%

%64.21
%26.4

CMYK color model

#FD2568 color CMYK value is (0,85,59,1).

  • cyan value is 0.00%
  • magenta value is 85.38%
  • yellow value is 58.89%
  • key color value is 0.78%

CMYK: (0,85,59,1)
C0M85Y59K1 (0%, 85%, 59%, 1%)
(0.00 / 0.85 / 0.59 / 0.01)

CMYK percentages

%0
%85.38
%58.89
%0.78

Codes

Color #FD2568 in popluar color models

FD 25 68
RGB 253 37 104
HSL 341° 98.18% 56.86%
HSB/HSV 341° 85.38% 99.22%
CMYK 0.00% 85.38% 58.89%
0.78%

Color #FD2568 in popluar number systems.

HEX FD 25 68
Decimal 253 37 104
Binary 11111101 100101 1101000
Octal 375 45 150

Shades and tints

Shades of #FD2568

#FD2568
(253,37,104)
#E6225F
(230,34,95)
#CF1F56
(207,31,86)
#B81C4D
(184,28,77)
#A11944
(161,25,68)
#8A163B
(138,22,59)
#731332
(115,19,50)
#5C1029
(92,16,41)
#450D20
(69,13,32)
#2E0A17
(46,10,23)
#17070E
(23,7,14)
#000000
(0,0,0)

Tints of #FD2568

#FD2568
(253,37,104)
#FD3875
(253,56,117)
#FD4B82
(253,75,130)
#FD5E8F
(253,94,143)
#FD719C
(253,113,156)
#FD84A9
(253,132,169)
#FD97B6
(253,151,182)
#FDAAC3
(253,170,195)
#FDBDD0
(253,189,208)
#FDD0DD
(253,208,221)
#FDE3EA
(253,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD2568 color. Also use rgb(253,37,104) instead hex code.

Text Font Color

.myTextColor { color: #FD2568; }

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

This text font color is #FD2568.

Background Color

.myBgColor { background-color: #FD2568; }

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

This div background color is #FD2568.

Border color

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

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

This div border color is #FD2568.

Opacity

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

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

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

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

This text has shadow with #FD2568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD2568.

Preview

Color preview on black background

This text has color #FD2568 on black background.


Color preview on white background

This text has color #FD2568 on white background.


Black color preview on #FD2568 background

This text has black color on #FD2568 background.


White color preview on #FD2568 background

This text has white color on #FD2568 background.


Related colors

Complementary color

Complementary color for #hex is #02DA97.


I love getcolorcode.com

Triadic colors

1 #68FD25 and #2568FD with #FD2568 are triadic colors.

2 #6825FD and #25FD68 with #FD2568 are triadic colors.