Color Hex Logo

#f3969f Color Hex

#F3969F
(243,150,159)
0 Favorites   0 Comments

Color spaces of #f3969f

RGB 243150159
HSL0.980.790.77
HSV354°38°95°
CMYK 0.000.380.35   0.05
XYZ54.126543.370638.3195
Yxy43.37060.39850.3193
Hunter Lab65.856431.458211.6007
CIE-Lab71.805835.965710.1843

#f3969f color RGB value is (243,150,159).

#f3969f hex color red value is 243, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f3969f hue: 0.98 , saturation: 0.79 and the lightness value of f3969f is 0.77.

The process color (four color CMYK) of #f3969f color hex is 0.00, 0.38, 0.35, 0.05. Web safe color of #f3969f is #ff9999. Color #f3969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010110 10011111
Octal 363 226 237
Decimal 243 150 159
Hex F3 96 9F

RGB Percentages of Color #f3969f

%44.02
%27.17
%28.80

CMYK Percentages of Color #f3969f

%0
%38
%35
%5

Triadic Colors of #f3969f

#f3969f #9ff396 #969ff3

Analogous Colors of #f3969f

#f3969f #f3bc96 #f396ce

Monochromatic Colors of #f3969f

#f3969f

Complementary Color

#f3969f #96f3ea

#f3969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3969f Color CSS Codes

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

#f3969f Text Font Color

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

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


#f3969f Background Color

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

This div background color is #f3969f


#f3969f Border Color

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

This div border color is #f3969f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,150,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 #f3969f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3969f


Comments

No comments written yet.

Please login to write comment.