Color Hex Logo

#f65e5f Color Hex

#F65E5F
(246,94,95)
0 Favorites   0 Comments

Color spaces of #f65e5f

RGB 2469495
HSL1.000.890.67
HSV360°62°96°
CMYK 0.000.620.61   0.04
XYZ44.074328.424513.9900
Yxy28.42450.50960.3286
Hunter Lab53.314654.262321.7623
CIE-Lab60.270358.255830.5793

#f65e5f color RGB value is (246,94,95).

#f65e5f hex color red value is 246, green value is 94 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f65e5f hue: 1.00 , saturation: 0.89 and the lightness value of f65e5f is 0.67.

The process color (four color CMYK) of #f65e5f color hex is 0.00, 0.62, 0.61, 0.04. Web safe color of #f65e5f is #ff6666. Color #f65e5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011110 01011111
Octal 366 136 137
Decimal 246 94 95
Hex F6 5E 5F

RGB Percentages of Color #f65e5f

%56.55
%21.61
%21.84

CMYK Percentages of Color #f65e5f

%0
%62
%61
%4

Triadic Colors of #f65e5f

#f65e5f #5ff65e #5e5ff6

Analogous Colors of #f65e5f

#f65e5f #f6a95e #f65eab

Monochromatic Colors of #f65e5f

#f65e5f

Complementary Color

#f65e5f #5ef6f5

#f65e5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65e5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65e5f Color CSS Codes

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

#f65e5f Text Font Color

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

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


#f65e5f Background Color

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

This div background color is #f65e5f


#f65e5f Border Color

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

This div border color is #f65e5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65e5f


Comments

No comments written yet.

Please login to write comment.