Color Hex Logo

#f099fe Color Hex

#F099FE
(240,153,254)
0 Favorites   0 Comments

Color spaces of #f099fe

RGB 240153254
HSL0.810.980.80
HSV292°40°100°
CMYK 0.060.400.00   0.00
XYZ65.215848.463599.6831
Yxy48.46350.30570.2271
Hunter Lab69.615745.3907-36.1666
CIE-Lab75.116348.2601-37.1034

#f099fe color RGB value is (240,153,254).

#f099fe hex color red value is 240, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f099fe hue: 0.81 , saturation: 0.98 and the lightness value of f099fe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011001 11111110
Octal 360 231 376
Decimal 240 153 254
Hex F0 99 FE

RGB Percentages of Color #f099fe

%37.09
%23.65
%39.26

CMYK Percentages of Color #f099fe

%6
%40
%0
%0

Triadic Colors of #f099fe

#f099fe #fef099 #99fef0

Analogous Colors of #f099fe

#f099fe #fe99da #be99fe

Monochromatic Colors of #f099fe

#f099fe

Complementary Color

#f099fe #a7fe99

#f099fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f099fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f099fe Color CSS Codes

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

#f099fe Text Font Color

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

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


#f099fe Background Color

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

This div background color is #f099fe


#f099fe Border Color

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

This div border color is #f099fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f099fe

Related Colors


Comments

No comments written yet.

Please login to write comment.