Color Hex Logo

#f65274 Color Hex

#F65274
(246,82,116)
0 Favorites   0 Comments

Color spaces of #f65274

RGB 24682116
HSL0.970.900.64
HSV348°67°96°
CMYK 0.000.670.53   0.04
XYZ44.175726.888419.3847
Yxy26.88840.48840.2973
Hunter Lab51.854061.323914.1333
CIE-Lab58.870964.584416.5764

#f65274 color RGB value is (246,82,116).

#f65274 hex color red value is 246, green value is 82 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f65274 hue: 0.97 , saturation: 0.90 and the lightness value of f65274 is 0.64.

The process color (four color CMYK) of #f65274 color hex is 0.00, 0.67, 0.53, 0.04. Web safe color of #f65274 is #ff6666. Color #f65274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 01110100
Octal 366 122 164
Decimal 246 82 116
Hex F6 52 74

RGB Percentages of Color #f65274

%55.41
%18.47
%26.13

CMYK Percentages of Color #f65274

%0
%67
%53
%4

Triadic Colors of #f65274

#f65274 #74f652 #5274f6

Analogous Colors of #f65274

#f65274 #f68252 #f652c6

Monochromatic Colors of #f65274

#f65274

Complementary Color

#f65274 #52f6d4

#f65274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65274 Color CSS Codes

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

#f65274 Text Font Color

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

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


#f65274 Background Color

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

This div background color is #f65274


#f65274 Border Color

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

This div border color is #f65274


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,82,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f65274; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f65274;
  -webkit-box-shadow: 1px 1px 3px 2px #f65274;
  box-shadow:         1px 1px 3px 2px #f65274; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,82,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65274


Comments

No comments written yet.

Please login to write comment.