Color Hex Logo

#f849a5 Color Hex

#F849A5
(248,73,165)
0 Favorites   0 Comments

Color spaces of #f849a5

RGB 24873165
HSL0.910.930.63
HSV328°71°97°
CMYK 0.000.710.33   0.03
XYZ47.885527.438238.3696
Yxy27.43820.42120.2413
Hunter Lab52.381571.5115-6.7631
CIE-Lab59.377872.9512-11.3048

#f849a5 color RGB value is (248,73,165).

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

The process color (four color CMYK) of #f849a5 color hex is 0.00, 0.71, 0.33, 0.03. Web safe color of #f849a5 is #ff3399. Color #f849a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001001 10100101
Octal 370 111 245
Decimal 248 73 165
Hex F8 49 A5

RGB Percentages of Color #f849a5

%51.03
%15.02
%33.95

CMYK Percentages of Color #f849a5

%0
%71
%33
%3

Triadic Colors of #f849a5

#f849a5 #a5f849 #49a5f8

Analogous Colors of #f849a5

#f849a5 #f8494e #f449f8

Monochromatic Colors of #f849a5

#f849a5

Complementary Color

#f849a5 #49f89c

#f849a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f849a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f849a5 Color CSS Codes

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

#f849a5 Text Font Color

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

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


#f849a5 Background Color

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

This div background color is #f849a5


#f849a5 Border Color

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

This div border color is #f849a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f849a5


Comments

No comments written yet.

Please login to write comment.