Color Hex Logo

#f1617f Color Hex

#F1617F
(241,97,127)
0 Favorites   0 Comments

Color spaces of #f1617f

RGB 24197127
HSL0.970.840.66
HSV348°60°95°
CMYK 0.000.600.47   0.05
XYZ44.381128.782523.2951
Yxy28.78250.46010.2984
Hunter Lab53.649353.776811.8102
CIE-Lab60.589257.777212.4319

#f1617f color RGB value is (241,97,127).

#f1617f hex color red value is 241, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #f1617f hue: 0.97 , saturation: 0.84 and the lightness value of f1617f is 0.66.

The process color (four color CMYK) of #f1617f color hex is 0.00, 0.60, 0.47, 0.05. Web safe color of #f1617f is #ff6666. Color #f1617f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100001 01111111
Octal 361 141 177
Decimal 241 97 127
Hex F1 61 7F

RGB Percentages of Color #f1617f

%51.83
%20.86
%27.31

CMYK Percentages of Color #f1617f

%0
%60
%47
%5

Triadic Colors of #f1617f

#f1617f #7ff161 #617ff1

Analogous Colors of #f1617f

#f1617f #f18b61 #f161c7

Monochromatic Colors of #f1617f

#f1617f

Complementary Color

#f1617f #61f1d3

#f1617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1617f Color CSS Codes

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

#f1617f Text Font Color

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

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


#f1617f Background Color

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

This div background color is #f1617f


#f1617f Border Color

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

This div border color is #f1617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1617f


Comments

No comments written yet.

Please login to write comment.