Color spaces of #f279bd
RGB | 242 | 121 | 189 |
---|---|---|---|
HSL | 0.91 | 0.82 | 0.71 |
HSV | 326° | 50° | 95° |
CMYK | 0.00 | 0.50 | 0.22 0.05 |
XYZ | 52.6406 | 36.2261 | 52.3620 |
Yxy | 36.2261 | 0.3727 | 0.2565 |
Hunter Lab | 60.1881 | 50.7871 | -9.4490 |
CIE-Lab | 66.6923 | 54.1788 | -14.1197 |
#f279bd color RGB value is (242,121,189).
#f279bd hex color red value is 242, green value is 121 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f279bd hue: 0.91 , saturation: 0.82 and the lightness value of f279bd is 0.71.
The process color (four color CMYK) of #f279bd color hex is 0.00, 0.50, 0.22, 0.05. Web safe color of #f279bd is #ff66cc. Color #f279bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01111001 | 10111101 |
Octal | 362 | 171 | 275 |
Decimal | 242 | 121 | 189 |
Hex | F2 | 79 | BD |
Shades of #f279bd
Tints of #f279bd
RGB Percentages of Color #f279bd
CMYK Percentages of Color #f279bd
Complementary Color
#f279bd | #79f2ae |
#f279bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f279bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f279bd Color CSS Codes
.mybgcolor {background-color:#f279bd; } .myforecolor {color:#f279bd; } .mybordercolor {border:3px solid #f279bd; }
#f279bd Text Font Color
<p style="color:#f279bd">Text here</p>
This sample text font color is #f279bd
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.
#f279bd Background Color
<div style="background-color:#f279bd">
Div content here</div>
This div background color is #f279bd
#f279bd Border Color
<div style="border:3px solid #f279bd">
Div here</div>
This div border color is #f279bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,121,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f279bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f279bd; -webkit-box-shadow: 1px 1px 3px 2px #f279bd; box-shadow: 1px 1px 3px 2px #f279bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,121,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f279bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f279bd; -webkit-box-shadow: 1px 1px 3px 2px #f279bd; box-shadow: 1px 1px 3px 2px #f279bd;">
Div content here</div>
This div box has shadow with color #f279bd
Comments
No comments written yet.
Please login to write comment.