Color Hex Logo

#f2294d Color Hex

#F2294D
(242,41,77)
0 Favorites   0 Comments

Color spaces of #f2294d

RGB 2424177
HSL0.970.890.55
HSV349°83°95°
CMYK 0.000.830.68   0.05
XYZ38.750420.99899.0320
Yxy20.99890.56340.3053
Hunter Lab45.824670.751120.3912
CIE-Lab52.948373.560331.6520

#f2294d color RGB value is (242,41,77).

#f2294d hex color red value is 242, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f2294d hue: 0.97 , saturation: 0.89 and the lightness value of f2294d is 0.55.

The process color (four color CMYK) of #f2294d color hex is 0.00, 0.83, 0.68, 0.05. Web safe color of #f2294d is #ff3366. Color #f2294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00101001 01001101
Octal 362 51 115
Decimal 242 41 77
Hex F2 29 4D

RGB Percentages of Color #f2294d

%67.22
%11.39
%21.39

CMYK Percentages of Color #f2294d

%0
%83
%68
%5

Triadic Colors of #f2294d

#f2294d #4df229 #294df2

Analogous Colors of #f2294d

#f2294d #f26a29 #f229b2

Monochromatic Colors of #f2294d

#f2294d

Complementary Color

#f2294d #29f2ce

#f2294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2294d Color CSS Codes

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

#f2294d Text Font Color

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

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


#f2294d Background Color

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

This div background color is #f2294d


#f2294d Border Color

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

This div border color is #f2294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2294d


Comments

No comments written yet.

Please login to write comment.