COLOR #FF53AE

HEX: #FF53AE
RGB: (255,83,174)

Color info

#FF53AE contains mainly red color. Web safe color of #FF53AE is #FF6699 (or #F69).

RGB color model

#FF53AE color RGB value is (255,83,174).

  • red value is 255;
  • green value is 83;
  • blue value is 174.
RGB:
(255,83,174)
(100%,33%,68%)

RGB channels and saturation

R 255 of 255 = 100%
G 83 of 255 = 33%
B 174 of 255 = 68%

255
83
174

R + G + B ~ 67%. #FF53AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 83 + 174 = 512 (100%)
R 255 of 512 ~ 49.8%
G 83 of 512 ~ 16.21%
B 174 of 512 ~ 33.98%

%49.8
%16.21
%33.98

CMYK color model

#FF53AE color CMYK value is (0,67,32,0).

  • cyan value is 0.00%
  • magenta value is 67.45%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(0,67,32,0)
C0M67Y32K0 
(0%,67%,32%,0%)
(0.00/0.67/0.32/0.00)	

CMYK percentages

%0
%67.45
%31.76
%0

Codes

Color #FF53AE in popluar color models

FF53AE
RGB25583174
HSL328°100.00%66.27%
HSB/HSV328°67.45%100.00%
CMYK0.00%67.45%31.76%
0.00%

Color #FF53AE in popluar number systems.

HEXFF53AE
Decimal25583174
Binary11111111101001110101110
Octal377123256

Shades and tints

Shades of #FF53AE

#FF53AE
(255,83,174)
#E84C9F
(232,76,159)
#D14590
(209,69,144)
#BA3E81
(186,62,129)
#A33772
(163,55,114)
#8C3063
(140,48,99)
#752954
(117,41,84)
#5E2245
(94,34,69)
#471B36
(71,27,54)
#301427
(48,20,39)
#190D18
(25,13,24)
#000000
(0,0,0)

Tints of #FF53AE

#FF53AE
(255,83,174)
#FF62B5
(255,98,181)
#FF71BC
(255,113,188)
#FF80C3
(255,128,195)
#FF8FCA
(255,143,202)
#FF9ED1
(255,158,209)
#FFADD8
(255,173,216)
#FFBCDF
(255,188,223)
#FFCBE6
(255,203,230)
#FFDAED
(255,218,237)
#FFE9F4
(255,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF53AE color. Also use rgb(255,83,174) instead hex code.

Text Font Color

.myTextColor { color: #FF53AE; }

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

This text font color is #FF53AE.


Background Color

.myBgColor { background-color: #FF53AE; }

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

This div background color is #FF53AE.


Border color

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

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

This div border color is #FF53AE.


Opacity

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

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

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

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

This text has shadow with #FF53AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF53AE on black background.


Color preview on white background

This text has color #FF53AE on white background.



Black color preview on #FF53AE background

This text has black color on #FF53AE background.


White color preview on #FF53AE background

This text has white color on #FF53AE background.