Color Hex Logo

#f241ae Color Hex

#F241AE
(242,65,174)
0 Favorites   0 Comments

Color spaces of #f241ae

RGB 24265174
HSL0.900.870.60
HSV323°73°95°
CMYK 0.000.730.28   0.05
XYZ46.148225.713842.5754
Yxy25.71380.40330.2247
Hunter Lab50.708873.7060-14.2841
CIE-Lab57.764475.0346-19.0701

#f241ae color RGB value is (242,65,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000001 10101110
Octal 362 101 256
Decimal 242 65 174
Hex F2 41 AE

RGB Percentages of Color #f241ae

%50.31
%13.51
%36.17

CMYK Percentages of Color #f241ae

%0
%73
%28
%5

Triadic Colors of #f241ae

#f241ae #aef241 #41aef2

Analogous Colors of #f241ae

#f241ae #f24155 #de41f2

Monochromatic Colors of #f241ae

#f241ae

Complementary Color

#f241ae #41f285

#f241ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f241ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f241ae Color CSS Codes

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

#f241ae Text Font Color

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

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


#f241ae Background Color

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

This div background color is #f241ae


#f241ae Border Color

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

This div border color is #f241ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f241ae


Comments

No comments written yet.

Please login to write comment.