Color Hex Logo

#f198fa Color Hex

#F198FA
(241,152,250)
0 Favorites   0 Comments

Color spaces of #f198fa

RGB 241152250
HSL0.820.910.79
HSV294°39°98°
CMYK 0.040.390.00   0.02
XYZ64.759248.059496.3057
Yxy48.05940.30970.2298
Hunter Lab69.324945.4256-33.8379
CIE-Lab74.862448.3231-35.3228

#f198fa color RGB value is (241,152,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011000 11111010
Octal 361 230 372
Decimal 241 152 250
Hex F1 98 FA

RGB Percentages of Color #f198fa

%37.48
%23.64
%38.88

CMYK Percentages of Color #f198fa

%4
%39
%0
%2

Triadic Colors of #f198fa

#f198fa #faf198 #98faf1

Analogous Colors of #f198fa

#f198fa #fa98d2 #c098fa

Monochromatic Colors of #f198fa

#f198fa

Complementary Color

#f198fa #a1fa98

#f198fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f198fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f198fa Color CSS Codes

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

#f198fa Text Font Color

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

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


#f198fa Background Color

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

This div background color is #f198fa


#f198fa Border Color

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

This div border color is #f198fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,152,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 #f198fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f198fa

Related Colors


Comments

No comments written yet.

Please login to write comment.