Color Hex Logo

#f40650 Color Hex

#F40650
(244,6,80)
0 Favorites   0 Comments

Color spaces of #f40650

RGB 244680
HSL0.950.950.49
HSV341°98°96°
CMYK 0.000.980.67   0.04
XYZ38.821319.94259.3926
Yxy19.94250.56960.2926
Hunter Lab44.657077.024018.7896
CIE-Lab51.772178.855928.4784

#f40650 color RGB value is (244,6,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000110 01010000
Octal 364 6 120
Decimal 244 6 80
Hex F4 6 50

RGB Percentages of Color #f40650

%73.94
%1.82
%24.24

CMYK Percentages of Color #f40650

%0
%98
%67
%4

Triadic Colors of #f40650

#f40650 #50f406 #0650f4

Analogous Colors of #f40650

#f40650 #f43306 #f406c7

Monochromatic Colors of #f40650

#f40650

Complementary Color

#f40650 #06f4aa

#f40650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40650 Color CSS Codes

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

#f40650 Text Font Color

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

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


#f40650 Background Color

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

This div background color is #f40650


#f40650 Border Color

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

This div border color is #f40650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40650


Comments

No comments written yet.

Please login to write comment.