Color Hex Logo

#f4065f Color Hex

#F4065F
(244,6,95)
0 Favorites   0 Comments

Color spaces of #f4065f

RGB 244695
HSL0.940.950.49
HSV338°98°96°
CMYK 0.000.980.61   0.04
XYZ39.438920.189612.6448
Yxy20.18960.54570.2794
Hunter Lab44.932878.042314.7679
CIE-Lab52.050979.611319.7522

#f4065f color RGB value is (244,6,95).

#f4065f hex color red value is 244, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4065f hue: 0.94 , saturation: 0.95 and the lightness value of f4065f is 0.49.

The process color (four color CMYK) of #f4065f color hex is 0.00, 0.98, 0.61, 0.04. Web safe color of #f4065f is #ff0066. Color #f4065f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000110 01011111
Octal 364 6 137
Decimal 244 6 95
Hex F4 6 5F

RGB Percentages of Color #f4065f

%70.72
%1.74
%27.54

CMYK Percentages of Color #f4065f

%0
%98
%61
%4

Triadic Colors of #f4065f

#f4065f #5ff406 #065ff4

Analogous Colors of #f4065f

#f4065f #f42406 #f406d6

Monochromatic Colors of #f4065f

#f4065f

Complementary Color

#f4065f #06f49b

#f4065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4065f Color CSS Codes

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

#f4065f Text Font Color

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

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


#f4065f Background Color

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

This div background color is #f4065f


#f4065f Border Color

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

This div border color is #f4065f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,6,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4065f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4065f;
  -webkit-box-shadow: 1px 1px 3px 2px #f4065f;
  box-shadow:         1px 1px 3px 2px #f4065f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,6,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4065f


Comments

No comments written yet.

Please login to write comment.