Color Hex Logo

#f5968f Color Hex

#F5968F
(245,150,143)
0 Favorites   0 Comments

Color spaces of #f5968f

RGB 245150143
HSL0.010.840.76
HSV42°96°
CMYK 0.000.390.42   0.04
XYZ53.520543.208331.5058
Yxy43.20830.41740.3369
Hunter Lab65.733030.303717.5955
CIE-Lab71.696134.885918.9164

#f5968f color RGB value is (245,150,143).

#f5968f hex color red value is 245, green value is 150 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f5968f hue: 0.01 , saturation: 0.84 and the lightness value of f5968f is 0.76.

The process color (four color CMYK) of #f5968f color hex is 0.00, 0.39, 0.42, 0.04. Web safe color of #f5968f is #ff9999. Color #f5968f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010110 10001111
Octal 365 226 217
Decimal 245 150 143
Hex F5 96 8F

RGB Percentages of Color #f5968f

%45.54
%27.88
%26.58

CMYK Percentages of Color #f5968f

%0
%39
%42
%4

Triadic Colors of #f5968f

#f5968f #8ff596 #968ff5

Analogous Colors of #f5968f

#f5968f #f5c98f #f58fbb

Monochromatic Colors of #f5968f

#f5968f

Complementary Color

#f5968f #8feef5

#f5968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5968f Color CSS Codes

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

#f5968f Text Font Color

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

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


#f5968f Background Color

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

This div background color is #f5968f


#f5968f Border Color

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

This div border color is #f5968f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5968f


Comments

No comments written yet.

Please login to write comment.