Color Hex Logo

#f299fa Color Hex

#F299FA
(242,153,250)
0 Favorites   0 Comments

Color spaces of #f299fa

RGB 242153250
HSL0.820.910.79
HSV295°39°98°
CMYK 0.030.390.00   0.02
XYZ65.264548.561896.3760
Yxy48.56180.31050.2310
Hunter Lab69.686345.2226-33.2175
CIE-Lab75.177948.1045-34.8255

#f299fa color RGB value is (242,153,250).

#f299fa hex color red value is 242, green value is 153 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f299fa hue: 0.82 , saturation: 0.91 and the lightness value of f299fa is 0.79.

The process color (four color CMYK) of #f299fa color hex is 0.03, 0.39, 0.00, 0.02. Web safe color of #f299fa is #ff99ff. Color #f299fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011001 11111010
Octal 362 231 372
Decimal 242 153 250
Hex F2 99 FA

RGB Percentages of Color #f299fa

%37.52
%23.72
%38.76

CMYK Percentages of Color #f299fa

%3
%39
%0
%2

Triadic Colors of #f299fa

#f299fa #faf299 #99faf2

Analogous Colors of #f299fa

#f299fa #fa99d2 #c299fa

Monochromatic Colors of #f299fa

#f299fa

Complementary Color

#f299fa #a1fa99

#f299fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f299fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f299fa Color CSS Codes

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

#f299fa Text Font Color

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

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


#f299fa Background Color

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

This div background color is #f299fa


#f299fa Border Color

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

This div border color is #f299fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f299fa

Related Colors


Comments

No comments written yet.

Please login to write comment.