Color Hex Logo

#f098cc Color Hex

#F098CC
(240,152,204)
0 Favorites   0 Comments

Color spaces of #f098cc

RGB 240152204
HSL0.900.750.77
HSV325°37°94°
CMYK 0.000.370.15   0.06
XYZ58.062545.341462.8183
Yxy45.34140.34930.2728
Hunter Lab67.336036.0789-8.1769
CIE-Lab73.116140.1293-12.8481

#f098cc color RGB value is (240,152,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 11001100
Octal 360 230 314
Decimal 240 152 204
Hex F0 98 CC

RGB Percentages of Color #f098cc

%40.27
%25.50
%34.23

CMYK Percentages of Color #f098cc

%0
%37
%15
%6

Triadic Colors of #f098cc

#f098cc #ccf098 #98ccf0

Analogous Colors of #f098cc

#f098cc #f098a0 #e898f0

Monochromatic Colors of #f098cc

#f098cc

Complementary Color

#f098cc #98f0bc

#f098cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098cc Color CSS Codes

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

#f098cc Text Font Color

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

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


#f098cc Background Color

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

This div background color is #f098cc


#f098cc Border Color

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

This div border color is #f098cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098cc


Comments

No comments written yet.

Please login to write comment.