Color spaces of #f193ab
RGB | 241 | 147 | 171 |
---|---|---|---|
HSL | 0.96 | 0.77 | 0.76 |
HSV | 345° | 39° | 95° |
CMYK | 0.00 | 0.39 | 0.29 0.05 |
XYZ | 54.0600 | 42.5085 | 43.8838 |
Yxy | 42.5085 | 0.3849 | 0.3027 |
Hunter Lab | 65.1985 | 33.9075 | 5.7321 |
CIE-Lab | 71.2201 | 38.3204 | 2.6463 |
#f193ab color RGB value is (241,147,171).
#f193ab hex color red value is 241, green value is 147 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f193ab hue: 0.96 , saturation: 0.77 and the lightness value of f193ab is 0.76.
The process color (four color CMYK) of #f193ab color hex is 0.00, 0.39, 0.29, 0.05. Web safe color of #f193ab is #ff9999. Color #f193ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 10010011 | 10101011 |
Octal | 361 | 223 | 253 |
Decimal | 241 | 147 | 171 |
Hex | F1 | 93 | AB |
Shades of #f193ab
Tints of #f193ab
RGB Percentages of Color #f193ab
CMYK Percentages of Color #f193ab
Complementary Color
#f193ab | #93f1d9 |
#f193ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f193ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#f193ab Color CSS Codes
.mybgcolor {background-color:#f193ab; } .myforecolor {color:#f193ab; } .mybordercolor {border:3px solid #f193ab; }
#f193ab Text Font Color
<p style="color:#f193ab">Text here</p>
This sample text font color is #f193ab
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.
#f193ab Background Color
<div style="background-color:#f193ab">
Div content here</div>
This div background color is #f193ab
#f193ab Border Color
<div style="border:3px solid #f193ab">
Div here</div>
This div border color is #f193ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,147,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f193ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f193ab; -webkit-box-shadow: 1px 1px 3px 2px #f193ab; box-shadow: 1px 1px 3px 2px #f193ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,147,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f193ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f193ab; -webkit-box-shadow: 1px 1px 3px 2px #f193ab; box-shadow: 1px 1px 3px 2px #f193ab;">
Div content here</div>
This div box has shadow with color #f193ab
Comments
No comments written yet.
Please login to write comment.