Color spaces of #f5435f
RGB | 245 | 67 | 95 |
---|---|---|---|
HSL | 0.97 | 0.90 | 0.61 |
HSV | 351° | 73° | 96° |
CMYK | 0.00 | 0.73 | 0.61 0.04 |
XYZ | 41.7289 | 24.2530 | 13.3084 |
Yxy | 24.2530 | 0.5263 | 0.3059 |
Hunter Lab | 49.2473 | 65.0661 | 18.4508 |
CIE-Lab | 56.3402 | 68.2056 | 25.4696 |
#f5435f color RGB value is (245,67,95).
#f5435f hex color red value is 245, green value is 67 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f5435f hue: 0.97 , saturation: 0.90 and the lightness value of f5435f is 0.61.
The process color (four color CMYK) of #f5435f color hex is 0.00, 0.73, 0.61, 0.04. Web safe color of #f5435f is #ff3366. Color #f5435f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01000011 | 01011111 |
Octal | 365 | 103 | 137 |
Decimal | 245 | 67 | 95 |
Hex | F5 | 43 | 5F |
Shades of #f5435f
Tints of #f5435f
RGB Percentages of Color #f5435f
CMYK Percentages of Color #f5435f
Complementary Color
#f5435f | #43f5d9 |
#f5435f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5435f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5435f Color CSS Codes
.mybgcolor {background-color:#f5435f; } .myforecolor {color:#f5435f; } .mybordercolor {border:3px solid #f5435f; }
#f5435f Text Font Color
<p style="color:#f5435f">Text here</p>
This sample text font color is #f5435f
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.
#f5435f Background Color
<div style="background-color:#f5435f">
Div content here</div>
This div background color is #f5435f
#f5435f Border Color
<div style="border:3px solid #f5435f">
Div here</div>
This div border color is #f5435f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,67,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5435f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5435f; -webkit-box-shadow: 1px 1px 3px 2px #f5435f; box-shadow: 1px 1px 3px 2px #f5435f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,67,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5435f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5435f; -webkit-box-shadow: 1px 1px 3px 2px #f5435f; box-shadow: 1px 1px 3px 2px #f5435f;">
Div content here</div>
This div box has shadow with color #f5435f
Comments
No comments written yet.
Please login to write comment.