Color Hex Logo

#f03696 Color Hex

#F03696
(240,54,150)
0 Favorites   0 Comments

Color spaces of #f03696

RGB 24054150
HSL0.910.860.58
HSV329°78°94°
CMYK 0.000.780.38   0.06
XYZ42.759423.365631.1105
Yxy23.36560.43980.2403
Hunter Lab48.338073.3083-4.3227
CIE-Lab55.446975.1587-8.5439

#f03696 color RGB value is (240,54,150).

#f03696 hex color red value is 240, green value is 54 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f03696 hue: 0.91 , saturation: 0.86 and the lightness value of f03696 is 0.58.

The process color (four color CMYK) of #f03696 color hex is 0.00, 0.78, 0.38, 0.06. Web safe color of #f03696 is #ff3399. Color #f03696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110110 10010110
Octal 360 66 226
Decimal 240 54 150
Hex F0 36 96

RGB Percentages of Color #f03696

%54.05
%12.16
%33.78

CMYK Percentages of Color #f03696

%0
%78
%38
%6

Triadic Colors of #f03696

#f03696 #96f036 #3696f0

Analogous Colors of #f03696

#f03696 #f03639 #ed36f0

Monochromatic Colors of #f03696

#f03696

Complementary Color

#f03696 #36f090

#f03696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03696 Color CSS Codes

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

#f03696 Text Font Color

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

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


#f03696 Background Color

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

This div background color is #f03696


#f03696 Border Color

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

This div border color is #f03696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03696


Comments

No comments written yet.

Please login to write comment.