Color spaces of #ff969f
RGB | 255 | 150 | 159 |
---|---|---|---|
HSL | 0.99 | 1.00 | 0.79 |
HSV | 355° | 41° | 100° |
CMYK | 0.00 | 0.41 | 0.38 0.00 |
XYZ | 58.4044 | 45.5759 | 38.5197 |
Yxy | 45.5759 | 0.4099 | 0.3198 |
Hunter Lab | 67.5099 | 36.2821 | 13.4274 |
CIE-Lab | 73.2695 | 40.2994 | 12.4625 |
#ff969f color RGB value is (255,150,159).
#ff969f hex color red value is 255, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ff969f hue: 0.99 , saturation: 1.00 and the lightness value of ff969f is 0.79.
The process color (four color CMYK) of #ff969f color hex is 0.00, 0.41, 0.38, 0.00. Web safe color of #ff969f is #ff9999. Color #ff969f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10010110 | 10011111 |
Octal | 377 | 226 | 237 |
Decimal | 255 | 150 | 159 |
Hex | FF | 96 | 9F |
Shades of #ff969f
Tints of #ff969f
RGB Percentages of Color #ff969f
CMYK Percentages of Color #ff969f
Complementary Color
#ff969f | #96fff6 |
#ff969f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff969f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff969f Color CSS Codes
.mybgcolor {background-color:#ff969f; } .myforecolor {color:#ff969f; } .mybordercolor {border:3px solid #ff969f; }
#ff969f Text Font Color
<p style="color:#ff969f">Text here</p>
This sample text font color is #ff969f
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.
#ff969f Background Color
<div style="background-color:#ff969f">
Div content here</div>
This div background color is #ff969f
#ff969f Border Color
<div style="border:3px solid #ff969f">
Div here</div>
This div border color is #ff969f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,150,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff969f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff969f; -webkit-box-shadow: 1px 1px 3px 2px #ff969f; box-shadow: 1px 1px 3px 2px #ff969f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,150,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 #ff969f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff969f; -webkit-box-shadow: 1px 1px 3px 2px #ff969f; box-shadow: 1px 1px 3px 2px #ff969f;">
Div content here</div>
This div box has shadow with color #ff969f
#ff969f Color Palettes
Comments
No comments written yet.
Please login to write comment.