Color Hex Logo

#f190fc Color Hex

#F190FC
(241,144,252)
0 Favorites   0 Comments

Color spaces of #f190fc

RGB 241144252
HSL0.820.950.78
HSV294°43°99°
CMYK 0.040.430.00   0.01
XYZ63.819645.675697.5481
Yxy45.67560.30820.2206
Hunter Lab67.583750.2868-38.2686
CIE-Lab73.334552.7704-38.7790

#f190fc color RGB value is (241,144,252).

#f190fc hex color red value is 241, green value is 144 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f190fc hue: 0.82 , saturation: 0.95 and the lightness value of f190fc is 0.78.

The process color (four color CMYK) of #f190fc color hex is 0.04, 0.43, 0.00, 0.01. Web safe color of #f190fc is #ff99ff. Color #f190fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 11111100
Octal 361 220 374
Decimal 241 144 252
Hex F1 90 FC

RGB Percentages of Color #f190fc

%37.83
%22.61
%39.56

CMYK Percentages of Color #f190fc

%4
%43
%0
%1

Triadic Colors of #f190fc

#f190fc #fcf190 #90fcf1

Analogous Colors of #f190fc

#f190fc #fc90d1 #bb90fc

Monochromatic Colors of #f190fc

#f190fc

Complementary Color

#f190fc #9bfc90

#f190fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190fc Color CSS Codes

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

#f190fc Text Font Color

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

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


#f190fc Background Color

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

This div background color is #f190fc


#f190fc Border Color

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

This div border color is #f190fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190fc

Related Colors


Comments

No comments written yet.

Please login to write comment.