Color spaces of #f7515a
RGB | 247 | 81 | 90 |
---|---|---|---|
HSL | 0.99 | 0.91 | 0.64 |
HSV | 357° | 67° | 97° |
CMYK | 0.00 | 0.67 | 0.64 0.03 |
XYZ | 43.1457 | 26.3972 | 12.4940 |
Yxy | 26.3972 | 0.5259 | 0.3218 |
Hunter Lab | 51.3782 | 59.9865 | 21.5468 |
CIE-Lab | 58.4122 | 63.5278 | 31.1093 |
#f7515a color RGB value is (247,81,90).
#f7515a hex color red value is 247, green value is 81 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f7515a hue: 0.99 , saturation: 0.91 and the lightness value of f7515a is 0.64.
The process color (four color CMYK) of #f7515a color hex is 0.00, 0.67, 0.64, 0.03. Web safe color of #f7515a is #ff6666. Color #f7515a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 01010001 | 01011010 |
Octal | 367 | 121 | 132 |
Decimal | 247 | 81 | 90 |
Hex | F7 | 51 | 5A |
Shades of #f7515a
Tints of #f7515a
RGB Percentages of Color #f7515a
CMYK Percentages of Color #f7515a
Complementary Color
#f7515a | #51f7ee |
#f7515a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7515a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7515a Color CSS Codes
.mybgcolor {background-color:#f7515a; } .myforecolor {color:#f7515a; } .mybordercolor {border:3px solid #f7515a; }
#f7515a Text Font Color
<p style="color:#f7515a">Text here</p>
This sample text font color is #f7515a
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.
#f7515a Background Color
<div style="background-color:#f7515a">
Div content here</div>
This div background color is #f7515a
#f7515a Border Color
<div style="border:3px solid #f7515a">
Div here</div>
This div border color is #f7515a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,81,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7515a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7515a; -webkit-box-shadow: 1px 1px 3px 2px #f7515a; box-shadow: 1px 1px 3px 2px #f7515a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,81,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7515a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7515a; -webkit-box-shadow: 1px 1px 3px 2px #f7515a; box-shadow: 1px 1px 3px 2px #f7515a;">
Div content here</div>
This div box has shadow with color #f7515a
Comments
No comments written yet.
Please login to write comment.