Color Hex Logo

#f0004b Color Hex

#F0004B
(240,0,75)
0 Favorites   0 Comments

Color spaces of #f0004b

RGB 240075
HSL0.951.000.47
HSV341°100°94°
CMYK 0.001.000.69   0.06
XYZ37.205219.03338.3695
Yxy19.03330.57590.2946
Hunter Lab43.627275.877019.1647
CIE-Lab50.726178.143630.0077

#f0004b color RGB value is (240,0,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 01001011
Octal 360 0 113
Decimal 240 0 75
Hex F0 0 4B

RGB Percentages of Color #f0004b

%76.19
%0.00
%23.81

CMYK Percentages of Color #f0004b

%0
%100
%69
%6

Triadic Colors of #f0004b

#f0004b #4bf000 #004bf0

Analogous Colors of #f0004b

#f0004b #f02d00 #f000c3

Monochromatic Colors of #f0004b

#f0004b

Complementary Color

#f0004b #00f0a5

#f0004b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0004b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0004b Color CSS Codes

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

#f0004b Text Font Color

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

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


#f0004b Background Color

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

This div background color is #f0004b


#f0004b Border Color

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

This div border color is #f0004b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0004b


Comments

No comments written yet.

Please login to write comment.