Color Hex Logo

#f03d7d Color Hex

#F03D7D
(240,61,125)
0 Favorites   0 Comments

Color spaces of #f03d7d

RGB 24061125
HSL0.940.860.59
HSV339°75°94°
CMYK 0.000.750.48   0.06
XYZ41.305623.343421.7307
Yxy23.34340.47820.2702
Hunter Lab48.315068.05247.1536
CIE-Lab55.424370.86416.2669

#f03d7d color RGB value is (240,61,125).

#f03d7d hex color red value is 240, green value is 61 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f03d7d hue: 0.94 , saturation: 0.86 and the lightness value of f03d7d is 0.59.

The process color (four color CMYK) of #f03d7d color hex is 0.00, 0.75, 0.48, 0.06. Web safe color of #f03d7d is #ff3366. Color #f03d7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111101 01111101
Octal 360 75 175
Decimal 240 61 125
Hex F0 3D 7D

RGB Percentages of Color #f03d7d

%56.34
%14.32
%29.34

CMYK Percentages of Color #f03d7d

%0
%75
%48
%6

Triadic Colors of #f03d7d

#f03d7d #7df03d #3d7df0

Analogous Colors of #f03d7d

#f03d7d #f0573d #f03dd7

Monochromatic Colors of #f03d7d

#f03d7d

Complementary Color

#f03d7d #3df0b0

#f03d7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03d7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03d7d Color CSS Codes

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

#f03d7d Text Font Color

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

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


#f03d7d Background Color

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

This div background color is #f03d7d


#f03d7d Border Color

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

This div border color is #f03d7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03d7d


Comments

No comments written yet.

Please login to write comment.