Color Hex Logo

#f47969 Color Hex

#F47969
(244,121,105)
1 Favorites   0 Comments

Color spaces of #f47969

RGB 244121105
HSL0.020.860.68
HSV57°96°
CMYK 0.000.500.57   0.04
XYZ46.695433.927817.4522
Yxy33.92780.47610.3459
Hunter Lab58.247641.165023.0088
CIE-Lab64.905245.802330.8509

#f47969 color RGB value is (244,121,105).

#f47969 hex color red value is 244, green value is 121 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #f47969 hue: 0.02 , saturation: 0.86 and the lightness value of f47969 is 0.68.

The process color (four color CMYK) of #f47969 color hex is 0.00, 0.50, 0.57, 0.04. Web safe color of #f47969 is #ff6666. Color #f47969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111001 01101001
Octal 364 171 151
Decimal 244 121 105
Hex F4 79 69

RGB Percentages of Color #f47969

%51.91
%25.74
%22.34

CMYK Percentages of Color #f47969

%0
%50
%57
%4

Triadic Colors of #f47969

#f47969 #69f479 #7969f4

Analogous Colors of #f47969

#f47969 #f4bf69 #f4699f

Monochromatic Colors of #f47969

#f47969

Complementary Color

#f47969 #69e4f4

#f47969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47969 Color CSS Codes

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

#f47969 Text Font Color

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

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


#f47969 Background Color

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

This div background color is #f47969


#f47969 Border Color

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

This div border color is #f47969


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,121,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f47969; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f47969;
  -webkit-box-shadow: 1px 1px 3px 2px #f47969;
  box-shadow:         1px 1px 3px 2px #f47969; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,121,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47969

Related Colors


Comments

No comments written yet.

Please login to write comment.