Color Hex Logo

#f86596 Color Hex

#F86596
(248,101,150)
0 Favorites   0 Comments

Color spaces of #f86596

RGB 248101150
HSL0.940.910.68
HSV340°59°97°
CMYK 0.000.590.40   0.03
XYZ48.870131.465832.3519
Yxy31.46580.43370.2792
Hunter Lab56.094457.34625.0711
CIE-Lab62.898960.48232.5750

#f86596 color RGB value is (248,101,150).

#f86596 hex color red value is 248, green value is 101 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f86596 hue: 0.94 , saturation: 0.91 and the lightness value of f86596 is 0.68.

The process color (four color CMYK) of #f86596 color hex is 0.00, 0.59, 0.40, 0.03. Web safe color of #f86596 is #ff6699. Color #f86596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100101 10010110
Octal 370 145 226
Decimal 248 101 150
Hex F8 65 96

RGB Percentages of Color #f86596

%49.70
%20.24
%30.06

CMYK Percentages of Color #f86596

%0
%59
%40
%3

Triadic Colors of #f86596

#f86596 #96f865 #6596f8

Analogous Colors of #f86596

#f86596 #f87e65 #f865e0

Monochromatic Colors of #f86596

#f86596

Complementary Color

#f86596 #65f8c7

#f86596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86596 Color CSS Codes

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

#f86596 Text Font Color

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

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


#f86596 Background Color

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

This div background color is #f86596


#f86596 Border Color

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

This div border color is #f86596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86596


Comments

No comments written yet.

Please login to write comment.