Color Hex Logo

#f098bf Color Hex

#F098BF
(240,152,191)
0 Favorites   0 Comments

Color spaces of #f098bf

RGB 240152191
HSL0.930.750.77
HSV333°37°94°
CMYK 0.000.370.20   0.06
XYZ56.567444.743354.9451
Yxy44.74330.36200.2863
Hunter Lab66.890433.8943-1.8787
CIE-Lab72.722538.1526-6.2582

#f098bf color RGB value is (240,152,191).

#f098bf hex color red value is 240, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f098bf hue: 0.93 , saturation: 0.75 and the lightness value of f098bf is 0.77.

The process color (four color CMYK) of #f098bf color hex is 0.00, 0.37, 0.20, 0.06. Web safe color of #f098bf is #ff99cc. Color #f098bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 10111111
Octal 360 230 277
Decimal 240 152 191
Hex F0 98 BF

RGB Percentages of Color #f098bf

%41.17
%26.07
%32.76

CMYK Percentages of Color #f098bf

%0
%37
%20
%6

Triadic Colors of #f098bf

#f098bf #bff098 #98bff0

Analogous Colors of #f098bf

#f098bf #f09d98 #f098eb

Monochromatic Colors of #f098bf

#f098bf

Complementary Color

#f098bf #98f0c9

#f098bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098bf Color CSS Codes

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

#f098bf Text Font Color

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

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


#f098bf Background Color

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

This div background color is #f098bf


#f098bf Border Color

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

This div border color is #f098bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098bf


Comments

No comments written yet.

Please login to write comment.