Color spaces of #f191aa
RGB | 241 | 145 | 170 |
---|---|---|---|
HSL | 0.96 | 0.77 | 0.76 |
HSV | 344° | 40° | 95° |
CMYK | 0.00 | 0.40 | 0.29 0.05 |
XYZ | 53.6567 | 41.8538 | 43.2808 |
Yxy | 41.8538 | 0.3866 | 0.3016 |
Hunter Lab | 64.6945 | 34.8299 | 5.6210 |
CIE-Lab | 70.7700 | 39.2277 | 2.5501 |
#f191aa color RGB value is (241,145,170).
#f191aa hex color red value is 241, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f191aa hue: 0.96 , saturation: 0.77 and the lightness value of f191aa is 0.76.
The process color (four color CMYK) of #f191aa color hex is 0.00, 0.40, 0.29, 0.05. Web safe color of #f191aa is #ff9999. Color #f191aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10010001 | 10101010 |
Octal | 361 | 221 | 252 |
Decimal | 241 | 145 | 170 |
Hex | F1 | 91 | AA |
Shades of #f191aa
Tints of #f191aa
RGB Percentages of Color #f191aa
CMYK Percentages of Color #f191aa
Complementary Color
#f191aa | #91f1d8 |
#f191aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f191aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f191aa Color CSS Codes
.mybgcolor {background-color:#f191aa; } .myforecolor {color:#f191aa; } .mybordercolor {border:3px solid #f191aa; }
#f191aa Text Font Color
<p style="color:#f191aa">Text here</p>
This sample text font color is #f191aa
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.
#f191aa Background Color
<div style="background-color:#f191aa">
Div content here</div>
This div background color is #f191aa
#f191aa Border Color
<div style="border:3px solid #f191aa">
Div here</div>
This div border color is #f191aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,145,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f191aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f191aa; -webkit-box-shadow: 1px 1px 3px 2px #f191aa; box-shadow: 1px 1px 3px 2px #f191aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,145,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f191aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f191aa; -webkit-box-shadow: 1px 1px 3px 2px #f191aa; box-shadow: 1px 1px 3px 2px #f191aa;">
Div content here</div>
This div box has shadow with color #f191aa
Comments
No comments written yet.
Please login to write comment.