Color spaces of #f91079
RGB | 249 | 16 | 121 |
---|---|---|---|
HSL | 0.92 | 0.95 | 0.52 |
HSV | 333° | 94° | 98° |
CMYK | 0.00 | 0.94 | 0.51 0.02 |
XYZ | 42.7034 | 21.8908 | 20.0638 |
Yxy | 21.8908 | 0.5044 | 0.2586 |
Hunter Lab | 46.7876 | 81.0400 | 7.3262 |
CIE-Lab | 53.9109 | 81.6120 | 6.7260 |
#f91079 color RGB value is (249,16,121).
#f91079 hex color red value is 249, green value is 16 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #f91079 hue: 0.92 , saturation: 0.95 and the lightness value of f91079 is 0.52.
The process color (four color CMYK) of #f91079 color hex is 0.00, 0.94, 0.51, 0.02. Web safe color of #f91079 is #ff0066. Color #f91079 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00010000 | 01111001 |
Octal | 371 | 20 | 171 |
Decimal | 249 | 16 | 121 |
Hex | F9 | 10 | 79 |
Shades of #f91079
Tints of #f91079
RGB Percentages of Color #f91079
CMYK Percentages of Color #f91079
Complementary Color
#f91079 | #10f990 |
#f91079 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91079 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91079 Color CSS Codes
.mybgcolor {background-color:#f91079; } .myforecolor {color:#f91079; } .mybordercolor {border:3px solid #f91079; }
#f91079 Text Font Color
<p style="color:#f91079">Text here</p>
This sample text font color is #f91079
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.
#f91079 Background Color
<div style="background-color:#f91079">
Div content here</div>
This div background color is #f91079
#f91079 Border Color
<div style="border:3px solid #f91079">
Div here</div>
This div border color is #f91079
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,16,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91079; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91079; -webkit-box-shadow: 1px 1px 3px 2px #f91079; box-shadow: 1px 1px 3px 2px #f91079; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,16,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91079">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91079; -webkit-box-shadow: 1px 1px 3px 2px #f91079; box-shadow: 1px 1px 3px 2px #f91079;">
Div content here</div>
This div box has shadow with color #f91079
Comments
No comments written yet.
Please login to write comment.