Color Hex Logo

#f0064b Color Hex

#F0064B
(240,6,75)
0 Favorites   0 Comments

Color spaces of #f0064b

RGB 240675
HSL0.950.950.48
HSV342°98°94°
CMYK 0.000.980.69   0.06
XYZ37.270319.16358.3912
Yxy19.16350.57490.2956
Hunter Lab43.776175.363819.2783
CIE-Lab50.877977.702430.1960

#f0064b color RGB value is (240,6,75).

#f0064b hex color red value is 240, green value is 6 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f0064b hue: 0.95 , saturation: 0.95 and the lightness value of f0064b is 0.48.

The process color (four color CMYK) of #f0064b color hex is 0.00, 0.98, 0.69, 0.06. Web safe color of #f0064b is #ff0033. Color #f0064b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 01001011
Octal 360 6 113
Decimal 240 6 75
Hex F0 6 4B

RGB Percentages of Color #f0064b

%74.77
%1.87
%23.36

CMYK Percentages of Color #f0064b

%0
%98
%69
%6

Triadic Colors of #f0064b

#f0064b #4bf006 #064bf0

Analogous Colors of #f0064b

#f0064b #f03606 #f006c0

Monochromatic Colors of #f0064b

#f0064b

Complementary Color

#f0064b #06f0ab

#f0064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0064b Color CSS Codes

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

#f0064b Text Font Color

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

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


#f0064b Background Color

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

This div background color is #f0064b


#f0064b Border Color

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

This div border color is #f0064b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0064b


Comments

No comments written yet.

Please login to write comment.