Color Hex Logo

#f24eaf Color Hex

#F24EAF
(242,78,175)
0 Favorites   0 Comments

Color spaces of #f24eaf

RGB 24278175
HSL0.900.860.63
HSV325°68°95°
CMYK 0.000.680.28   0.05
XYZ47.080227.421243.3689
Yxy27.42120.39940.2326
Hunter Lab52.365368.8454-12.4483
CIE-Lab59.362270.7755-17.2183

#f24eaf color RGB value is (242,78,175).

#f24eaf hex color red value is 242, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f24eaf hue: 0.90 , saturation: 0.86 and the lightness value of f24eaf is 0.63.

The process color (four color CMYK) of #f24eaf color hex is 0.00, 0.68, 0.28, 0.05. Web safe color of #f24eaf is #ff6699. Color #f24eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001110 10101111
Octal 362 116 257
Decimal 242 78 175
Hex F2 4E AF

RGB Percentages of Color #f24eaf

%48.89
%15.76
%35.35

CMYK Percentages of Color #f24eaf

%0
%68
%28
%5

Triadic Colors of #f24eaf

#f24eaf #aff24e #4eaff2

Analogous Colors of #f24eaf

#f24eaf #f24e5d #e34ef2

Monochromatic Colors of #f24eaf

#f24eaf

Complementary Color

#f24eaf #4ef291

#f24eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24eaf Color CSS Codes

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

#f24eaf Text Font Color

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

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


#f24eaf Background Color

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

This div background color is #f24eaf


#f24eaf Border Color

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

This div border color is #f24eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24eaf


Comments

No comments written yet.

Please login to write comment.