Color Hex Logo

#f8649f Color Hex

#F8649F
(248,100,159)
0 Favorites   0 Comments

Color spaces of #f8649f

RGB 248100159
HSL0.930.910.68
HSV336°60°97°
CMYK 0.000.600.36   0.03
XYZ49.526631.574036.2849
Yxy31.57400.42190.2690
Hunter Lab56.190758.99631.0473
CIE-Lab62.989261.8786-2.4719

#f8649f color RGB value is (248,100,159).

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

The process color (four color CMYK) of #f8649f color hex is 0.00, 0.60, 0.36, 0.03. Web safe color of #f8649f is #ff6699. Color #f8649f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01100100 10011111
Octal 370 144 237
Decimal 248 100 159
Hex F8 64 9F

RGB Percentages of Color #f8649f

%48.92
%19.72
%31.36

CMYK Percentages of Color #f8649f

%0
%60
%36
%3

Triadic Colors of #f8649f

#f8649f #9ff864 #649ff8

Analogous Colors of #f8649f

#f8649f #f87364 #f864e9

Monochromatic Colors of #f8649f

#f8649f

Complementary Color

#f8649f #64f8bd

#f8649f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8649f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8649f Color CSS Codes

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

#f8649f Text Font Color

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

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


#f8649f Background Color

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

This div background color is #f8649f


#f8649f Border Color

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

This div border color is #f8649f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8649f


Comments

No comments written yet.

Please login to write comment.