Color Hex Logo

#f65b65 Color Hex

#F65B65
(246,91,101)
0 Favorites   0 Comments

Color spaces of #f65b65

RGB 24691101
HSL0.990.900.66
HSV356°63°96°
CMYK 0.000.630.59   0.04
XYZ44.096128.014615.3952
Yxy28.01460.50390.3201
Hunter Lab52.928856.086619.8047
CIE-Lab59.901959.907526.6724

#f65b65 color RGB value is (246,91,101).

#f65b65 hex color red value is 246, green value is 91 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f65b65 hue: 0.99 , saturation: 0.90 and the lightness value of f65b65 is 0.66.

The process color (four color CMYK) of #f65b65 color hex is 0.00, 0.63, 0.59, 0.04. Web safe color of #f65b65 is #ff6666. Color #f65b65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01011011 01100101
Octal 366 133 145
Decimal 246 91 101
Hex F6 5B 65

RGB Percentages of Color #f65b65

%56.16
%20.78
%23.06

CMYK Percentages of Color #f65b65

%0
%63
%59
%4

Triadic Colors of #f65b65

#f65b65 #65f65b #5b65f6

Analogous Colors of #f65b65

#f65b65 #f69f5b #f65bb3

Monochromatic Colors of #f65b65

#f65b65

Complementary Color

#f65b65 #5bf6ec

#f65b65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65b65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65b65 Color CSS Codes

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

#f65b65 Text Font Color

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

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


#f65b65 Background Color

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

This div background color is #f65b65


#f65b65 Border Color

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

This div border color is #f65b65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65b65


Comments

No comments written yet.

Please login to write comment.