Color spaces of #fc739f
RGB | 252 | 115 | 159 |
---|---|---|---|
HSL | 0.95 | 0.96 | 0.72 |
HSV | 341° | 54° | 99° |
CMYK | 0.00 | 0.54 | 0.37 0.01 |
XYZ | 52.5336 | 35.4601 | 36.8765 |
Yxy | 35.4601 | 0.4207 | 0.2840 |
Hunter Lab | 59.5484 | 53.2631 | 4.9674 |
CIE-Lab | 66.1053 | 56.4306 | 2.1511 |
#fc739f color RGB value is (252,115,159).
#fc739f hex color red value is 252, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fc739f hue: 0.95 , saturation: 0.96 and the lightness value of fc739f is 0.72.
The process color (four color CMYK) of #fc739f color hex is 0.00, 0.54, 0.37, 0.01. Web safe color of #fc739f is #ff6699. Color #fc739f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01110011 | 10011111 |
Octal | 374 | 163 | 237 |
Decimal | 252 | 115 | 159 |
Hex | FC | 73 | 9F |
Shades of #fc739f
Tints of #fc739f
RGB Percentages of Color #fc739f
CMYK Percentages of Color #fc739f
Complementary Color
#fc739f | #73fcd0 |
#fc739f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc739f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc739f Color CSS Codes
.mybgcolor {background-color:#fc739f; } .myforecolor {color:#fc739f; } .mybordercolor {border:3px solid #fc739f; }
#fc739f Text Font Color
<p style="color:#fc739f">Text here</p>
This sample text font color is #fc739f
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.
#fc739f Background Color
<div style="background-color:#fc739f">
Div content here</div>
This div background color is #fc739f
#fc739f Border Color
<div style="border:3px solid #fc739f">
Div here</div>
This div border color is #fc739f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,115,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc739f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc739f; -webkit-box-shadow: 1px 1px 3px 2px #fc739f; box-shadow: 1px 1px 3px 2px #fc739f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,115,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc739f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc739f; -webkit-box-shadow: 1px 1px 3px 2px #fc739f; box-shadow: 1px 1px 3px 2px #fc739f;">
Div content here</div>
This div box has shadow with color #fc739f
Comments
No comments written yet.
Please login to write comment.