Color spaces of #f969c7
RGB | 249 | 105 | 199 |
---|---|---|---|
HSL | 0.89 | 0.92 | 0.69 |
HSV | 321° | 58° | 98° |
CMYK | 0.00 | 0.58 | 0.20 0.02 |
XYZ | 54.4273 | 34.3664 | 57.7976 |
Yxy | 34.3664 | 0.3713 | 0.2344 |
Hunter Lab | 58.6229 | 63.1350 | -17.4193 |
CIE-Lab | 65.2524 | 64.9795 | -21.8469 |
#f969c7 color RGB value is (249,105,199).
#f969c7 hex color red value is 249, green value is 105 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #f969c7 hue: 0.89 , saturation: 0.92 and the lightness value of f969c7 is 0.69.
The process color (four color CMYK) of #f969c7 color hex is 0.00, 0.58, 0.20, 0.02. Web safe color of #f969c7 is #ff66cc. Color #f969c7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01101001 | 11000111 |
Octal | 371 | 151 | 307 |
Decimal | 249 | 105 | 199 |
Hex | F9 | 69 | C7 |
Shades of #f969c7
Tints of #f969c7
RGB Percentages of Color #f969c7
CMYK Percentages of Color #f969c7
Complementary Color
#f969c7 | #69f99b |
#f969c7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f969c7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f969c7 Color CSS Codes
.mybgcolor {background-color:#f969c7; } .myforecolor {color:#f969c7; } .mybordercolor {border:3px solid #f969c7; }
#f969c7 Text Font Color
<p style="color:#f969c7">Text here</p>
This sample text font color is #f969c7
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.
#f969c7 Background Color
<div style="background-color:#f969c7">
Div content here</div>
This div background color is #f969c7
#f969c7 Border Color
<div style="border:3px solid #f969c7">
Div here</div>
This div border color is #f969c7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,105,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f969c7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f969c7; -webkit-box-shadow: 1px 1px 3px 2px #f969c7; box-shadow: 1px 1px 3px 2px #f969c7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,105,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f969c7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f969c7; -webkit-box-shadow: 1px 1px 3px 2px #f969c7; box-shadow: 1px 1px 3px 2px #f969c7;">
Div content here</div>
This div box has shadow with color #f969c7
#f969c7 Color Palettes
Comments
No comments written yet.
Please login to write comment.