Color Hex Logo

#f2655e Color Hex

#F2655E
(242,101,94)
0 Favorites   0 Comments

Color spaces of #f2655e

RGB 24210194
HSL0.010.850.66
HSV61°95°
CMYK 0.000.580.61   0.05
XYZ43.292028.992813.9041
Yxy28.99280.50230.3364
Hunter Lab53.845049.287522.3813
CIE-Lab60.775353.775831.6569

#f2655e color RGB value is (242,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100101 01011110
Octal 362 145 136
Decimal 242 101 94
Hex F2 65 5E

RGB Percentages of Color #f2655e

%55.38
%23.11
%21.51

CMYK Percentages of Color #f2655e

%0
%58
%61
%5

Triadic Colors of #f2655e

#f2655e #5ef265 #655ef2

Analogous Colors of #f2655e

#f2655e #f2af5e #f25ea1

Monochromatic Colors of #f2655e

#f2655e

Complementary Color

#f2655e #5eebf2

#f2655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2655e Color CSS Codes

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

#f2655e Text Font Color

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

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


#f2655e Background Color

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

This div background color is #f2655e


#f2655e Border Color

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

This div border color is #f2655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2655e


Comments

No comments written yet.

Please login to write comment.