Color spaces of #f597fa
RGB | 245 | 151 | 250 |
---|---|---|---|
HSL | 0.82 | 0.91 | 0.79 |
HSV | 297° | 40° | 98° |
CMYK | 0.02 | 0.40 | 0.00 0.02 |
XYZ | 65.9781 | 48.4478 | 96.3164 |
Yxy | 48.4478 | 0.3131 | 0.2299 |
Hunter Lab | 69.6045 | 47.3925 | -33.3205 |
CIE-Lab | 75.1065 | 50.0141 | -34.9090 |
#f597fa color RGB value is (245,151,250).
#f597fa hex color red value is 245, green value is 151 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f597fa hue: 0.82 , saturation: 0.91 and the lightness value of f597fa is 0.79.
The process color (four color CMYK) of #f597fa color hex is 0.02, 0.40, 0.00, 0.02. Web safe color of #f597fa is #ff99ff. Color #f597fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10010111 | 11111010 |
Octal | 365 | 227 | 372 |
Decimal | 245 | 151 | 250 |
Hex | F5 | 97 | FA |
Shades of #f597fa
Tints of #f597fa
RGB Percentages of Color #f597fa
CMYK Percentages of Color #f597fa
Complementary Color
#f597fa | #9cfa97 |
#f597fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f597fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f597fa Color CSS Codes
.mybgcolor {background-color:#f597fa; } .myforecolor {color:#f597fa; } .mybordercolor {border:3px solid #f597fa; }
#f597fa Text Font Color
<p style="color:#f597fa">Text here</p>
This sample text font color is #f597fa
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.
#f597fa Background Color
<div style="background-color:#f597fa">
Div content here</div>
This div background color is #f597fa
#f597fa Border Color
<div style="border:3px solid #f597fa">
Div here</div>
This div border color is #f597fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,151,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f597fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f597fa; -webkit-box-shadow: 1px 1px 3px 2px #f597fa; box-shadow: 1px 1px 3px 2px #f597fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,151,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f597fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f597fa; -webkit-box-shadow: 1px 1px 3px 2px #f597fa; box-shadow: 1px 1px 3px 2px #f597fa;">
Div content here</div>
This div box has shadow with color #f597fa
Comments
No comments written yet.
Please login to write comment.