Color spaces of #f281ac
RGB | 242 | 129 | 172 |
---|---|---|---|
HSL | 0.94 | 0.81 | 0.73 |
HSV | 337° | 47° | 95° |
CMYK | 0.00 | 0.47 | 0.29 0.05 |
XYZ | 51.9146 | 37.5563 | 43.5426 |
Yxy | 37.5563 | 0.3903 | 0.2823 |
Hunter Lab | 61.2832 | 43.9664 | 0.7718 |
CIE-Lab | 67.6923 | 47.9721 | -3.0522 |
#f281ac color RGB value is (242,129,172).
#f281ac hex color red value is 242, green value is 129 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f281ac hue: 0.94 , saturation: 0.81 and the lightness value of f281ac is 0.73.
The process color (four color CMYK) of #f281ac color hex is 0.00, 0.47, 0.29, 0.05. Web safe color of #f281ac is #ff9999. Color #f281ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10000001 | 10101100 |
Octal | 362 | 201 | 254 |
Decimal | 242 | 129 | 172 |
Hex | F2 | 81 | AC |
Shades of #f281ac
Tints of #f281ac
RGB Percentages of Color #f281ac
CMYK Percentages of Color #f281ac
Complementary Color
#f281ac | #81f2c7 |
#f281ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f281ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f281ac Color CSS Codes
.mybgcolor {background-color:#f281ac; } .myforecolor {color:#f281ac; } .mybordercolor {border:3px solid #f281ac; }
#f281ac Text Font Color
<p style="color:#f281ac">Text here</p>
This sample text font color is #f281ac
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.
#f281ac Background Color
<div style="background-color:#f281ac">
Div content here</div>
This div background color is #f281ac
#f281ac Border Color
<div style="border:3px solid #f281ac">
Div here</div>
This div border color is #f281ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,129,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f281ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f281ac; -webkit-box-shadow: 1px 1px 3px 2px #f281ac; box-shadow: 1px 1px 3px 2px #f281ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,129,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f281ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f281ac; -webkit-box-shadow: 1px 1px 3px 2px #f281ac; box-shadow: 1px 1px 3px 2px #f281ac;">
Div content here</div>
This div box has shadow with color #f281ac
Comments
No comments written yet.
Please login to write comment.