Color Hex Logo

#f0617a Color Hex

#F0617A
(240,97,122)
0 Favorites   0 Comments

Color spaces of #f0617a

RGB 24097122
HSL0.970.830.66
HSV350°60°94°
CMYK 0.000.600.49   0.06
XYZ43.722728.479821.6051
Yxy28.47980.46610.3036
Hunter Lab53.366552.852213.3533
CIE-Lab60.319857.010814.9329

#f0617a color RGB value is (240,97,122).

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

The process color (four color CMYK) of #f0617a color hex is 0.00, 0.60, 0.49, 0.06. Web safe color of #f0617a is #ff6666. Color #f0617a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100001 01111010
Octal 360 141 172
Decimal 240 97 122
Hex F0 61 7A

RGB Percentages of Color #f0617a

%52.29
%21.13
%26.58

CMYK Percentages of Color #f0617a

%0
%60
%49
%6

Triadic Colors of #f0617a

#f0617a #7af061 #617af0

Analogous Colors of #f0617a

#f0617a #f09061 #f061c2

Monochromatic Colors of #f0617a

#f0617a

Complementary Color

#f0617a #61f0d7

#f0617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0617a Color CSS Codes

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

#f0617a Text Font Color

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

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


#f0617a Background Color

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

This div background color is #f0617a


#f0617a Border Color

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

This div border color is #f0617a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0617a


Comments

No comments written yet.

Please login to write comment.