Color spaces of #f562af
RGB | 245 | 98 | 175 |
---|---|---|---|
HSL | 0.91 | 0.88 | 0.67 |
HSV | 329° | 60° | 96° |
CMYK | 0.00 | 0.60 | 0.29 0.04 |
XYZ | 49.7617 | 31.2430 | 43.9652 |
Yxy | 31.2430 | 0.3982 | 0.2500 |
Hunter Lab | 55.8954 | 61.0951 | -7.5084 |
CIE-Lab | 62.7122 | 63.7082 | -12.1137 |
#f562af color RGB value is (245,98,175).
#f562af hex color red value is 245, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f562af hue: 0.91 , saturation: 0.88 and the lightness value of f562af is 0.67.
The process color (four color CMYK) of #f562af color hex is 0.00, 0.60, 0.29, 0.04. Web safe color of #f562af is #ff6699. Color #f562af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01100010 | 10101111 |
Octal | 365 | 142 | 257 |
Decimal | 245 | 98 | 175 |
Hex | F5 | 62 | AF |
Shades of #f562af
Tints of #f562af
RGB Percentages of Color #f562af
CMYK Percentages of Color #f562af
Complementary Color
#f562af | #62f5a8 |
#f562af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f562af Color Preview on White Background
Lorem ipsum dolor sit amet.
#f562af Color CSS Codes
.mybgcolor {background-color:#f562af; } .myforecolor {color:#f562af; } .mybordercolor {border:3px solid #f562af; }
#f562af Text Font Color
<p style="color:#f562af">Text here</p>
This sample text font color is #f562af
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.
#f562af Background Color
<div style="background-color:#f562af">
Div content here</div>
This div background color is #f562af
#f562af Border Color
<div style="border:3px solid #f562af">
Div here</div>
This div border color is #f562af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,98,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f562af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f562af; -webkit-box-shadow: 1px 1px 3px 2px #f562af; box-shadow: 1px 1px 3px 2px #f562af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,98,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f562af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f562af; -webkit-box-shadow: 1px 1px 3px 2px #f562af; box-shadow: 1px 1px 3px 2px #f562af;">
Div content here</div>
This div box has shadow with color #f562af
Comments
No comments written yet.
Please login to write comment.