Color spaces of #f9728f
RGB | 249 | 114 | 143 |
---|---|---|---|
HSL | 0.96 | 0.92 | 0.71 |
HSV | 347° | 54° | 98° |
CMYK | 0.00 | 0.54 | 0.43 0.02 |
XYZ | 50.0422 | 34.1575 | 29.9422 |
Yxy | 34.1575 | 0.4384 | 0.2993 |
Hunter Lab | 58.4444 | 50.5603 | 10.5357 |
CIE-Lab | 65.0874 | 54.2262 | 9.7476 |
#f9728f color RGB value is (249,114,143).
#f9728f hex color red value is 249, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #f9728f hue: 0.96 , saturation: 0.92 and the lightness value of f9728f is 0.71.
The process color (four color CMYK) of #f9728f color hex is 0.00, 0.54, 0.43, 0.02. Web safe color of #f9728f is #ff6699. Color #f9728f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01110010 | 10001111 |
Octal | 371 | 162 | 217 |
Decimal | 249 | 114 | 143 |
Hex | F9 | 72 | 8F |
Shades of #f9728f
Tints of #f9728f
RGB Percentages of Color #f9728f
CMYK Percentages of Color #f9728f
Complementary Color
#f9728f | #72f9dc |
#f9728f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9728f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9728f Color CSS Codes
.mybgcolor {background-color:#f9728f; } .myforecolor {color:#f9728f; } .mybordercolor {border:3px solid #f9728f; }
#f9728f Text Font Color
<p style="color:#f9728f">Text here</p>
This sample text font color is #f9728f
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.
#f9728f Background Color
<div style="background-color:#f9728f">
Div content here</div>
This div background color is #f9728f
#f9728f Border Color
<div style="border:3px solid #f9728f">
Div here</div>
This div border color is #f9728f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,114,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9728f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9728f; -webkit-box-shadow: 1px 1px 3px 2px #f9728f; box-shadow: 1px 1px 3px 2px #f9728f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,114,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9728f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9728f; -webkit-box-shadow: 1px 1px 3px 2px #f9728f; box-shadow: 1px 1px 3px 2px #f9728f;">
Div content here</div>
This div box has shadow with color #f9728f
Comments
No comments written yet.
Please login to write comment.