Color Hex Logo

#f66274 Color Hex

#F66274
(246,98,116)
0 Favorites   0 Comments

Color spaces of #f66274

RGB 24698116
HSL0.980.890.67
HSV353°60°96°
CMYK 0.000.600.53   0.04
XYZ45.526129.589119.8348
Yxy29.58910.47950.3116
Hunter Lab54.395954.201116.4577
CIE-Lab61.298158.029419.8970

#f66274 color RGB value is (246,98,116).

#f66274 hex color red value is 246, green value is 98 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #f66274 hue: 0.98 , saturation: 0.89 and the lightness value of f66274 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01100010 01110100
Octal 366 142 164
Decimal 246 98 116
Hex F6 62 74

RGB Percentages of Color #f66274

%53.48
%21.30
%25.22

CMYK Percentages of Color #f66274

%0
%60
%53
%4

Triadic Colors of #f66274

#f66274 #74f662 #6274f6

Analogous Colors of #f66274

#f66274 #f69a62 #f662be

Monochromatic Colors of #f66274

#f66274

Complementary Color

#f66274 #62f6e4

#f66274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66274 Color CSS Codes

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

#f66274 Text Font Color

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

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


#f66274 Background Color

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

This div background color is #f66274


#f66274 Border Color

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

This div border color is #f66274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,98,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 #f66274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66274

Related Colors


Comments

No comments written yet.

Please login to write comment.