Color spaces of #f279cf
RGB | 242 | 121 | 207 |
---|---|---|---|
HSL | 0.88 | 0.82 | 0.71 |
HSV | 317° | 50° | 95° |
CMYK | 0.00 | 0.50 | 0.14 0.05 |
XYZ | 54.7178 | 37.0570 | 63.3003 |
Yxy | 37.0570 | 0.3528 | 0.2390 |
Hunter Lab | 60.8745 | 53.9167 | -19.0406 |
CIE-Lab | 67.3198 | 56.8057 | -23.2666 |
#f279cf color RGB value is (242,121,207).
#f279cf hex color red value is 242, green value is 121 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f279cf hue: 0.88 , saturation: 0.82 and the lightness value of f279cf is 0.71.
The process color (four color CMYK) of #f279cf color hex is 0.00, 0.50, 0.14, 0.05. Web safe color of #f279cf is #ff66cc. Color #f279cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 01111001 | 11001111 |
Octal | 362 | 171 | 317 |
Decimal | 242 | 121 | 207 |
Hex | F2 | 79 | CF |
Shades of #f279cf
Tints of #f279cf
RGB Percentages of Color #f279cf
CMYK Percentages of Color #f279cf
Complementary Color
#f279cf | #79f29c |
#f279cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f279cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f279cf Color CSS Codes
.mybgcolor {background-color:#f279cf; } .myforecolor {color:#f279cf; } .mybordercolor {border:3px solid #f279cf; }
#f279cf Text Font Color
<p style="color:#f279cf">Text here</p>
This sample text font color is #f279cf
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.
#f279cf Background Color
<div style="background-color:#f279cf">
Div content here</div>
This div background color is #f279cf
#f279cf Border Color
<div style="border:3px solid #f279cf">
Div here</div>
This div border color is #f279cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,121,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f279cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f279cf; -webkit-box-shadow: 1px 1px 3px 2px #f279cf; box-shadow: 1px 1px 3px 2px #f279cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,121,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f279cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f279cf; -webkit-box-shadow: 1px 1px 3px 2px #f279cf; box-shadow: 1px 1px 3px 2px #f279cf;">
Div content here</div>
This div box has shadow with color #f279cf
Comments
No comments written yet.
Please login to write comment.