Color Hex Logo

#f85a69 Color Hex

#F85A69
(248,90,105)
0 Favorites   0 Comments

Color spaces of #f85a69

RGB 24890105
HSL0.980.920.66
HSV354°64°97°
CMYK 0.000.640.58   0.03
XYZ44.917428.288716.4575
Yxy28.28870.50100.3155
Hunter Lab53.187157.668718.8851
CIE-Lab60.148761.232324.7544

#f85a69 color RGB value is (248,90,105).

#f85a69 hex color red value is 248, green value is 90 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f85a69 hue: 0.98 , saturation: 0.92 and the lightness value of f85a69 is 0.66.

The process color (four color CMYK) of #f85a69 color hex is 0.00, 0.64, 0.58, 0.03. Web safe color of #f85a69 is #ff6666. Color #f85a69 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011010 01101001
Octal 370 132 151
Decimal 248 90 105
Hex F8 5A 69

RGB Percentages of Color #f85a69

%55.98
%20.32
%23.70

CMYK Percentages of Color #f85a69

%0
%64
%58
%3

Triadic Colors of #f85a69

#f85a69 #69f85a #5a69f8

Analogous Colors of #f85a69

#f85a69 #f89a5a #f85ab8

Monochromatic Colors of #f85a69

#f85a69

Complementary Color

#f85a69 #5af8e9

#f85a69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85a69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85a69 Color CSS Codes

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

#f85a69 Text Font Color

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

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


#f85a69 Background Color

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

This div background color is #f85a69


#f85a69 Border Color

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

This div border color is #f85a69


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,90,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f85a69; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f85a69;
  -webkit-box-shadow: 1px 1px 3px 2px #f85a69;
  box-shadow:         1px 1px 3px 2px #f85a69; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,90,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85a69


Comments

No comments written yet.

Please login to write comment.