Color spaces of #f97795
RGB | 249 | 119 | 149 |
---|---|---|---|
HSL | 0.96 | 0.92 | 0.72 |
HSV | 346° | 52° | 98° |
CMYK | 0.00 | 0.52 | 0.40 0.02 |
XYZ | 51.0886 | 35.5033 | 32.5939 |
Yxy | 35.5033 | 0.4286 | 0.2979 |
Hunter Lab | 59.5846 | 48.7749 | 9.2765 |
CIE-Lab | 66.1387 | 52.4896 | 7.8288 |
#f97795 color RGB value is (249,119,149).
#f97795 hex color red value is 249, green value is 119 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #f97795 hue: 0.96 , saturation: 0.92 and the lightness value of f97795 is 0.72.
The process color (four color CMYK) of #f97795 color hex is 0.00, 0.52, 0.40, 0.02. Web safe color of #f97795 is #ff6699. Color #f97795 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01110111 | 10010101 |
Octal | 371 | 167 | 225 |
Decimal | 249 | 119 | 149 |
Hex | F9 | 77 | 95 |
Shades of #f97795
Tints of #f97795
RGB Percentages of Color #f97795
CMYK Percentages of Color #f97795
Complementary Color
#f97795 | #77f9db |
#f97795 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f97795 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f97795 Color CSS Codes
.mybgcolor {background-color:#f97795; } .myforecolor {color:#f97795; } .mybordercolor {border:3px solid #f97795; }
#f97795 Text Font Color
<p style="color:#f97795">Text here</p>
This sample text font color is #f97795
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.
#f97795 Background Color
<div style="background-color:#f97795">
Div content here</div>
This div background color is #f97795
#f97795 Border Color
<div style="border:3px solid #f97795">
Div here</div>
This div border color is #f97795
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,119,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f97795; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f97795; -webkit-box-shadow: 1px 1px 3px 2px #f97795; box-shadow: 1px 1px 3px 2px #f97795; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,119,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f97795">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f97795; -webkit-box-shadow: 1px 1px 3px 2px #f97795; box-shadow: 1px 1px 3px 2px #f97795;">
Div content here</div>
This div box has shadow with color #f97795
Comments
No comments written yet.
Please login to write comment.