Color spaces of #f590bf
RGB | 245 | 144 | 191 |
---|---|---|---|
HSL | 0.92 | 0.83 | 0.76 |
HSV | 332° | 41° | 96° |
CMYK | 0.00 | 0.41 | 0.22 0.04 |
XYZ | 57.0334 | 43.1206 | 54.6073 |
Yxy | 43.1206 | 0.3685 | 0.2786 |
Hunter Lab | 65.6663 | 40.1173 | -3.3385 |
CIE-Lab | 71.6367 | 43.9845 | -7.8032 |
#f590bf color RGB value is (245,144,191).
#f590bf hex color red value is 245, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f590bf hue: 0.92 , saturation: 0.83 and the lightness value of f590bf is 0.76.
The process color (four color CMYK) of #f590bf color hex is 0.00, 0.41, 0.22, 0.04. Web safe color of #f590bf is #ff99cc. Color #f590bf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10010000 | 10111111 |
Octal | 365 | 220 | 277 |
Decimal | 245 | 144 | 191 |
Hex | F5 | 90 | BF |
Shades of #f590bf
Tints of #f590bf
RGB Percentages of Color #f590bf
CMYK Percentages of Color #f590bf
Complementary Color
#f590bf | #90f5c6 |
#f590bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f590bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f590bf Color CSS Codes
.mybgcolor {background-color:#f590bf; } .myforecolor {color:#f590bf; } .mybordercolor {border:3px solid #f590bf; }
#f590bf Text Font Color
<p style="color:#f590bf">Text here</p>
This sample text font color is #f590bf
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.
#f590bf Background Color
<div style="background-color:#f590bf">
Div content here</div>
This div background color is #f590bf
#f590bf Border Color
<div style="border:3px solid #f590bf">
Div here</div>
This div border color is #f590bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,144,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f590bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f590bf; -webkit-box-shadow: 1px 1px 3px 2px #f590bf; box-shadow: 1px 1px 3px 2px #f590bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,144,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f590bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f590bf; -webkit-box-shadow: 1px 1px 3px 2px #f590bf; box-shadow: 1px 1px 3px 2px #f590bf;">
Div content here</div>
This div box has shadow with color #f590bf
Comments
No comments written yet.
Please login to write comment.