Color Hex Logo

#f042ae Color Hex

#F042AE
(240,66,174)
0 Favorites   0 Comments

Color spaces of #f042ae

RGB 24066174
HSL0.900.850.60
HSV323°73°94°
CMYK 0.000.730.28   0.06
XYZ45.523425.477742.5627
Yxy25.47770.40090.2243
Hunter Lab50.475472.6557-14.6626
CIE-Lab57.537974.2291-19.4460

#f042ae color RGB value is (240,66,174).

#f042ae hex color red value is 240, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f042ae hue: 0.90 , saturation: 0.85 and the lightness value of f042ae is 0.60.

The process color (four color CMYK) of #f042ae color hex is 0.00, 0.73, 0.28, 0.06. Web safe color of #f042ae is #ff3399. Color #f042ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000010 10101110
Octal 360 102 256
Decimal 240 66 174
Hex F0 42 AE

RGB Percentages of Color #f042ae

%50.00
%13.75
%36.25

CMYK Percentages of Color #f042ae

%0
%73
%28
%6

Triadic Colors of #f042ae

#f042ae #aef042 #42aef0

Analogous Colors of #f042ae

#f042ae #f04257 #db42f0

Monochromatic Colors of #f042ae

#f042ae

Complementary Color

#f042ae #42f084

#f042ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f042ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f042ae Color CSS Codes

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

#f042ae Text Font Color

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

This sample text font color is #f042ae
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.


#f042ae Background Color

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

This div background color is #f042ae


#f042ae Border Color

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

This div border color is #f042ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,66,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 #f042ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f042ae


Comments

No comments written yet.

Please login to write comment.