Color spaces of #ff999f
RGB | 255 | 153 | 159 |
---|---|---|---|
HSL | 0.99 | 1.00 | 0.80 |
HSV | 356° | 40° | 100° |
CMYK | 0.00 | 0.40 | 0.38 0.00 |
XYZ | 58.8892 | 46.5457 | 38.6813 |
Yxy | 46.5457 | 0.4086 | 0.3230 |
Hunter Lab | 68.2244 | 34.6830 | 14.1413 |
CIE-Lab | 73.8982 | 38.7622 | 13.3490 |
#ff999f color RGB value is (255,153,159).
#ff999f hex color red value is 255, green value is 153 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ff999f hue: 0.99 , saturation: 1.00 and the lightness value of ff999f is 0.80.
The process color (four color CMYK) of #ff999f color hex is 0.00, 0.40, 0.38, 0.00. Web safe color of #ff999f is #ff9999. Color #ff999f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10011001 | 10011111 |
Octal | 377 | 231 | 237 |
Decimal | 255 | 153 | 159 |
Hex | FF | 99 | 9F |
Shades of #ff999f
Tints of #ff999f
RGB Percentages of Color #ff999f
CMYK Percentages of Color #ff999f
Complementary Color
#ff999f | #99fff9 |
#ff999f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff999f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff999f Color CSS Codes
.mybgcolor {background-color:#ff999f; } .myforecolor {color:#ff999f; } .mybordercolor {border:3px solid #ff999f; }
#ff999f Text Font Color
<p style="color:#ff999f">Text here</p>
This sample text font color is #ff999f
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.
#ff999f Background Color
<div style="background-color:#ff999f">
Div content here</div>
This div background color is #ff999f
#ff999f Border Color
<div style="border:3px solid #ff999f">
Div here</div>
This div border color is #ff999f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,153,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff999f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff999f; -webkit-box-shadow: 1px 1px 3px 2px #ff999f; box-shadow: 1px 1px 3px 2px #ff999f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,153,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 #ff999f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff999f; -webkit-box-shadow: 1px 1px 3px 2px #ff999f; box-shadow: 1px 1px 3px 2px #ff999f;">
Div content here</div>
This div box has shadow with color #ff999f
#ff999f Color Palettes
Comments
No comments written yet.
Please login to write comment.