Color Hex Logo

#f190af Color Hex

#F190AF
(241,144,175)
0 Favorites   0 Comments

Color spaces of #f190af

RGB 241144175
HSL0.950.780.75
HSV341°40°95°
CMYK 0.000.400.27   0.05
XYZ53.986741.742445.7691
Yxy41.74240.38150.2950
Hunter Lab64.608436.08983.2243
CIE-Lab70.693040.4053-0.3486

#f190af color RGB value is (241,144,175).

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

The process color (four color CMYK) of #f190af color hex is 0.00, 0.40, 0.27, 0.05. Web safe color of #f190af is #ff9999. Color #f190af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 10101111
Octal 361 220 257
Decimal 241 144 175
Hex F1 90 AF

RGB Percentages of Color #f190af

%43.04
%25.71
%31.25

CMYK Percentages of Color #f190af

%0
%40
%27
%5

Triadic Colors of #f190af

#f190af #aff190 #90aff1

Analogous Colors of #f190af

#f190af #f1a290 #f190e0

Monochromatic Colors of #f190af

#f190af

Complementary Color

#f190af #90f1d2

#f190af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190af Color CSS Codes

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

#f190af Text Font Color

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

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


#f190af Background Color

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

This div background color is #f190af


#f190af Border Color

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

This div border color is #f190af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190af


Comments

No comments written yet.

Please login to write comment.