Color Hex Logo

#f192ca Color Hex

#F192CA
(241,146,202)
0 Favorites   0 Comments

Color spaces of #f192ca

RGB 241146202
HSL0.900.770.76
HSV325°39°95°
CMYK 0.000.390.16   0.05
XYZ57.215243.522861.2623
Yxy43.52280.35320.2687
Hunter Lab65.971839.3566-8.8772
CIE-Lab71.908443.2614-13.5442

#f192ca color RGB value is (241,146,202).

#f192ca hex color red value is 241, green value is 146 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f192ca hue: 0.90 , saturation: 0.77 and the lightness value of f192ca is 0.76.

The process color (four color CMYK) of #f192ca color hex is 0.00, 0.39, 0.16, 0.05. Web safe color of #f192ca is #ff99cc. Color #f192ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010010 11001010
Octal 361 222 312
Decimal 241 146 202
Hex F1 92 CA

RGB Percentages of Color #f192ca

%40.92
%24.79
%34.30

CMYK Percentages of Color #f192ca

%0
%39
%16
%5

Triadic Colors of #f192ca

#f192ca #caf192 #92caf1

Analogous Colors of #f192ca

#f192ca #f1929b #e992f1

Monochromatic Colors of #f192ca

#f192ca

Complementary Color

#f192ca #92f1b9

#f192ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f192ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f192ca Color CSS Codes

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

#f192ca Text Font Color

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

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


#f192ca Background Color

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

This div background color is #f192ca


#f192ca Border Color

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

This div border color is #f192ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,146,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f192ca


Comments

No comments written yet.

Please login to write comment.