COLOR #FF24AE

HEX: #FF24AE
RGB: (255,36,174)

Color info

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

RGB color model

#FF24AE color RGB value is (255,36,174).

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

RGB channels and saturation

R 255 of 255 = 100%
G 36 of 255 = 14%
B 174 of 255 = 68%

255
36
174

R + G + B ~ 61%. #FF24AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 36 + 174 = 465 (100%)
R 255 of 465 ~ 54.84%
G 36 of 465 ~ 7.74%
B 174 of 465 ~ 37.42%

%54.84
%37.42

CMYK color model

#FF24AE color CMYK value is (0,86,32,0).

  • cyan value is 0.00%
  • magenta value is 85.88%
  • yellow value is 31.76%
  • key color value is 0.00%
CMYK:
(0,86,32,0)
C0M86Y32K0 
(0%,86%,32%,0%)
(0.00/0.86/0.32/0.00)	

CMYK percentages

%0
%85.88
%31.76
%0

Codes

Color #FF24AE in popluar color models

FF24AE
RGB25536174
HSL322°100.00%57.06%
HSB/HSV322°85.88%100.00%
CMYK0.00%85.88%31.76%
0.00%

Color #FF24AE in popluar number systems.

HEXFF24AE
Decimal25536174
Binary1111111110010010101110
Octal37744256

Shades and tints

Shades of #FF24AE

#FF24AE
(255,36,174)
#E8219F
(232,33,159)
#D11E90
(209,30,144)
#BA1B81
(186,27,129)
#A31872
(163,24,114)
#8C1563
(140,21,99)
#751254
(117,18,84)
#5E0F45
(94,15,69)
#470C36
(71,12,54)
#300927
(48,9,39)
#190618
(25,6,24)
#000000
(0,0,0)

Tints of #FF24AE

#FF24AE
(255,36,174)
#FF37B5
(255,55,181)
#FF4ABC
(255,74,188)
#FF5DC3
(255,93,195)
#FF70CA
(255,112,202)
#FF83D1
(255,131,209)
#FF96D8
(255,150,216)
#FFA9DF
(255,169,223)
#FFBCE6
(255,188,230)
#FFCFED
(255,207,237)
#FFE2F4
(255,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF24AE; }

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

This text font color is #FF24AE.


Background Color

.myBgColor { background-color: #FF24AE; }

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

This div background color is #FF24AE.


Border color

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

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

This div border color is #FF24AE.


Opacity

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

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

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

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

This text has shadow with #FF24AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF24AE on black background.


Color preview on white background

This text has color #FF24AE on white background.



Black color preview on #FF24AE background

This text has black color on #FF24AE background.


White color preview on #FF24AE background

This text has white color on #FF24AE background.