Color spaces of #f0489a
RGB | 240 | 72 | 154 |
---|---|---|---|
HSL | 0.92 | 0.85 | 0.61 |
HSV | 331° | 70° | 94° |
CMYK | 0.00 | 0.70 | 0.36 0.06 |
XYZ | 44.0853 | 25.4931 | 33.1690 |
Yxy | 25.4931 | 0.4291 | 0.2481 |
Hunter Lab | 50.4907 | 67.4963 | -3.6061 |
CIE-Lab | 57.5527 | 70.0017 | -7.7567 |
#f0489a color RGB value is (240,72,154).
#f0489a hex color red value is 240, green value is 72 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f0489a hue: 0.92 , saturation: 0.85 and the lightness value of f0489a is 0.61.
The process color (four color CMYK) of #f0489a color hex is 0.00, 0.70, 0.36, 0.06. Web safe color of #f0489a is #ff3399. Color #f0489a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01001000 | 10011010 |
Octal | 360 | 110 | 232 |
Decimal | 240 | 72 | 154 |
Hex | F0 | 48 | 9A |
Shades of #f0489a
Tints of #f0489a
RGB Percentages of Color #f0489a
CMYK Percentages of Color #f0489a
Complementary Color
#f0489a | #48f09e |
#f0489a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0489a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0489a Color CSS Codes
.mybgcolor {background-color:#f0489a; } .myforecolor {color:#f0489a; } .mybordercolor {border:3px solid #f0489a; }
#f0489a Text Font Color
<p style="color:#f0489a">Text here</p>
This sample text font color is #f0489a
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.
#f0489a Background Color
<div style="background-color:#f0489a">
Div content here</div>
This div background color is #f0489a
#f0489a Border Color
<div style="border:3px solid #f0489a">
Div here</div>
This div border color is #f0489a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,72,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0489a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0489a; -webkit-box-shadow: 1px 1px 3px 2px #f0489a; box-shadow: 1px 1px 3px 2px #f0489a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,72,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0489a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0489a; -webkit-box-shadow: 1px 1px 3px 2px #f0489a; box-shadow: 1px 1px 3px 2px #f0489a;">
Div content here</div>
This div box has shadow with color #f0489a
Comments
No comments written yet.
Please login to write comment.