Color Hex Logo

#f65372 Color Hex

#F65372
(246,83,114)
1 Favorites   0 Comments

Color spaces of #f65372

RGB 24683114
HSL0.970.900.65
HSV349°66°96°
CMYK 0.000.660.54   0.04
XYZ44.136626.994218.8037
Yxy26.99420.49080.3002
Hunter Lab51.955960.712914.9111
CIE-Lab58.969064.047417.8810

#f65372 color RGB value is (246,83,114).

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

The process color (four color CMYK) of #f65372 color hex is 0.00, 0.66, 0.54, 0.04. Web safe color of #f65372 is #ff6666. Color #f65372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010011 01110010
Octal 366 123 162
Decimal 246 83 114
Hex F6 53 72

RGB Percentages of Color #f65372

%55.53
%18.74
%25.73

CMYK Percentages of Color #f65372

%0
%66
%54
%4

Triadic Colors of #f65372

#f65372 #72f653 #5372f6

Analogous Colors of #f65372

#f65372 #f68653 #f653c4

Monochromatic Colors of #f65372

#f65372

Complementary Color

#f65372 #53f6d7

#f65372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65372 Color CSS Codes

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

#f65372 Text Font Color

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

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


#f65372 Background Color

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

This div background color is #f65372


#f65372 Border Color

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

This div border color is #f65372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65372


Comments

No comments written yet.

Please login to write comment.