Color Hex Logo

#f06492 Color Hex

#F06492
(240,100,146)
0 Favorites   0 Comments

Color spaces of #f06492

RGB 240100146
HSL0.950.820.67
HSV340°58°94°
CMYK 0.000.580.39   0.06
XYZ45.680729.714930.5220
Yxy29.71490.43130.2805
Hunter Lab54.511454.18864.9603
CIE-Lab61.407458.00022.5688

#f06492 color RGB value is (240,100,146).

#f06492 hex color red value is 240, green value is 100 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f06492 hue: 0.95 , saturation: 0.82 and the lightness value of f06492 is 0.67.

The process color (four color CMYK) of #f06492 color hex is 0.00, 0.58, 0.39, 0.06. Web safe color of #f06492 is #ff6699. Color #f06492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100100 10010010
Octal 360 144 222
Decimal 240 100 146
Hex F0 64 92

RGB Percentages of Color #f06492

%49.38
%20.58
%30.04

CMYK Percentages of Color #f06492

%0
%58
%39
%6

Triadic Colors of #f06492

#f06492 #92f064 #6492f0

Analogous Colors of #f06492

#f06492 #f07c64 #f064d8

Monochromatic Colors of #f06492

#f06492

Complementary Color

#f06492 #64f0c2

#f06492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06492 Color CSS Codes

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

#f06492 Text Font Color

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

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


#f06492 Background Color

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

This div background color is #f06492


#f06492 Border Color

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

This div border color is #f06492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06492


Comments

No comments written yet.

Please login to write comment.