Color Hex Logo

#f098fc Color Hex

#F098FC
(240,152,252)
0 Favorites   0 Comments

Color spaces of #f098fc

RGB 240152252
HSL0.810.940.79
HSV293°40°99°
CMYK 0.050.400.00   0.01
XYZ64.734148.010097.9505
Yxy48.01000.30720.2279
Hunter Lab69.289245.5090-35.3126
CIE-Lab74.831248.4005-36.4633

#f098fc color RGB value is (240,152,252).

#f098fc hex color red value is 240, green value is 152 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f098fc hue: 0.81 , saturation: 0.94 and the lightness value of f098fc is 0.79.

The process color (four color CMYK) of #f098fc color hex is 0.05, 0.40, 0.00, 0.01. Web safe color of #f098fc is #ff99ff. Color #f098fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011000 11111100
Octal 360 230 374
Decimal 240 152 252
Hex F0 98 FC

RGB Percentages of Color #f098fc

%37.27
%23.60
%39.13

CMYK Percentages of Color #f098fc

%5
%40
%0
%1

Triadic Colors of #f098fc

#f098fc #fcf098 #98fcf0

Analogous Colors of #f098fc

#f098fc #fc98d6 #be98fc

Monochromatic Colors of #f098fc

#f098fc

Complementary Color

#f098fc #a4fc98

#f098fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f098fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f098fc Color CSS Codes

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

#f098fc Text Font Color

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

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


#f098fc Background Color

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

This div background color is #f098fc


#f098fc Border Color

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

This div border color is #f098fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f098fc

Related Colors


Comments

No comments written yet.

Please login to write comment.