Color Hex Logo

#f092be Color Hex

#F092BE
(240,146,190)
0 Favorites   0 Comments

Color spaces of #f092be

RGB 240146190
HSL0.920.760.76
HSV332°39°94°
CMYK 0.000.390.21   0.06
XYZ55.508342.800754.0510
Yxy42.80070.36430.2809
Hunter Lab65.422236.9616-3.1890
CIE-Lab71.419541.1279-7.6364

#f092be color RGB value is (240,146,190).

#f092be hex color red value is 240, green value is 146 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f092be hue: 0.92 , saturation: 0.76 and the lightness value of f092be is 0.76.

The process color (four color CMYK) of #f092be color hex is 0.00, 0.39, 0.21, 0.06. Web safe color of #f092be is #ff99cc. Color #f092be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 10111110
Octal 360 222 276
Decimal 240 146 190
Hex F0 92 BE

RGB Percentages of Color #f092be

%41.67
%25.35
%32.99

CMYK Percentages of Color #f092be

%0
%39
%21
%6

Triadic Colors of #f092be

#f092be #bef092 #92bef0

Analogous Colors of #f092be

#f092be #f09592 #f092ed

Monochromatic Colors of #f092be

#f092be

Complementary Color

#f092be #92f0c4

#f092be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f092be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f092be Color CSS Codes

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

#f092be Text Font Color

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

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


#f092be Background Color

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

This div background color is #f092be


#f092be Border Color

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

This div border color is #f092be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f092be


Comments

No comments written yet.

Please login to write comment.