Color Hex Logo

#f1665b Color Hex

#F1665B
(241,102,91)
0 Favorites   0 Comments

Color spaces of #f1665b

RGB 24110291
HSL0.010.840.65
HSV62°95°
CMYK 0.000.580.62   0.05
XYZ42.915328.958813.2253
Yxy28.95880.50430.3403
Hunter Lab53.813448.177423.0981
CIE-Lab60.745352.786233.2715

#f1665b color RGB value is (241,102,91).

#f1665b hex color red value is 241, green value is 102 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #f1665b hue: 0.01 , saturation: 0.84 and the lightness value of f1665b is 0.65.

The process color (four color CMYK) of #f1665b color hex is 0.00, 0.58, 0.62, 0.05. Web safe color of #f1665b is #ff6666. Color #f1665b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100110 01011011
Octal 361 146 133
Decimal 241 102 91
Hex F1 66 5B

RGB Percentages of Color #f1665b

%55.53
%23.50
%20.97

CMYK Percentages of Color #f1665b

%0
%58
%62
%5

Triadic Colors of #f1665b

#f1665b #5bf166 #665bf1

Analogous Colors of #f1665b

#f1665b #f1b15b #f15b9b

Monochromatic Colors of #f1665b

#f1665b

Complementary Color

#f1665b #5be6f1

#f1665b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1665b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1665b Color CSS Codes

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

#f1665b Text Font Color

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

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


#f1665b Background Color

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

This div background color is #f1665b


#f1665b Border Color

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

This div border color is #f1665b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,102,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1665b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1665b;
  -webkit-box-shadow: 1px 1px 3px 2px #f1665b;
  box-shadow:         1px 1px 3px 2px #f1665b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,102,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1665b


Comments

No comments written yet.

Please login to write comment.