Color Hex Logo

#f2675e Color Hex

#F2675E
(242,103,94)
0 Favorites   0 Comments

Color spaces of #f2675e

RGB 24210394
HSL0.010.850.66
HSV61°95°
CMYK 0.000.570.61   0.05
XYZ43.488629.385913.9696
Yxy29.38590.50080.3384
Hunter Lab54.208848.335022.6671
CIE-Lab61.120752.868432.0946

#f2675e color RGB value is (242,103,94).

#f2675e hex color red value is 242, green value is 103 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f2675e hue: 0.01 , saturation: 0.85 and the lightness value of f2675e is 0.66.

The process color (four color CMYK) of #f2675e color hex is 0.00, 0.57, 0.61, 0.05. Web safe color of #f2675e is #ff6666. Color #f2675e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100111 01011110
Octal 362 147 136
Decimal 242 103 94
Hex F2 67 5E

RGB Percentages of Color #f2675e

%55.13
%23.46
%21.41

CMYK Percentages of Color #f2675e

%0
%57
%61
%5

Triadic Colors of #f2675e

#f2675e #5ef267 #675ef2

Analogous Colors of #f2675e

#f2675e #f2b15e #f25e9f

Monochromatic Colors of #f2675e

#f2675e

Complementary Color

#f2675e #5ee9f2

#f2675e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2675e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2675e Color CSS Codes

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

#f2675e Text Font Color

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

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


#f2675e Background Color

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

This div background color is #f2675e


#f2675e Border Color

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

This div border color is #f2675e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2675e


Comments

No comments written yet.

Please login to write comment.