Color Hex Logo

#f190ca Color Hex

#F190CA
(241,144,202)
0 Favorites   0 Comments

Color spaces of #f190ca

RGB 241144202
HSL0.900.780.75
HSV324°40°95°
CMYK 0.000.400.16   0.05
XYZ56.909642.911661.1604
Yxy42.91160.35350.2666
Hunter Lab65.506940.4359-9.5011
CIE-Lab71.494944.2905-14.1655

#f190ca color RGB value is (241,144,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 11001010
Octal 361 220 312
Decimal 241 144 202
Hex F1 90 CA

RGB Percentages of Color #f190ca

%41.06
%24.53
%34.41

CMYK Percentages of Color #f190ca

%0
%40
%16
%5

Triadic Colors of #f190ca

#f190ca #caf190 #90caf1

Analogous Colors of #f190ca

#f190ca #f1909a #e890f1

Monochromatic Colors of #f190ca

#f190ca

Complementary Color

#f190ca #90f1b7

#f190ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190ca Color CSS Codes

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

#f190ca Text Font Color

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

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


#f190ca Background Color

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

This div background color is #f190ca


#f190ca Border Color

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

This div border color is #f190ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190ca


Comments

No comments written yet.

Please login to write comment.