Color Hex Logo

#f0464b Color Hex

#F0464B
(240,70,75)
0 Favorites   0 Comments

Color spaces of #f0464b

RGB 2407075
HSL1.000.850.61
HSV358°71°94°
CMYK 0.000.710.69   0.06
XYZ39.395323.41369.0995
Yxy23.41360.54790.3256
Hunter Lab48.387660.649422.7216
CIE-Lab55.495864.625035.8275

#f0464b color RGB value is (240,70,75).

#f0464b hex color red value is 240, green value is 70 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f0464b hue: 1.00 , saturation: 0.85 and the lightness value of f0464b is 0.61.

The process color (four color CMYK) of #f0464b color hex is 0.00, 0.71, 0.69, 0.06. Web safe color of #f0464b is #ff3333. Color #f0464b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 01001011
Octal 360 106 113
Decimal 240 70 75
Hex F0 46 4B

RGB Percentages of Color #f0464b

%62.34
%18.18
%19.48

CMYK Percentages of Color #f0464b

%0
%71
%69
%6

Triadic Colors of #f0464b

#f0464b #4bf046 #464bf0

Analogous Colors of #f0464b

#f0464b #f09646 #f046a0

Monochromatic Colors of #f0464b

#f0464b

Complementary Color

#f0464b #46f0eb

#f0464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0464b Color CSS Codes

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

#f0464b Text Font Color

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

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


#f0464b Background Color

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

This div background color is #f0464b


#f0464b Border Color

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

This div border color is #f0464b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0464b


Comments

No comments written yet.

Please login to write comment.