Color spaces of #f191ee
RGB | 241 | 145 | 238 |
---|---|---|---|
HSL | 0.84 | 0.77 | 0.76 |
HSV | 302° | 40° | 95° |
CMYK | 0.00 | 0.40 | 0.01 0.05 |
XYZ | 61.8336 | 45.1246 | 86.3399 |
Yxy | 45.1246 | 0.3199 | 0.2334 |
Hunter Lab | 67.1748 | 46.7510 | -29.1831 |
CIE-Lab | 72.9739 | 49.7355 | -31.7141 |
#f191ee color RGB value is (241,145,238).
#f191ee hex color red value is 241, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f191ee hue: 0.84 , saturation: 0.77 and the lightness value of f191ee is 0.76.
The process color (four color CMYK) of #f191ee color hex is 0.00, 0.40, 0.01, 0.05. Web safe color of #f191ee is #ff99ff. Color #f191ee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10010001 | 11101110 |
Octal | 361 | 221 | 356 |
Decimal | 241 | 145 | 238 |
Hex | F1 | 91 | EE |
Shades of #f191ee
Tints of #f191ee
RGB Percentages of Color #f191ee
CMYK Percentages of Color #f191ee
Complementary Color
#f191ee | #91f194 |
#f191ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f191ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f191ee Color CSS Codes
.mybgcolor {background-color:#f191ee; } .myforecolor {color:#f191ee; } .mybordercolor {border:3px solid #f191ee; }
#f191ee Text Font Color
<p style="color:#f191ee">Text here</p>
This sample text font color is #f191ee
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.
#f191ee Background Color
<div style="background-color:#f191ee">
Div content here</div>
This div background color is #f191ee
#f191ee Border Color
<div style="border:3px solid #f191ee">
Div here</div>
This div border color is #f191ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,145,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f191ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f191ee; -webkit-box-shadow: 1px 1px 3px 2px #f191ee; box-shadow: 1px 1px 3px 2px #f191ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,145,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f191ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f191ee; -webkit-box-shadow: 1px 1px 3px 2px #f191ee; box-shadow: 1px 1px 3px 2px #f191ee;">
Div content here</div>
This div box has shadow with color #f191ee
Comments
No comments written yet.
Please login to write comment.