Color Hex Logo

#f24aae Color Hex

#F24AAE
(242,74,174)
0 Favorites   0 Comments

Color spaces of #f24aae

RGB 24274174
HSL0.900.870.62
HSV324°69°95°
CMYK 0.000.690.28   0.05
XYZ46.706726.830842.7615
Yxy26.83080.40160.2307
Hunter Lab51.798570.3063-12.6871
CIE-Lab58.817472.0748-17.4674

#f24aae color RGB value is (242,74,174).

#f24aae hex color red value is 242, green value is 74 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f24aae hue: 0.90 , saturation: 0.87 and the lightness value of f24aae is 0.62.

The process color (four color CMYK) of #f24aae color hex is 0.00, 0.69, 0.28, 0.05. Web safe color of #f24aae is #ff3399. Color #f24aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001010 10101110
Octal 362 112 256
Decimal 242 74 174
Hex F2 4A AE

RGB Percentages of Color #f24aae

%49.39
%15.10
%35.51

CMYK Percentages of Color #f24aae

%0
%69
%28
%5

Triadic Colors of #f24aae

#f24aae #aef24a #4aaef2

Analogous Colors of #f24aae

#f24aae #f24a5a #e24af2

Monochromatic Colors of #f24aae

#f24aae

Complementary Color

#f24aae #4af28e

#f24aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24aae Color CSS Codes

.mybgcolor {background-color:#f24aae; } 
.myforecolor {color:#f24aae; }
.mybordercolor {border:3px solid #f24aae; }

#f24aae Text Font Color

<p style="color:#f24aae">Text here</p>

This sample text font color is #f24aae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f24aae Background Color

<div style="background-color:#f24aae">
Div content here</div>

This div background color is #f24aae


#f24aae Border Color

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

This div border color is #f24aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,74,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f24aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f24aae;
  -webkit-box-shadow: 1px 1px 3px 2px #f24aae;
  box-shadow:         1px 1px 3px 2px #f24aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,74,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f24aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f24aae;
  -webkit-box-shadow: 1px 1px 3px 2px #f24aae;
  box-shadow:         1px 1px 3px 2px #f24aae;">
Div content here</div>

This div box has shadow with color #f24aae


Comments

No comments written yet.

Please login to write comment.