Color Hex Logo

#f24376 Color Hex

#F24376
(242,67,118)
0 Favorites   0 Comments

Color spaces of #f24376

RGB 24267118
HSL0.950.870.61
HSV343°72°95°
CMYK 0.000.720.51   0.05
XYZ41.895124.199619.6024
Yxy24.19960.48890.2824
Hunter Lab49.193165.930910.8094
CIE-Lab56.287168.938411.7019

#f24376 color RGB value is (242,67,118).

#f24376 hex color red value is 242, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #f24376 hue: 0.95 , saturation: 0.87 and the lightness value of f24376 is 0.61.

The process color (four color CMYK) of #f24376 color hex is 0.00, 0.72, 0.51, 0.05. Web safe color of #f24376 is #ff3366. Color #f24376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000011 01110110
Octal 362 103 166
Decimal 242 67 118
Hex F2 43 76

RGB Percentages of Color #f24376

%56.67
%15.69
%27.63

CMYK Percentages of Color #f24376

%0
%72
%51
%5

Triadic Colors of #f24376

#f24376 #76f243 #4376f2

Analogous Colors of #f24376

#f24376 #f26843 #f243ce

Monochromatic Colors of #f24376

#f24376

Complementary Color

#f24376 #43f2bf

#f24376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24376 Color CSS Codes

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

#f24376 Text Font Color

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

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


#f24376 Background Color

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

This div background color is #f24376


#f24376 Border Color

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

This div border color is #f24376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24376


Comments

No comments written yet.

Please login to write comment.