Color spaces of #fa079f
RGB | 250 | 7 | 159 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.50 |
HSV | 322° | 97° | 98° |
CMYK | 0.00 | 0.97 | 0.36 0.02 |
XYZ | 45.7583 | 22.9792 | 34.8246 |
Yxy | 22.9792 | 0.4418 | 0.2219 |
Hunter Lab | 47.9366 | 86.4996 | -9.5169 |
CIE-Lab | 55.0509 | 85.6207 | -14.2730 |
#fa079f color RGB value is (250,7,159).
#fa079f hex color red value is 250, green value is 7 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fa079f hue: 0.90 , saturation: 0.96 and the lightness value of fa079f is 0.50.
The process color (four color CMYK) of #fa079f color hex is 0.00, 0.97, 0.36, 0.02. Web safe color of #fa079f is #ff0099. Color #fa079f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 00000111 | 10011111 |
Octal | 372 | 7 | 237 |
Decimal | 250 | 7 | 159 |
Hex | FA | 7 | 9F |
Shades of #fa079f
Tints of #fa079f
RGB Percentages of Color #fa079f
CMYK Percentages of Color #fa079f
Complementary Color
#fa079f | #07fa62 |
#fa079f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa079f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa079f Color CSS Codes
.mybgcolor {background-color:#fa079f; } .myforecolor {color:#fa079f; } .mybordercolor {border:3px solid #fa079f; }
#fa079f Text Font Color
<p style="color:#fa079f">Text here</p>
This sample text font color is #fa079f
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.
#fa079f Background Color
<div style="background-color:#fa079f">
Div content here</div>
This div background color is #fa079f
#fa079f Border Color
<div style="border:3px solid #fa079f">
Div here</div>
This div border color is #fa079f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,7,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa079f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa079f; -webkit-box-shadow: 1px 1px 3px 2px #fa079f; box-shadow: 1px 1px 3px 2px #fa079f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,7,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 #fa079f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa079f; -webkit-box-shadow: 1px 1px 3px 2px #fa079f; box-shadow: 1px 1px 3px 2px #fa079f;">
Div content here</div>
This div box has shadow with color #fa079f
Comments
No comments written yet.
Please login to write comment.